File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2
2
// RUN: env LIBOMPTARGET_SHARED_MEMORY_SIZE=256 \
3
3
// RUN: %libomptarget-run-amdgcn-amd-amdhsa | %fcheck-amdgcn-amd-amdhsa
4
4
// REQUIRES: amdgcn-amd-amdhsa
5
+ // XFAIL: amdgcn-amd-amdhsa
5
6
6
7
#include <omp.h>
7
8
#include <stdio.h>
Original file line number Diff line number Diff line change 2
2
// RUN: env LIBOMPTARGET_NEXTGEN_PLUGINS=1 \
3
3
// RUN: %libomptarget-run-amdgcn-amd-amdhsa | %fcheck-amdgcn-amd-amdhsa
4
4
// REQUIRES: amdgcn-amd-amdhsa
5
+ // XFAIL: amdgcn-amd-amdhsa
5
6
6
7
#include "omp_dynamic_shared_memory_mixed.inc"
7
8
// CHECK: PASS
Original file line number Diff line number Diff line change 31
31
// RUN: %libomptarget-run-generic 2>&1 | %fcheck-generic
32
32
//
33
33
// CUSTOM: Rewriting generic-mode kernel with a customized state machine.
34
+ // XFAIL: amdgcn-amd-amdhsa
34
35
35
36
#if ADD_REDUCTION
36
37
#define REDUCTION (...) reduction(__VA_ARGS__)
Original file line number Diff line number Diff line change 1
1
// RUN: %libomptarget-compile-generic -O1 && %libomptarget-run-generic
2
2
// -O1 to run openmp-opt
3
3
// RUN: %libomptarget-compileopt-generic -O1 && %libomptarget-run-generic
4
+ // XFAIL: amdgcn-amd-amdhsa
4
5
5
6
int main (void ) {
6
7
long int aa = 0 ;
You can’t perform that action at this time.
0 commit comments