[OpenMP][AMDGPU] XFAIL test where kernels call printf

This commit is contained in:
Joel E. Denny 2021-08-31 22:11:28 -04:00
parent c62d9a5ca0
commit 1688b4cf8e

View File

@ -1,6 +1,9 @@
// RUN: %libomptarget-compile-generic -fopenmp-extensions
// RUN: %libomptarget-run-generic | %fcheck-generic -strict-whitespace
// amdgcn does not have printf definition
// XFAIL: amdgcn-amd-amdhsa
#include <omp.h>
#include <stdio.h>