Replies: 2 comments
-
the inputs stride by B*T. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Didn't notice, opened a bug: #321 I agree that the current position should probably be also advanced by Also, with current implementation, reading |
Beta Was this translation helpful? Give feedback.
0 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.
-
I am wondering why the current_position is advanced by (BT) * sizeof(int) instead of (BT + 1) * sizeof(int) here:
Beta Was this translation helpful? Give feedback.
All reactions