-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add context to help fix Array
s that are not fully addressable` errors
#37
Labels
Comments
also
This one is because arrays snuck into a closure that shouldn't have. |
I am having the same issue. Is there anyway we can debug this error in a jitted function? |
Can you give me a reproducer? This shouldn’t be happening inside jit.
…On Mon, Jul 1, 2024 at 2:43 AM Wassim KABALAN ***@***.***> wrote:
I am having the same issue.
Is there anyway we can debug this error in a jitted function?
—
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAACLIKWOPPUPWZELPF73FLZKEQF7AVCNFSM6AAAAABKFGQ6TKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJZGY4TSNBTGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I created this discussion with a MWE |
try again with jax nightly? some improvements were just made. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This one doesn't show up inside jit (by construction) so it's a bit harder to intercept. maybe just a FAQ entry?
The text was updated successfully, but these errors were encountered: