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
Is it possible that we can overload 'operator /' for two device memories, such that it calls a device division kernel? The 'operator /' would not transfer device memory to host, nor transfer host memory to device in a round trip fashion? This also means supporting an 'operator =' that assigns a temporary device memory to device memory.
The text was updated successfully, but these errors were encountered:
Is it possible that we can overload 'operator /' for two device memories, such that it calls a device division kernel? The 'operator /' would not transfer device memory to host, nor transfer host memory to device in a round trip fashion? This also means supporting an 'operator =' that assigns a temporary device memory to device memory.
The text was updated successfully, but these errors were encountered: