[Openmp-commits] [openmp] [OpenMP][libomptarget][Fix] Disable test on NVIDIA platforms (PR #75949)

Gheorghe-Teodor Bercea via Openmp-commits openmp-commits at lists.llvm.org
Tue Dec 19 08:52:59 PST 2023


https://github.com/doru1004 created https://github.com/llvm/llvm-project/pull/75949

The tests doesn't seem to work for NVIDIA so disabling it for now.

>From 2b11cecca8c7c09a473cd271cb8a7328bf325148 Mon Sep 17 00:00:00 2001
From: Doru Bercea <doru.bercea at amd.com>
Date: Tue, 19 Dec 2023 11:51:26 -0500
Subject: [PATCH] Disable test on NVIDIA platforms.

---
 .../test/offloading/struct_mapping_with_pointers.cpp           | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/openmp/libomptarget/test/offloading/struct_mapping_with_pointers.cpp b/openmp/libomptarget/test/offloading/struct_mapping_with_pointers.cpp
index ae8fed97c46422..befed120ca1385 100644
--- a/openmp/libomptarget/test/offloading/struct_mapping_with_pointers.cpp
+++ b/openmp/libomptarget/test/offloading/struct_mapping_with_pointers.cpp
@@ -4,6 +4,9 @@
 
 // REQUIRES: libomptarget-debug
 
+// UNSUPPORTED: nvptx64-nvidia-cuda
+// UNSUPPORTED: nvptx64-nvidia-cuda-LTO
+
 #include <stdio.h>
 #include <stdlib.h>
 



More information about the Openmp-commits mailing list