arrayfire-rust icon indicating copy to clipboard operation
arrayfire-rust copied to clipboard

set cuda stream?

Open NOBLES5E opened this issue 3 years ago • 1 comments

It will be useful to set which cuda stream to use in arrayfire, so that we can run kernels in parallel and use external streams to ensure a correct kernel order in some scenarios.

NOBLES5E avatar Nov 07 '20 22:11 NOBLES5E

@NOBLES5E Since this is wrapper to the main project arrayfire, it is not possible to add features that aren't already made available in upstream. There is already an open issue on upstream about the same, please follow it's progress here https://github.com/arrayfire/arrayfire/issues/113 Once the feature is available upstream, it will be made available in the rust wrapper.

9prady9 avatar Nov 08 '20 06:11 9prady9