We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbf01f commit 75e60e7Copy full SHA for 75e60e7
offload/test/lit.cfg
@@ -133,7 +133,8 @@ elif config.libomptarget_current_target.startswith('amdgcn'):
133
# amdgpu_test_arch contains a list of AMD GPUs in the system
134
# only check the first one assuming that we will run the test on it.
135
if not (config.amdgpu_test_arch.startswith("gfx90a") or
136
- config.amdgpu_test_arch.startswith("gfx942")):
+ config.amdgpu_test_arch.startswith("gfx942") or
137
+ config.amdgpu_test_arch.startswith("gfx950")):
138
supports_unified_shared_memory = False
139
# check if AMD architecture is an APU:
140
if ((config.amdgpu_test_arch.startswith("gfx942") and
0 commit comments