We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c49b23 commit ca8ffcfCopy full SHA for ca8ffcf
test/Project.toml
@@ -1,5 +1,4 @@
1
[deps]
2
-CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
3
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
4
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
5
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
test/gpu.jl
@@ -1,5 +1,3 @@
-include("./utils.jl")
-
Random.seed!(1234)
## Solving the rosenbrock problem
0 commit comments