Skip to content

Commit 75e60e7

Browse files
authored
[AMDGPU][Offload][LIT] Run unified_shared_memory tests on gfx950 (#150372)
Enables 9 more tests
1 parent 5bbf01f commit 75e60e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

offload/test/lit.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ elif config.libomptarget_current_target.startswith('amdgcn'):
133133
# amdgpu_test_arch contains a list of AMD GPUs in the system
134134
# only check the first one assuming that we will run the test on it.
135135
if not (config.amdgpu_test_arch.startswith("gfx90a") or
136-
config.amdgpu_test_arch.startswith("gfx942")):
136+
config.amdgpu_test_arch.startswith("gfx942") or
137+
config.amdgpu_test_arch.startswith("gfx950")):
137138
supports_unified_shared_memory = False
138139
# check if AMD architecture is an APU:
139140
if ((config.amdgpu_test_arch.startswith("gfx942") and

0 commit comments

Comments
 (0)