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 27, 2024
1 parent 12d3f37 commit 94dd363
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 94dd363

Please sign in to comment.