[Openmp-commits] [PATCH] D132891: [Libomptarget] Make unified shared memory test unsupported on AMDGPU

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Aug 30 10:14:39 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG52556c3c0f94: [Libomptarget] Make unified shared memory test unsupported on AMDGPU (authored by jhuber6).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132891/new/

https://reviews.llvm.org/D132891

Files:
  openmp/libomptarget/test/unified_shared_memory/api.c


Index: openmp/libomptarget/test/unified_shared_memory/api.c
===================================================================
--- openmp/libomptarget/test/unified_shared_memory/api.c
+++ openmp/libomptarget/test/unified_shared_memory/api.c
@@ -3,8 +3,8 @@
 // XFAIL: nvptx64-nvidia-cuda-LTO
 
 // Fails on amdgpu with error: GPU Memory Error
-// XFAIL: amdgcn-amd-amdhsa
-// XFAIL: amdgcn-amd-amdhsa-LTO
+// UNSUPPORTED: amdgcn-amd-amdhsa
+// UNSUPPORTED: amdgcn-amd-amdhsa-LTO
 
 #include <stdio.h>
 #include <omp.h>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132891.456709.patch
Type: text/x-patch
Size: 520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220830/a489bd2a/attachment-0001.bin>


More information about the Openmp-commits mailing list