Stride mismatch using fortran ordered (0,N) arrays #582
Replies: 1 comment
-
#624 Should have fixed this. |
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.
-
In the below code,
knl(queue, input=a_c)
successfully executes with aC
ordered argument of shape (0,2). Calling the same kernel with anF
ordered argument of shape (0,2) raises the following error.Beta Was this translation helpful? Give feedback.
All reactions