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
Currently SPIRVRunner assumes the user always wants to copy back 1 and only 1 output. But, there is no requirement that Triton kernels have a single output - in fact, input and output is just a matter of whether the kernel calls load or store on a pointer. It is conceivable that a user may want to copy back all output buffers, or copy none at all. We should provide that flexibility.
The text was updated successfully, but these errors were encountered:
Currently SPIRVRunner assumes the user always wants to copy back 1 and only 1 output. But, there is no requirement that Triton kernels have a single output - in fact, input and output is just a matter of whether the kernel calls load or store on a pointer. It is conceivable that a user may want to copy back all output buffers, or copy none at all. We should provide that flexibility.
The text was updated successfully, but these errors were encountered: