☰
cuda
::
runtime
Structs
CudaDevice
CudaError
CudaEvent
CudaStream
Enums
CudaEventStatus
CudaMemcpyKind
Functions
cuda_alloc_device
cuda_alloc_host
cuda_free_device
cuda_free_host
cuda_memcpy
cuda_memcpy_2d_async
cuda_memcpy_async
cuda_memcpy_peer_async
cuda_memset
cuda_memset_async
get_driver_version
get_runtime_version
Type Definitions
CudaResult
dark
light
All crates
[
−
]
[src]
Function
cuda
::
runtime
::
cuda_free_device
pub unsafe fn cuda_free_device(dptr:
*mut
u8
) ->
CudaResult