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 22// RUN: env LIBOMPTARGET_SHARED_MEMORY_SIZE=256 \
33// RUN: %libomptarget-run-amdgcn-amd-amdhsa | %fcheck-amdgcn-amd-amdhsa
44// REQUIRES: amdgcn-amd-amdhsa
5+ // XFAIL: amdgcn-amd-amdhsa
56
67#include <omp.h>
78#include <stdio.h>
Original file line number Diff line number Diff line change 22// RUN: env LIBOMPTARGET_NEXTGEN_PLUGINS=1 \
33// RUN: %libomptarget-run-amdgcn-amd-amdhsa | %fcheck-amdgcn-amd-amdhsa
44// REQUIRES: amdgcn-amd-amdhsa
5+ // XFAIL: amdgcn-amd-amdhsa
56
67#include "omp_dynamic_shared_memory_mixed.inc"
78// CHECK: PASS
Original file line number Diff line number Diff line change 3131// RUN: %libomptarget-run-generic 2>&1 | %fcheck-generic
3232//
3333// CUSTOM: Rewriting generic-mode kernel with a customized state machine.
34+ // XFAIL: amdgcn-amd-amdhsa
3435
3536#if ADD_REDUCTION
3637#define REDUCTION (...) reduction(__VA_ARGS__)
Original file line number Diff line number Diff line change 11// RUN: %libomptarget-compile-generic -O1 && %libomptarget-run-generic
22// -O1 to run openmp-opt
33// RUN: %libomptarget-compileopt-generic -O1 && %libomptarget-run-generic
4+ // XFAIL: amdgcn-amd-amdhsa
45
56int main (void ) {
67 long int aa = 0 ;
You can’t perform that action at this time.
0 commit comments