Skip to content

Commit

Permalink
Update utils.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored and michel2323 committed Jun 28, 2024
1 parent 4797541 commit d851689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/utils.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# EXCLUDE FROM TESTING
if backend_str == "CUDA" && Base.find_package("CUDA") !== nothing
if Base.find_package("CUDA") !== nothing
using CUDA
using CUDA.CUDAKernels
const backend = CUDABackend()
Expand Down

0 comments on commit d851689

Please sign in to comment.