Skip to content

Commit 29dc3c9

Browse files
committed
require cuda in test that already implicitly requires it
1 parent 58b5b0f commit 29dc3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/syclcompat/launch/launch_properties.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* sycl/test-e2e/ClusterLaunch/cluster_launch_parallel_for.cpp
2323
**************************************************************************/
2424

25-
// REQUIRES: aspect-ext_oneapi_cuda_cluster_group
25+
// REQUIRES: aspect-ext_oneapi_cuda_cluster_group, cuda
2626
// RUN: %{build} -Xsycl-target-backend=nvptx64-nvidia-cuda --cuda-gpu-arch=sm_90 -o %t.out
2727
// RUN: %{run} %t.out
2828

0 commit comments

Comments
 (0)