Skip to content

Commit d851689

Browse files
wsmosesmichel2323
authored andcommittedJun 28, 2024
Update utils.jl
1 parent 4797541 commit d851689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/utils.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# EXCLUDE FROM TESTING
2-
if backend_str == "CUDA" && Base.find_package("CUDA") !== nothing
2+
if Base.find_package("CUDA") !== nothing
33
using CUDA
44
using CUDA.CUDAKernels
55
const backend = CUDABackend()

0 commit comments

Comments
 (0)