aboutsummaryrefslogtreecommitdiff
path: root/offload/test/lit.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'offload/test/lit.cfg')
-rw-r--r--offload/test/lit.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/offload/test/lit.cfg b/offload/test/lit.cfg
index df57be29..800a63b 100644
--- a/offload/test/lit.cfg
+++ b/offload/test/lit.cfg
@@ -133,7 +133,8 @@ elif config.libomptarget_current_target.startswith('amdgcn'):
# amdgpu_test_arch contains a list of AMD GPUs in the system
# only check the first one assuming that we will run the test on it.
if not (config.amdgpu_test_arch.startswith("gfx90a") or
- config.amdgpu_test_arch.startswith("gfx942")):
+ config.amdgpu_test_arch.startswith("gfx942") or
+ config.amdgpu_test_arch.startswith("gfx950")):
supports_unified_shared_memory = False
# check if AMD architecture is an APU:
if ((config.amdgpu_test_arch.startswith("gfx942") and