[openmp] Disable tests that presently hang on CI

This commit is contained in:
Jon Chesterfield 2022-02-01 12:59:35 +00:00
parent 31b7f8857f
commit 8b7e99c41d
2 changed files with 10 additions and 0 deletions

View File

@ -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() {

View File

@ -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