You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@152334H Yeah, it looks like a bug when checking the shape, all_input shape should be [TP*m, N].
We will take a look at this, meanwhile, please use test_ag_kernel.py instead as the main testing script.
Describe the bug
The command,
Seems to work fine.
However, if we add this line:
Then execute with some different
N
, such as:Many errors like,
Will appear.
Expected behavior
Not sure. I do not fully understand what this code is supposed to do.
I believe it is supposed to contain the original gathered input, but I am uncertain.
I do not have any proposed fix either.
Additional context
Environment if useful:
This should be a fresh environment, except with pynvml+numpy added.
The text was updated successfully, but these errors were encountered: