[OFFLOAD] Disable tests that may cause hangs in CI (#189116)
This commit is contained in:
parent
01768d3b95
commit
563d3f6865
@ -1,5 +1,8 @@
|
||||
// RUN: %libomptarget-compilexx-run-and-check-generic
|
||||
|
||||
// https://github.com/llvm/llvm-project/issues/182119
|
||||
// UNSUPPORTED: intelgpu
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
struct View {
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
// RUN: %libomptarget-compilexx-and-run-generic
|
||||
// RUN: %libomptarget-compileoptxx-and-run-generic
|
||||
// https://github.com/llvm/llvm-project/issues/182119
|
||||
// UNSUPPORTED: intelgpu
|
||||
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
|
||||
@ -7,6 +7,8 @@
|
||||
|
||||
// FIXME: Fails due to optimized debugging in 'ptxas'.
|
||||
// UNSUPPORTED: nvptx64-nvidia-cuda-LTO
|
||||
// https://github.com/llvm/llvm-project/issues/182119
|
||||
// UNSUPPORTED: intelgpu
|
||||
|
||||
#include <omp.h>
|
||||
#include <stdio.h>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
// RUN: %libomptarget-compile-run-and-check-generic
|
||||
|
||||
// XFAIL: intelgpu
|
||||
// Make sure multi-dimensional strided offset update works correctly.
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
@ -3,6 +3,8 @@
|
||||
// across the array
|
||||
|
||||
// RUN: %libomptarget-compile-run-and-check-generic
|
||||
// https://github.com/llvm/llvm-project/issues/182119
|
||||
// UNSUPPORTED: intelgpu
|
||||
|
||||
#include <omp.h>
|
||||
#include <stdio.h>
|
||||
|
||||
@ -2,7 +2,8 @@
|
||||
// supported when elements are updated in a non-contiguous manner with variable
|
||||
// count expression. Tests #pragma omp target update from/to(data[0:len/2:2])
|
||||
// where the count (len/2) is a variable expression, not a constant.
|
||||
|
||||
// https://github.com/llvm/llvm-project/issues/182119
|
||||
// UNSUPPORTED: intelgpu
|
||||
// RUN: %libomptarget-compile-run-and-check-generic
|
||||
#include <omp.h>
|
||||
#include <stdio.h>
|
||||
|
||||
@ -4,6 +4,8 @@
|
||||
// other element (stride 2) from the host to the device
|
||||
|
||||
// RUN: %libomptarget-compile-run-and-check-generic
|
||||
// https://github.com/llvm/llvm-project/issues/182119
|
||||
// UNSUPPORTED: intelgpu
|
||||
|
||||
#include <omp.h>
|
||||
#include <stdio.h>
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
// RUN: %libomptarget-compilexx-run-and-check-generic
|
||||
// https://github.com/llvm/llvm-project/issues/182119
|
||||
// UNSUPPORTED: intelgpu
|
||||
|
||||
#include <omp.h>
|
||||
#include <stdio.h>
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
// RUN: %libomptarget-compilexx-and-run-generic
|
||||
// RUN: %libomptarget-compileoptxx-and-run-generic
|
||||
// https://github.com/llvm/llvm-project/issues/182119
|
||||
// UNSUPPORTED: intelgpu
|
||||
|
||||
#include <cassert>
|
||||
|
||||
|
||||
@ -2,6 +2,9 @@
|
||||
// Tests non-contiguous array sections with expression-based count on
|
||||
// heap-allocated pointer arrays with both FROM and TO directives.
|
||||
|
||||
// https://github.com/llvm/llvm-project/issues/182119
|
||||
// UNSUPPORTED: intelgpu
|
||||
|
||||
#include <omp.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@ -2,6 +2,8 @@
|
||||
// This test checks that "update to" clause in OpenMP supports strided sections.
|
||||
// #pragma omp target update to(result[0:8:2]) updates every other element
|
||||
// (stride 2)
|
||||
// https://github.com/llvm/llvm-project/issues/182119
|
||||
// UNSUPPORTED: intelgpu
|
||||
|
||||
#include <omp.h>
|
||||
#include <stdio.h>
|
||||
|
||||
@ -2,6 +2,8 @@
|
||||
|
||||
// REQUIRES: unified_shared_memory
|
||||
// UNSUPPORTED: clang-6, clang-7, clang-8, clang-9
|
||||
// https://github.com/llvm/llvm-project/issues/182119
|
||||
// UNSUPPORTED: intelgpu
|
||||
|
||||
#include <omp.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user