Function coaster::frameworks::cuda::get_cuda_backend
source · pub fn get_cuda_backend() -> Backend<Cuda>
Expand description
Initialise the CUDA, CUBLAS, and CUDNN APIs
§Safety
CUDA, CUBLAS, and CUDNN are all initialised by external handles, and will be destroyed via external API calls when the Cuda struct within the backend is destroyed.