Changeset View
Changeset View
Standalone View
Standalone View
openmp/libomptarget/test/unified_shared_memory/shared_update.c
// RUN: %libomptarget-compile-run-and-check-generic | // RUN: %libomptarget-compile-run-and-check-generic | ||||
// REQUIRES: unified_shared_memory | // REQUIRES: unified_shared_memory | ||||
// amdgcn does not have printf definition | // amdgcn does not have printf definition | ||||
// 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 102 Lines • Show Last 20 Lines |