Changeset View
Changeset View
Standalone View
Standalone View
openmp/libomptarget/test/unified_shared_memory/api.c
// RUN: %libomptarget-compile-run-and-check-generic | // RUN: %libomptarget-compile-run-and-check-generic | ||||
// XFAIL: nvptx64-nvidia-cuda | // XFAIL: nvptx64-nvidia-cuda | ||||
// XFAIL: nvptx64-nvidia-cuda-oldDriver | |||||
// XFAIL: nvptx64-nvidia-cuda-LTO | // XFAIL: nvptx64-nvidia-cuda-LTO | ||||
// Fails on amdgpu with error: GPU Memory Error | // Fails on amdgpu with error: GPU Memory Error | ||||
// XFAIL: amdgcn-amd-amdhsa | // XFAIL: amdgcn-amd-amdhsa | ||||
// XFAIL: amdgcn-amd-amdhsa-oldDriver | |||||
// XFAIL: amdgcn-amd-amdhsa-LTO | // XFAIL: amdgcn-amd-amdhsa-LTO | ||||
#include <stdio.h> | #include <stdio.h> | ||||
#include <omp.h> | #include <omp.h> | ||||
// --------------------------------------------------------------------------- | // --------------------------------------------------------------------------- | ||||
// Various definitions copied from OpenMP RTL | // Various definitions copied from OpenMP RTL | ||||
▲ Show 20 Lines • Show All 155 Lines • Show Last 20 Lines |