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-newRTL | // XFAIL: nvptx64-nvidia-cuda-newRTL | ||||
// Fails on amdgcn with error: GPU Memory Error | // Fails on amdgcn with error: GPU Memory Error | ||||
// XFAIL: amdgcn-amd-amdhsa | // XFAIL: amdgcn-amd-amdhsa | ||||
// XFAIL: amdgcn-amd-amdhsa-newRTL | |||||
#include <stdio.h> | #include <stdio.h> | ||||
#include <omp.h> | #include <omp.h> | ||||
// --------------------------------------------------------------------------- | // --------------------------------------------------------------------------- | ||||
// Various definitions copied from OpenMP RTL | // Various definitions copied from OpenMP RTL | ||||
extern void __tgt_register_requires(int64_t); | extern void __tgt_register_requires(int64_t); | ||||
▲ Show 20 Lines • Show All 154 Lines • Show Last 20 Lines |