Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Oct 11, 2024
1 parent e28ca8f commit 61312a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ end
const GPU_BACKENDS = ("CUDA", "AMDGPU", "Metal", "CPU")
# const GPU_BACKEND = load_preference(MLDataDevices, "gpu_backend", "CUDA")
# https://github.com/JuliaPackaging/Preferences.jl/issues/39
const GPU_BACKEND = @load_preference!("Flux", "gpu_backend", "CUDA")
const GPU_BACKEND = @load_preference("gpu_backend")

"""
gpu(m)
Expand Down

0 comments on commit 61312a8

Please sign in to comment.