Skip to content

Commit

Permalink
Merge pull request #9 from JuliaEPFL/roflmaostc-patch-4
Browse files Browse the repository at this point in the history
Update convolution_GPU_example.jl
  • Loading branch information
roflmaostc authored May 28, 2024
2 parents 9f57201 + 9a27861 commit a32f6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/convolution_GPU_example.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ TableOfContents()
ImageShow.simshow(x::CuArray; kwargs...) = simshow(Array(x); kwargs...)

# ╔═╡ 8f05639c-310e-4d53-b342-f2da13a971cc
use_CUDA = Ref(true)
use_CUDA = Ref(true && CUDA.functional())

# ╔═╡ 4aff1c79-e214-494e-a1d3-5a52224baeba
md" ## CUDA
Expand Down

0 comments on commit a32f6a3

Please sign in to comment.