Changeset View
Changeset View
Standalone View
Standalone View
openmp/libomptarget/test/offloading/bug51781.c
Show All 28 Lines | |||||
// RUN: %fcheck-nvptx64-nvidia-cuda -check-prefix=CUSTOM -input-file=%t.custom | // RUN: %fcheck-nvptx64-nvidia-cuda -check-prefix=CUSTOM -input-file=%t.custom | ||||
// RUN: %fcheck-amdgcn-amd-amdhsa -check-prefix=CUSTOM -input-file=%t.custom | // RUN: %fcheck-amdgcn-amd-amdhsa -check-prefix=CUSTOM -input-file=%t.custom | ||||
// RUN: %libomptarget-run-generic 2>&1 | %fcheck-generic | // RUN: %libomptarget-run-generic 2>&1 | %fcheck-generic | ||||
// | // | ||||
// CUSTOM: Rewriting generic-mode kernel with a customized state machine. | // CUSTOM: Rewriting generic-mode kernel with a customized state machine. | ||||
// Hangs | // Hangs | ||||
// UNSUPPORTED: amdgcn-amd-amdhsa | // UNSUPPORTED: amdgcn-amd-amdhsa | ||||
// UNSUPPORTED: amdgcn-amd-amdhsa-oldDriver | |||||
// UNSUPPORTED: amdgcn-amd-amdhsa-LTO | // UNSUPPORTED: amdgcn-amd-amdhsa-LTO | ||||
#if ADD_REDUCTION | #if ADD_REDUCTION | ||||
# define REDUCTION(...) reduction(__VA_ARGS__) | # define REDUCTION(...) reduction(__VA_ARGS__) | ||||
#else | #else | ||||
# define REDUCTION(...) | # define REDUCTION(...) | ||||
#endif | #endif | ||||
Show All 13 Lines |