[Openmp-commits] [PATCH] D149156: [OpenMP][libomptarget][NFC] Disable private mapping test for AMD GPUs due to intermittent fails
Gheorghe-Teodor Bercea via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Apr 25 07:08:39 PDT 2023
doru1004 created this revision.
doru1004 added reviewers: ronl, jhuber6, jdoerfert, tianshilei1992, carlo.bertolli.
doru1004 added a project: OpenMP.
Herald added subscribers: sunshaoce, guansong, yaxunl.
Herald added a project: All.
doru1004 requested review of this revision.
Herald added subscribers: openmp-commits, jplehr, sstefan1.
Disable private mapping test for AMD GPUs due to intermittent fails.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D149156
Files:
openmp/libomptarget/test/mapping/private_mapping.c
Index: openmp/libomptarget/test/mapping/private_mapping.c
===================================================================
--- openmp/libomptarget/test/mapping/private_mapping.c
+++ openmp/libomptarget/test/mapping/private_mapping.c
@@ -1,4 +1,5 @@
// RUN: %libomptarget-compile-run-and-check-generic
+// UNSUPPORTED: amdgcn-amd-amdhsa
#include <assert.h>
#include <stdio.h>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149156.516795.patch
Type: text/x-patch
Size: 383 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230425/044b60a1/attachment.bin>
More information about the Openmp-commits
mailing list