[Openmp-commits] [openmp] fb9fc3c - [openmp][amdgpu] Disable three tests in preparation for new runtime

Jon Chesterfield via Openmp-commits openmp-commits at lists.llvm.org
Wed Dec 1 23:57:23 PST 2021


Author: Jon Chesterfield
Date: 2021-12-02T07:57:14Z
New Revision: fb9fc3c9512c9664b0228ed9b5f560164080cbcb

URL: https://github.com/llvm/llvm-project/commit/fb9fc3c9512c9664b0228ed9b5f560164080cbcb
DIFF: https://github.com/llvm/llvm-project/commit/fb9fc3c9512c9664b0228ed9b5f560164080cbcb.diff

LOG: [openmp][amdgpu] Disable three tests in preparation for new runtime

Added: 
    

Modified: 
    openmp/libomptarget/test/mapping/lambda_mapping.cpp
    openmp/libomptarget/test/unified_shared_memory/close_modifier.c
    openmp/libomptarget/test/unified_shared_memory/shared_update.c

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/test/mapping/lambda_mapping.cpp b/openmp/libomptarget/test/mapping/lambda_mapping.cpp
index 15788372c599d..d421dcec1f317 100644
--- a/openmp/libomptarget/test/mapping/lambda_mapping.cpp
+++ b/openmp/libomptarget/test/mapping/lambda_mapping.cpp
@@ -1,5 +1,8 @@
 // RUN: %libomptarget-compilexx-run-and-check-generic
 
+// Error on the gpu that crashes the host
+// UNSUPPORTED: amdgcn-amd-amdhsa-newRTL
+
 #include <iostream>
 
 template <typename LOOP_BODY>

diff  --git a/openmp/libomptarget/test/unified_shared_memory/close_modifier.c b/openmp/libomptarget/test/unified_shared_memory/close_modifier.c
index ce368a359176b..6458e246328b0 100644
--- a/openmp/libomptarget/test/unified_shared_memory/close_modifier.c
+++ b/openmp/libomptarget/test/unified_shared_memory/close_modifier.c
@@ -5,6 +5,7 @@
 
 // amdgpu runtime crash
 // UNSUPPORTED: amdgcn-amd-amdhsa
+// UNSUPPORTED: amdgcn-amd-amdhsa-newRTL
 
 
 #include <omp.h>

diff  --git a/openmp/libomptarget/test/unified_shared_memory/shared_update.c b/openmp/libomptarget/test/unified_shared_memory/shared_update.c
index b211d333453e9..bcd1ade4421b5 100644
--- a/openmp/libomptarget/test/unified_shared_memory/shared_update.c
+++ b/openmp/libomptarget/test/unified_shared_memory/shared_update.c
@@ -4,6 +4,7 @@
 
 // amdgpu runtime crash
 // UNSUPPORTED: amdgcn-amd-amdhsa
+// UNSUPPORTED: amdgcn-amd-amdhsa-newRTL
 
 #include <stdio.h>
 #include <omp.h>


        


More information about the Openmp-commits mailing list