[Openmp-commits] [openmp] 1688b4c - [OpenMP][AMDGPU] XFAIL test where kernels call printf

Joel E. Denny via Openmp-commits openmp-commits at lists.llvm.org
Tue Aug 31 19:13:10 PDT 2021


Author: Joel E. Denny
Date: 2021-08-31T22:11:28-04:00
New Revision: 1688b4cf8ec3f87efdd0f2d0227588f549558dea

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

LOG: [OpenMP][AMDGPU] XFAIL test where kernels call printf

Added: 
    

Modified: 
    openmp/libomptarget/test/mapping/ompx_hold/struct.c

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/test/mapping/ompx_hold/struct.c b/openmp/libomptarget/test/mapping/ompx_hold/struct.c
index 63c6ef1e68a29..2a0626b5fbae9 100644
--- a/openmp/libomptarget/test/mapping/ompx_hold/struct.c
+++ b/openmp/libomptarget/test/mapping/ompx_hold/struct.c
@@ -1,6 +1,9 @@
 // RUN: %libomptarget-compile-generic -fopenmp-extensions
 // RUN: %libomptarget-run-generic | %fcheck-generic -strict-whitespace
 
+// amdgcn does not have printf definition
+// XFAIL: amdgcn-amd-amdhsa
+
 #include <omp.h>
 #include <stdio.h>
 


        


More information about the Openmp-commits mailing list