How to share a bug on private code #7656
Unanswered
AdrienCorenflos
asked this question in
General
Replies: 1 comment 3 replies
-
I would suggest doing your best to find a stripped-down reproduction that you can share. Even if you granted access to your code to one of the JAX team members, the chances of them being able to effectively debug and find the problem within a large & complicated code base are not high. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am experiencing a genuine bug in JAX which can be summarised by "backward pass on
scan
segfaults, but runs fine if jit is globally disabled". However I'm struggling to extract a minimal reproducible example (as I have no clue what is going on in XLA), and I am not very willing to make my code completely public as I am writing it for a conf paper.I'm however more than happy to give access to my repo to specific individuals who could have a look. Repro in there would be easy as it is essentially running a unittest.
Do you have policies of any kind in this regard?
Thanks,
Adrien
Beta Was this translation helpful? Give feedback.
All reactions