Skip to content

Since when is this form of dynamic indexing possible under jit? #15223

Discussion options

You must be logged in to vote

I believe this kind of dynamic indexing (x[i] where x and i are traced, and i is integer-typed) has always been supported in JIT, but dynamic iteration (for i in idxs where idxs is traced) has only been possible since #8043.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by simon-bachhuber
Comment options

You must be logged in to vote
1 reply
@soraros
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants