diff --git a/SYCL/Matrix/element_wise_all_ops_cuda.cpp b/SYCL/Matrix/element_wise_all_ops_cuda.cpp index 2f5322cca1..bc11434cef 100644 --- a/SYCL/Matrix/element_wise_all_ops_cuda.cpp +++ b/SYCL/Matrix/element_wise_all_ops_cuda.cpp @@ -6,7 +6,8 @@ // //===----------------------------------------------------------------------===// // REQUIRES: cuda - +// Temp xfail: test was merged early. +// XFAIL: cuda // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -Xsycl-target-backend --cuda-gpu-arch=sm_80 -DSYCL_EXT_ONEAPI_MATRIX_VERSION=4 %s -o %t.out // RUN: %t.out diff --git a/SYCL/Matrix/element_wise_wi_marray.cpp b/SYCL/Matrix/element_wise_wi_marray.cpp index 91ce3cc9b6..0464f79f57 100644 --- a/SYCL/Matrix/element_wise_wi_marray.cpp +++ b/SYCL/Matrix/element_wise_wi_marray.cpp @@ -6,7 +6,8 @@ // //===----------------------------------------------------------------------===// // REQUIRES: cuda - +// Temp xfail: test was merged early. +// XFAIL: cuda // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -Xsycl-target-backend --cuda-gpu-arch=sm_80 -DSYCL_EXT_ONEAPI_MATRIX_VERSION=4 %s -o %t.out // RUN: %t.out diff --git a/SYCL/Matrix/joint_matrix_tensorcores.cpp b/SYCL/Matrix/joint_matrix_tensorcores.cpp index d401c3133e..8a5a1ae82d 100644 --- a/SYCL/Matrix/joint_matrix_tensorcores.cpp +++ b/SYCL/Matrix/joint_matrix_tensorcores.cpp @@ -1,5 +1,7 @@ // REQUIRES: cuda +// Temp xfail: test was merged early. +// XFAIL: cuda // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -Xsycl-target-backend --cuda-gpu-arch=sm_80 -DSYCL_EXT_ONEAPI_MATRIX_VERSION=4 %s -o %t.out // RUN: %t.out //