Changeset View
Changeset View
Standalone View
Standalone View
openmp/libomptarget/test/unified_shared_memory/close_modifier.c
// RUN: %libomptarget-compile-run-and-check-generic | // RUN: %libomptarget-compile-run-and-check-generic | ||||
// REQUIRES: unified_shared_memory | // REQUIRES: unified_shared_memory | ||||
// UNSUPPORTED: clang-6, clang-7, clang-8, clang-9 | // UNSUPPORTED: clang-6, clang-7, clang-8, clang-9 | ||||
// 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 <omp.h> | #include <omp.h> | ||||
#include <stdio.h> | #include <stdio.h> | ||||
#pragma omp requires unified_shared_memory | #pragma omp requires unified_shared_memory | ||||
#define N 1024 | #define N 1024 | ||||
▲ Show 20 Lines • Show All 121 Lines • Show Last 20 Lines |