Closed jwnys closed 3 years ago
This error originates inside XLA, but I'm actually unsure how to produce it. Can you share either a reproduction or an HLO dump?
You can get an HLO dump by running JAX with the environment variable XLA_FLAGS=--xla_dump_to=/tmp/somewhere
and zipping up the files you get out. (Note this does essentially share your model's code on Github, if that matters.)
Any updates? Is there a way for me to reproduce this?
Closing. I suspect the bug has already been fixed in newer jaxlibs, and without a way to reproduce it there's nothing we can do. Please reopen if there's a way for us to reproduce the issue at head!
I'm currently having an issue with jax (jaxlib 0.1.61), when using GPU with cuda 10.1 (I don't get this error when using only CPU). I can't produce an MWA at the moment. I can't find any info on this error.. Can anyone give me some pointers on which type of behaviour might generate this error?