[Openmp-commits] [PATCH] D115144: [openmp][amdgpu] Disable tests requiring USM on amdgcn
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Dec 6 05:25:39 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1a87a1895597: [openmp][amdgpu] Disable tests requiring USM on amdgcn (authored by JonChesterfield).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115144/new/
https://reviews.llvm.org/D115144
Files:
openmp/libomptarget/test/lit.cfg
Index: openmp/libomptarget/test/lit.cfg
===================================================================
--- openmp/libomptarget/test/lit.cfg
+++ openmp/libomptarget/test/lit.cfg
@@ -78,6 +78,8 @@
except ValueError:
# If the architecture is invalid, assume it is supported.
supports_unified_shared_memory = True
+if config.libomptarget_current_target.startswith('amdgcn'):
+ supports_unified_shared_memory = False
if supports_unified_shared_memory:
config.available_features.add('unified_shared_memory')
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115144.392032.patch
Type: text/x-patch
Size: 530 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20211206/52f563dd/attachment.bin>
More information about the Openmp-commits
mailing list