Changeset View
Changeset View
Standalone View
Standalone View
openmp/libomptarget/test/mapping/ompx_hold/struct.c
// RUN: %libomptarget-compile-generic -fopenmp-extensions | // RUN: %libomptarget-compile-generic -fopenmp-extensions | ||||
// RUN: %libomptarget-run-generic | %fcheck-generic -strict-whitespace | // RUN: %libomptarget-run-generic | %fcheck-generic -strict-whitespace | ||||
// Wrong results on amdgpu | // Wrong results on amdgpu | ||||
// XFAIL: amdgcn-amd-amdhsa | // XFAIL: amdgcn-amd-amdhsa | ||||
// XFAIL: amdgcn-amd-amdhsa-oldDriver | |||||
// XFAIL: amdgcn-amd-amdhsa-LTO | // XFAIL: amdgcn-amd-amdhsa-LTO | ||||
#include <omp.h> | #include <omp.h> | ||||
#include <stdio.h> | #include <stdio.h> | ||||
#define CHECK_PRESENCE(Var1, Var2, Var3) \ | #define CHECK_PRESENCE(Var1, Var2, Var3) \ | ||||
printf(" presence of %s, %s, %s: %d, %d, %d\n", \ | printf(" presence of %s, %s, %s: %d, %d, %d\n", \ | ||||
#Var1, #Var2, #Var3, \ | #Var1, #Var2, #Var3, \ | ||||
▲ Show 20 Lines • Show All 193 Lines • Show Last 20 Lines |