Skip to content

Commit

Permalink
Add cuda to see if theres still issues on Jenkins (my machine is fine)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmp5VT committed Jun 23, 2024
1 parent 95881d5 commit 0acdaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NDTensors/test/NDTensorsTestUtils/device_list.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ using NDTensors: NDTensors
if "cuda" in ARGS || "all" in ARGS
## Right now adding CUDA during Pkg.test results in a
## compat issues. I am adding it back to test/Project.toml
# Pkg.add("CUDA")
Pkg.add("CUDA")
using CUDA
end
if "rocm" in ARGS || "all" in ARGS
Expand Down

0 comments on commit 0acdaec

Please sign in to comment.