Skip to content

Commit

Permalink
docs: add CUDA in Project
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutosh-b-b committed Jul 1, 2024
1 parent 70a994e commit cad2d35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
HighDimPDE = "57c578d5-59d4-4db8-a490-a9fc372d19d2"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"

[compat]
CUDA = "5"
Documenter = "1"
Flux = "0.13, 0.14"
HighDimPDE = "2"

0 comments on commit cad2d35

Please sign in to comment.