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 may be more efficient to replace the stride_copy/destride_copy functions with a kernel which destrides, then copy the result back. This works naturally in the case of the filter history as the D->D copy would be replaced with a kernel call. For functions in the dust object, some scratch space on the device would be needed.
The text was updated successfully, but these errors were encountered:
It may be more efficient to replace the stride_copy/destride_copy functions with a kernel which destrides, then copy the result back. This works naturally in the case of the filter history as the D->D copy would be replaced with a kernel call. For functions in the dust object, some scratch space on the device would be needed.
The text was updated successfully, but these errors were encountered: