Revert "[openmp] Fix build, test passes on CI unexpectedly"

This reverts commit c499d690cd.
This commit is contained in:
Jon Chesterfield 2021-11-08 20:28:52 +00:00
parent 98f0bf74ca
commit dc9edc6a6d
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
// RUN: %libomptarget-compilexx-run-and-check-generic
// Wrong results on amdgpu
// XFAIL: amdgcn-amd-amdhsa
// XFAIL: amdgcn-amd-amdhsa-newRTL
#include <stdio.h>
void sum(int* input, int size, int* output)