Skip to content

Commit

Permalink
Try cuda always_inline
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Mar 22, 2024
1 parent 595366c commit 4b6aca3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion examples/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,9 @@ version = "0.5.7"

[[deps.ClimaCore]]
deps = ["Adapt", "BandedMatrices", "BlockArrays", "CUDA", "ClimaComms", "CubedSphere", "DataStructures", "DocStringExtensions", "ForwardDiff", "GaussQuadrature", "GilbertCurves", "HDF5", "InteractiveUtils", "IntervalSets", "KrylovKit", "LinearAlgebra", "PkgVersion", "RecursiveArrayTools", "RootSolvers", "SparseArrays", "Static", "StaticArrays", "Statistics", "Unrolled"]
git-tree-sha1 = "bc6a0154e3bcc1657d3a75f697e216fb70121969"
git-tree-sha1 = "7d64005f6855010abe9e12c2312f3b51d872825f"
repo-rev = "ck/cuda_inline"
repo-url = "https://github.com/CliMA/ClimaCore.jl.git"
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
version = "0.13.2"
weakdeps = ["Krylov"]
Expand Down
4 changes: 3 additions & 1 deletion perf/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,9 @@ version = "0.5.7"

[[deps.ClimaCore]]
deps = ["Adapt", "BandedMatrices", "BlockArrays", "CUDA", "ClimaComms", "CubedSphere", "DataStructures", "DocStringExtensions", "ForwardDiff", "GaussQuadrature", "GilbertCurves", "HDF5", "InteractiveUtils", "IntervalSets", "KrylovKit", "LinearAlgebra", "PkgVersion", "RecursiveArrayTools", "RootSolvers", "SparseArrays", "Static", "StaticArrays", "Statistics", "Unrolled"]
git-tree-sha1 = "bc6a0154e3bcc1657d3a75f697e216fb70121969"
git-tree-sha1 = "7d64005f6855010abe9e12c2312f3b51d872825f"
repo-rev = "ck/cuda_inline"
repo-url = "https://github.com/CliMA/ClimaCore.jl.git"
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
version = "0.13.2"
weakdeps = ["Krylov"]
Expand Down

0 comments on commit 4b6aca3

Please sign in to comment.