-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Precision control has no effect #14157
Labels
Comments
Can you dump the HLO for a high precision matmul? |
Then the annotation has been lost somewhere during lowering in XLA and this is an XLA bug. |
This is apparently solved according to this thread. Thanks everyone! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Possibly related to #13038.
Possible duplicate of #14022.
Description
Neither the
jax.default_matmul_precision
context manager nor theprecision=
argument tojax.numpy.matmul
could change the precision for matrix multiplication on A100, and the result cannot reach a similar precision to that of numpy using float32.What jax/jaxlib version are you using?
Development branch
Which accelerator(s) are you using?
GPU
Additional system info
Python 3.11.1, Ubuntu 20.04
NVIDIA GPU info
The text was updated successfully, but these errors were encountered: