Skip to content

Commit

Permalink
Update Project.toml (#2008)
Browse files Browse the repository at this point in the history
* Update Project.toml

* newly working tests
  • Loading branch information
wsmoses authored Oct 23, 2024
1 parent 064e65c commit 5df3d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ BFloat16s = "0.2, 0.3, 0.4, 0.5"
CEnum = "0.4, 0.5"
ChainRulesCore = "1"
EnzymeCore = "0.8.4"
Enzyme_jll = "0.0.156"
Enzyme_jll = "0.0.157"
GPUCompiler = "0.21, 0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 1"
LLVM = "6.1, 7, 8, 9"
LogExpFunctions = "0.3"
Expand Down
8 changes: 1 addition & 7 deletions lib/EnzymeTestUtils/test/test_reverse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,7 @@ end
Tx in (Const, Duplicated, BatchDuplicated)

are_activities_compatible(Tret, Tx) || continue
if Tx <: Const
test_reverse(f, Tret, (x, Tx))
else
@test_broken !fails() do
return test_reverse(f, Tret, (x, Tx))
end
end
test_reverse(f, Tret, (x, Tx))
end
end

Expand Down

4 comments on commit 5df3d5c

@wsmoses
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/117872

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.13.12 -m "<description of version>" 5df3d5cdf07766745077b0d7140f5e1bd00f0efd
git push origin v0.13.12

@wsmoses
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir="lib/EnzymeCore"

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Version 0.8.4 already exists

Please sign in to comment.