Type Alias rust_cuda::kernel::PtxKernelConfigure

source ยท
pub type PtxKernelConfigure = dyn FnMut(&Function<'_>) -> CudaResult<()>;
Available on crate feature host only.