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 am implementing a package with cuda kernel. This used to be easy for Torch using THCDeviceTensor (my Torch code can be found here). Is it possible to include "THCDeviceTensor.cuh" and "THCDeviceTensorUtils.cuh" for a ffi package?
I am implementing a package with cuda kernel. This used to be easy for Torch using
THCDeviceTensor(my Torch code can be found here). Is it possible to include "THCDeviceTensor.cuh" and "THCDeviceTensorUtils.cuh" for a ffi package?