[llvm] Test faild with amd. (PR #101781)

via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 2 17:44:07 PDT 2024


https://github.com/jyu2-git created https://github.com/llvm/llvm-project/pull/101781

Add unspport.

This is relate #101101

>From 1a1cb6b459688a7e0a7f22c2b4a32dbe8cae77cc Mon Sep 17 00:00:00 2001
From: Jennifer Yu <jennifer.yu at intel.com>
Date: Fri, 2 Aug 2024 17:41:24 -0700
Subject: [PATCH] Test faild with amd.

Add unspport.

This is relate #101101
---
 .../test/mapping/declare_mapper_nested_default_mappers_1.cpp    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/offload/test/mapping/declare_mapper_nested_default_mappers_1.cpp b/offload/test/mapping/declare_mapper_nested_default_mappers_1.cpp
index 1658ce5f6070e..e300ae4524749 100644
--- a/offload/test/mapping/declare_mapper_nested_default_mappers_1.cpp
+++ b/offload/test/mapping/declare_mapper_nested_default_mappers_1.cpp
@@ -1,5 +1,7 @@
 // RUN: %libomptarget-compilexx-run-and-check-generic
 
+// UNSUPPORTED: amdgcn-amd-amdhsa
+
 extern "C" int printf(const char *, ...);
 
 typedef struct {



More information about the llvm-commits mailing list