Skip to content

Commit f14250c

Browse files
authored
Merge pull request #517 from ValeevGroup/evaleev/fix/device-tests-buildable-with-cuda
amends bf984de to reenable CUDA example building
2 parents 04b635a + cee8a8f commit f14250c

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)