It does work, but not well and only with the amdgpu.noreply=0 kernel boot
option.
gcc/ChangeLog:
* config/gcn/gcn.cc (gcn_init_cumulative_args): Disallow gfx908.
+2022-10-24 Andrew Stubbs <ams@codesourcery.com>
+
+ * config/gcn/gcn.cc (gcn_init_cumulative_args): Disallow gfx908.
+
2022-10-24 Andrew Stubbs <ams@codesourcery.com>
* plugin/plugin-gcn.c (HSA_AMD_SYSTEM_INFO_SVM_SUPPORTED): New.
case PROCESSOR_FIJI:
case PROCESSOR_VEGA10:
case PROCESSOR_VEGA20:
+ case PROCESSOR_GFX908:
error ("GPU architecture does not support Unified Shared Memory");
default:
;