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
I wanted to propose the need for flags for gumath kernels, as proposed in the meeting today:
reorderable, which describes whether the kernel is symmetric in all its inputs.
elementwise, which describes whether the kernel is element-wise, or has a signature of the form '(),' * n + '()->()' (this signature is in NumPy format).
The text was updated successfully, but these errors were encountered:
I wanted to propose the need for flags for gumath kernels, as proposed in the meeting today:
reorderable
, which describes whether the kernel is symmetric in all its inputs.elementwise
, which describes whether the kernel is element-wise, or has a signature of the form'(),' * n + '()->()'
(this signature is in NumPy format).The text was updated successfully, but these errors were encountered: