Skip to content

Commit

Permalink
New version: NNlib v0.9.8
Browse files Browse the repository at this point in the history
UUID: 872c559c-99b0-510c-b3b7-b6c96a88d5cd
Repo: https://github.com/FluxML/NNlib.jl.git
Tree: ac86d2944bf7a670ac8bf0f7ec099b5898abcc09

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator committed Nov 21, 2023
1 parent c63f417 commit aa10926
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion N/NNlib/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,13 @@ ChainRulesCore = "1.13.0-1"
["0.9-0"]
Adapt = "3.2.0-3"
Requires = "1"
Statistics = "1.9.0-1"
julia = "1.9.0-1"

["0.9-0.9.7"]
Statistics = "1.9.0-1"

["0.9.8-0"]
LinearAlgebra = ["0.0.0", "1"]
Pkg = ["0.0.0", "1"]
Random = ["0.0.0", "1"]
Statistics = "1"
3 changes: 3 additions & 0 deletions N/NNlib/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,6 @@ git-tree-sha1 = "6e4e90c2e2ef091ef50b91af65fa4bb09c3d0728"

["0.9.7"]
git-tree-sha1 = "3bc568de99214f72a76c7773ade218819afcc36e"

["0.9.8"]
git-tree-sha1 = "ac86d2944bf7a670ac8bf0f7ec099b5898abcc09"
7 changes: 6 additions & 1 deletion N/NNlib/WeakCompat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ CUDA = "4"
AMDGPU = "0.4.8-0.5"

["0.9.6-0"]
AMDGPU = "0.5-0.6"
CUDA = "4-5"

["0.9.6-0.9.7"]
AMDGPU = "0.5-0.6"

["0.9.7-0"]
EnzymeCore = "0.5-0.6"

["0.9.8-0"]
AMDGPU = "0.6-0.7"

0 comments on commit aa10926

Please sign in to comment.