Skip to content

Commit

Permalink
chore: load LuxCUDA for correct gpu device
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal authored Nov 14, 2024
1 parent 40e2a24 commit 0c24bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ y = layer(x, p, st)
We compare the performance of different implementation of KAN with an MLP that has the same number of parameters (see `examples/eg1.jl`).
```julia
using Lux, KolmogorovArnold
using CUDA
using LuxCUDA

CUDA.allowscalar(false)
device = Lux.gpu_device()
Expand Down

0 comments on commit 0c24bc9

Please sign in to comment.