-
Notifications
You must be signed in to change notification settings - Fork 244
Open
Labels
cuda kernelsStuff about writing CUDA kernels.Stuff about writing CUDA kernels.enhancementNew feature or requestNew feature or request
Description
One interesting use-case is to pass Julia functions as callbacks to cufft
https://devblogs.nvidia.com/parallelforall/cuda-pro-tip-use-cufft-callbacks-custom-data-processing/
To register the callbacks with the cuFFT plan, the first step is to get the device function pointers from the device onto the host.
Metadata
Metadata
Assignees
Labels
cuda kernelsStuff about writing CUDA kernels.Stuff about writing CUDA kernels.enhancementNew feature or requestNew feature or request