From 36c81fe60e297ec1880153c653031e0def8d77ef Mon Sep 17 00:00:00 2001 From: "jack.kirk" Date: Fri, 24 Dec 2021 18:31:05 +0000 Subject: [PATCH] Enabled joint_matrix_tensorcore_double.cpp Signed-off-by: jack.kirk --- SYCL/Matrix/joint_matrix_tensorcore_double.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SYCL/Matrix/joint_matrix_tensorcore_double.cpp b/SYCL/Matrix/joint_matrix_tensorcore_double.cpp index 5d9913b860..7662f0d452 100644 --- a/SYCL/Matrix/joint_matrix_tensorcore_double.cpp +++ b/SYCL/Matrix/joint_matrix_tensorcore_double.cpp @@ -1,5 +1,4 @@ -// The test is disabled to devil's issue #666 -// REQUIRES: gpu, cuda, TEMPORARY_DISABLED +// REQUIRES: gpu, cuda // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -Xsycl-target-backend --cuda-gpu-arch=sm_80 -DSYCL_EXT_ONEAPI_MATRIX=3 %s -o %t.out //