Skip to content

Commit 8bbf178

Browse files
authored
Bump version to 0.13.99 and update dependencies (#2759)
* Bump version to 0.13.99 and update dependencies * fix
1 parent 1577937 commit 8bbf178

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Enzyme"
22
uuid = "7da242da-08ed-463a-9acd-ee780be4f1d9"
33
authors = ["William Moses <wmoses@mit.edu>", "Valentin Churavy <vchuravy@mit.edu>"]
4-
version = "0.13.98"
4+
version = "0.13.99"
55

66
[deps]
77
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
@@ -42,7 +42,7 @@ BFloat16s = "0.2, 0.3, 0.4, 0.5, 0.6"
4242
CEnum = "0.4, 0.5"
4343
ChainRulesCore = "1"
4444
EnzymeCore = "0.8.15"
45-
Enzyme_jll = "0.0.210"
45+
Enzyme_jll = "0.0.211"
4646
GPUArraysCore = "0.1.6, 0.2"
4747
GPUCompiler = "1.6.2"
4848
LLVM = "9.1"

test/array.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,8 @@ for RTA in (false, true)
251251
Active(1.0),
252252
Duplicated(arr, arr)
253253
)[1][1]
254-
# Pending fix via https://github.com/EnzymeAD/Enzyme/pull/2540
255-
@test_broken y == 0.0
256-
@test_broken arr ones(2500)
254+
@test y == 0.0
255+
@test arr ones(2500)
257256
end
258257

259258
end

0 commit comments

Comments
 (0)