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

Specialize _givens_matrix to jax interface using jax.jit #7013

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

erick-xanadu
Copy link
Contributor

Context: _givens_matrix is a function that can be jax.jited. It is called several many times. Using jax.jit can speed up the compilation process.

Description of the Change: Specialize _givens_matrix and jax.jit if the interface is JAX.

Benefits: Speeding up jax and catalyst.

Possible Drawbacks: Code size.

Related GitHub Issues:

@erick-xanadu erick-xanadu force-pushed the eochoa/2025-02-26/givens branch from 7ffec9d to bc3d39d Compare February 26, 2025 19:43
Copy link
Contributor

Hello. You may have forgotten to update the changelog!
Please edit doc/releases/changelog-dev.md with:

  • A one-to-two sentence description of the change. You may include a small working example for new features.
  • A link back to this PR.
  • Your name (or GitHub username) in the contributors section.

@erick-xanadu erick-xanadu force-pushed the eochoa/2025-02-26/givens branch from bc3d39d to 32dfbe4 Compare February 26, 2025 19:47
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.

1 participant