We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This enable x64 corrupts JAX on my laptop https://github.com/cosmodesi/cosmoprimo/blob/f3698636242fe54587fe3a607f4b14acb8efc9ac/cosmoprimo/fftlog.py#L19C35-L19C35 This is surely the fault of the flaky JAX on my laptop, but it seems you could turn it off without affecting others by wrapping in something like if jax.default_backend() != "METAL" :
... and cosmoprimo still works at least in some cases... not sure where expected to cause problems...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This enable x64 corrupts JAX on my laptop
https://github.com/cosmodesi/cosmoprimo/blob/f3698636242fe54587fe3a607f4b14acb8efc9ac/cosmoprimo/fftlog.py#L19C35-L19C35
This is surely the fault of the flaky JAX on my laptop, but it seems you could turn it off without affecting others by wrapping in something like
if jax.default_backend() != "METAL" :
... and cosmoprimo still works at least in some cases... not sure where expected to cause problems...
The text was updated successfully, but these errors were encountered: