Skip to content

Commit 62f28c0

Browse files
committed
Added REQUIRES: gpu, cuda.
Signed-off-by: jack.kirk <[email protected]>
1 parent 9817ae6 commit 62f28c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sycl/test/check_device_code/matrix/matrix-nvptx-double-test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: gpu, cuda
2+
13
// RUN: %clangxx -fsycl-device-only -fsycl-targets=nvptx64-nvidia-cuda -Xsycl-target-backend --cuda-gpu-arch=sm_80 -DSYCL_EXT_ONEAPI_MATRIX=3 -S -Xclang -emit-llvm %s -o -| FileCheck %s
24

35
#include <CL/sycl.hpp>

0 commit comments

Comments
 (0)