Skip to content
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

🚧 Update JAX version #696

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Conversation

erick-xanadu
Copy link
Contributor

@erick-xanadu erick-xanadu commented Apr 29, 2024

Context: Branch to update JAX

Description of the Change:

  • update LLVM
  • update MHLO
  • update build target for Enzyme
  • update CMakeFile for correct linking of MHLO with quantum-opt
  • Fix some lit tests

missing

  • figure out what's the deal with gradient tests

Benefits:

Possible Drawbacks:

Related GitHub Issues:

[sc-62308]

erick-xanadu and others added 5 commits April 29, 2024 10:59
**Context:** QA showed that the following syntax could be desirable:

```python
pure_callback(np.sin, float)(x)
```

however, `np.sin` is a ufunc and does not have a python signature.

**Description of the Change:** Sink the retrieval of python signatures.

**Benefits:** the syntax above can be used.

This change will be cherry-picked for version 0.6.0 release.
**Context:**
The oqc device was not added to the entry points.

**Description of the Change:**
Add the oqc device to the entry points.\

**Benefits:**
`qml.device('oqc.remote', backend="lucy", wires=2)`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants