[Openmp-commits] [openmp] 3108c1b - skip test run on amdgcn-amd-amdhsa
Jennifer Yu via Openmp-commits
openmp-commits at lists.llvm.org
Fri May 26 16:27:56 PDT 2023
Author: Jennifer Yu
Date: 2023-05-26T16:24:44-07:00
New Revision: 3108c1b81173941e73cb025cf9fa144436e8357e
URL: https://github.com/llvm/llvm-project/commit/3108c1b81173941e73cb025cf9fa144436e8357e
DIFF: https://github.com/llvm/llvm-project/commit/3108c1b81173941e73cb025cf9fa144436e8357e.diff
LOG: skip test run on amdgcn-amd-amdhsa
Added:
Modified:
openmp/libomptarget/test/mapping/target_uses_allocator.c
Removed:
################################################################################
diff --git a/openmp/libomptarget/test/mapping/target_uses_allocator.c b/openmp/libomptarget/test/mapping/target_uses_allocator.c
index ce33e922be789..87b940650b998 100755
--- a/openmp/libomptarget/test/mapping/target_uses_allocator.c
+++ b/openmp/libomptarget/test/mapping/target_uses_allocator.c
@@ -1,5 +1,7 @@
// RUN: %libomptarget-compile-run-and-check-generic
+// UNSUPPORTED: amdgcn-amd-amdhsa
+
#include <omp.h>
#include <stdio.h>
More information about the Openmp-commits
mailing list