diff --git a/SYCL/USM/dmem_varied.cpp b/SYCL/USM/dmem_varied.cpp index c36f5b4808..83fb44528a 100644 --- a/SYCL/USM/dmem_varied.cpp +++ b/SYCL/USM/dmem_varied.cpp @@ -1,4 +1,3 @@ -// XFAIL: cuda // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t1.out // RUN: %HOST_RUN_PLACEHOLDER %t1.out // RUN: %CPU_RUN_PLACEHOLDER %t1.out diff --git a/SYCL/USM/math.cpp b/SYCL/USM/math.cpp index 436015e871..c69519fdc2 100644 --- a/SYCL/USM/math.cpp +++ b/SYCL/USM/math.cpp @@ -3,9 +3,6 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // REQUIRES: cpu -// XFAIL: cuda -// TODO: ptxas fatal : Unresolved extern function -// '_Z20__spirv_ocl_lgamma_rfPi' #include diff --git a/SYCL/USM/smem_concurrent.cpp b/SYCL/USM/smem_concurrent.cpp index 77472fc4e1..6062f67300 100644 --- a/SYCL/USM/smem_concurrent.cpp +++ b/SYCL/USM/smem_concurrent.cpp @@ -1,4 +1,3 @@ -// XFAIL: cuda // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t1.out // RUN: %HOST_RUN_PLACEHOLDER %t1.out // RUN: %CPU_RUN_PLACEHOLDER %t1.out diff --git a/SYCL/USM/smem_varied.cpp b/SYCL/USM/smem_varied.cpp index 8cde666ed4..8adb0b14e1 100644 --- a/SYCL/USM/smem_varied.cpp +++ b/SYCL/USM/smem_varied.cpp @@ -1,4 +1,3 @@ -// XFAIL: cuda // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t1.out -DTEST_SHARED // RUN: %HOST_RUN_PLACEHOLDER %t1.out // RUN: %CPU_RUN_PLACEHOLDER %t1.out