-
Notifications
You must be signed in to change notification settings - Fork 706
[WIP] Bump jax 0.7.2 #8604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
JerryChen97
wants to merge
62
commits into
master
Choose a base branch
from
bump-jax-0.7.2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[WIP] Bump jax 0.7.2 #8604
Changes from 49 commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
5d32755
bump to 0.7.0
JerryChen97 a0afb1d
not the stable
JerryChen97 bfb1fc8
draft
JerryChen97 5732af2
more?
JerryChen97 6e2baed
Better cast_like and is_abstract
JerryChen97 816c6f6
After (JAX 0.7.0): vjp_func.args[0].args == ([],) for independent fun…
JerryChen97 5de0722
batches of assert value; rval to be hashable as wel
JerryChen97 53a9922
more
JerryChen97 fc3573b
more
JerryChen97 cb18461
enhance make_hashable
JerryChen97 3f2215f
Skip some weird fails for now
JerryChen97 b5150fc
skip tracer frist
JerryChen97 1c24e7e
more dynamic shape skips
JerryChen97 3c33252
patch jax
JerryChen97 d37c711
patch refactored in alignment with Catalyst
JerryChen97 1c556c1
don't import jax arbitrarily
JerryChen97 2c4d31b
more fix?
JerryChen97 4b2bed5
rm xfail
JerryChen97 6ad808d
rm xfail
JerryChen97 63ea71d
rm remains
JerryChen97 ff17844
fix all singles doubles
JerryChen97 2e4353d
Apply suggestions from code review
JerryChen97 7f47bbd
improve
JerryChen97 cb6e58f
deal with pylints
JerryChen97 9a1dfb3
disable protected-access
JerryChen97 555c8fb
Merge branch 'master' into bump-jax-to-0.7.0
JerryChen97 3d08400
update make hashable
JerryChen97 d5ca52a
more robust sorted call
JerryChen97 91ef7a7
Merge branch 'master' into bump-jax-to-0.7.0
JerryChen97 53b252d
refine the `_make_hashable` logic
JerryChen97 f328031
Merge branch 'master' into bump-jax-to-0.7.0
JerryChen97 d161795
Merge branch 'master' into bump-jax-to-0.7.0
JerryChen97 01c547c
fix output
JerryChen97 fe92749
jax=0.7.2
JerryChen97 0409c43
Apply JAX 0.7.2 migration fixes
JerryChen97 32b0b0b
Export _restore_slice from capture module
JerryChen97 c199cb1
TEMP: try fixing something
JerryChen97 4d69b7f
try this?
JerryChen97 0bc6d00
It works for 3.12 but not for 3.11???
JerryChen97 41fe1e8
improve slice hashability patcher
JerryChen97 48f0379
ignore more venvs
JerryChen97 c731a8f
Merge branch 'master' into bump-jax-0.7.2
JerryChen97 b508d7e
Fix JAX 0.7.2 compatibility for finite-diff and capture
JerryChen97 2644506
make format
JerryChen97 84a683d
Skip external-libraries-tests requirement in CI workflow
JerryChen97 affa2dd
skip
JerryChen97 7faa51a
Update pennylane/capture/dynamic_shapes.py
JerryChen97 57a704d
import core
JerryChen97 94840bd
bring back new shape
JerryChen97 c9a0c32
trim out redundant or outdated
JerryChen97 a6a7bd1
fix some edits fault in test_capture_merge_rotations.py
JerryChen97 ad8e17b
fix format issue
JerryChen97 5ebdb1f
trim out uncovered source code
JerryChen97 716ab0c
Merge branch 'master' into bump-jax-0.7.2
JerryChen97 c412c95
align with 0.7.0 fix
JerryChen97 40d984e
trim out redundancy
JerryChen97 e6a612e
more redundancy reductions
JerryChen97 7a578e6
fall back to pure 0.7.0 solution
JerryChen97 4f1cefa
redundant
JerryChen97 295bb50
enhance equal, instead of tuning impl of cancel inverse
JerryChen97 c919b5c
revert unnecessary fix
JerryChen97 dee3ebd
Merge branch 'master' into bump-jax-0.7.2
JerryChen97 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,6 +24,7 @@ timer.dat | |
| tmp/* | ||
| benchmark/revisions/ | ||
| venv | ||
| *.venv* | ||
| config.toml | ||
| .envrc | ||
| qml_debug.log | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
temp skip until 0.7.2 is fully compatible with catalyst