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
It's possible to send e.g. a huge tuple to a kernel, which will fail with invalid value because it doesn't fit in the kernel parameter space. Should probably warn and recommend passing e.g. in an array to just pass a pointer (which is slower though).
The text was updated successfully, but these errors were encountered:
It's possible to send e.g. a huge tuple to a kernel, which will fail with invalid value because it doesn't fit in the kernel parameter space. Should probably warn and recommend passing e.g. in an array to just pass a pointer (which is slower though).
The text was updated successfully, but these errors were encountered: