forked from OSchip/llvm-project
[openmp] Disable tests that presently hang on CI
This commit is contained in:
parent
31b7f8857f
commit
8b7e99c41d
|
@ -1,5 +1,10 @@
|
|||
// RUN: %libomptarget-compilexx-generic -O3 && %libomptarget-run-generic
|
||||
|
||||
// Hangs
|
||||
// UNSUPPORTED: amdgcn-amd-amdhsa
|
||||
// UNSUPPORTED: amdgcn-amd-amdhsa-newRTL
|
||||
// UNSUPPORTED: amdgcn-amd-amdhsa-newDriver
|
||||
|
||||
#include <iostream>
|
||||
|
||||
template <typename T> int test_map() {
|
||||
|
|
|
@ -32,6 +32,11 @@
|
|||
//
|
||||
// CUSTOM: Rewriting generic-mode kernel with a customized state machine.
|
||||
|
||||
// Hangs
|
||||
// UNSUPPORTED: amdgcn-amd-amdhsa
|
||||
// UNSUPPORTED: amdgcn-amd-amdhsa-newRTL
|
||||
// UNSUPPORTED: amdgcn-amd-amdhsa-newDriver
|
||||
|
||||
#if ADD_REDUCTION
|
||||
# define REDUCTION(...) reduction(__VA_ARGS__)
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue