Skip to content

Commit cee8a8f

Browse files
committed
amends bf984de to reenable device test building when CUDA is available
1 parent 04b635a commit cee8a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/device/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#
2424

2525

26-
if(TILEDARRAY_HAS_HIP OR TILEDARRAY_HAS_HIP)
26+
if(TILEDARRAY_HAS_CUDA OR TILEDARRAY_HAS_HIP)
2727

2828
foreach(_exec device_task ta_dense_device ta_cc_abcd_device ta_vector_device ta_reduce_device)
2929

0 commit comments

Comments
 (0)