package spoc

  1. Overview
  2. Docs
exception No_Cuda_Device
exception ERROR_DEINITIALIZED
exception ERROR_NOT_INITIALIZED
exception ERROR_INVALID_CONTEXT
exception ERROR_INVALID_VALUE
exception ERROR_OUT_OF_MEMORY
exception ERROR_INVALID_DEVICE
exception ERROR_NOT_FOUND
exception ERROR_FILE_NOT_FOUND
exception ERROR_UNKNOWN
exception ERROR_LAUNCH_FAILED
exception ERROR_LAUNCH_OUT_OF_RESOURCES
exception ERROR_LAUNCH_TIMEOUT
exception ERROR_LAUNCH_INCOMPATIBLE_TEXTURING
val cuda_custom_alloc_vect : ('a, 'b) Vector.vector -> int -> Devices.generalInfo -> unit
val cuda_alloc_vect : ('a, 'b) Vector.vector -> int -> Devices.generalInfo -> unit
val cuda_free_vect : ('a, 'b) Vector.vector -> int -> unit
val cuda_part_device_to_cpu : ('a, 'b) Vector.vector -> ('a, 'b) Vector.vector -> int -> Devices.generalInfo -> Devices.gcInfo -> int -> int -> int -> int -> int -> unit
val cuda_custom_part_device_to_cpu : ('a, 'b) Vector.vector -> ('a, 'b) Vector.vector -> int -> Devices.generalInfo -> Devices.gcInfo -> int -> int -> int -> int -> int -> unit
val cuda_part_cpu_to_device : ('a, 'b) Vector.vector -> ('a, 'b) Vector.vector -> int -> Devices.generalInfo -> Devices.gcInfo -> int -> int -> int -> int -> int -> unit
val cuda_custom_part_cpu_to_device : ('a, 'b) Vector.vector -> ('a, 'b) Vector.vector -> int -> Devices.generalInfo -> Devices.gcInfo -> int -> int -> int -> int -> int -> unit
val cuda_cpu_to_device : ('a, 'b) Vector.vector -> int -> Devices.generalInfo -> Devices.gcInfo -> int -> unit
val cuda_device_to_device : ('a, 'b) Vector.vector -> int -> Devices.device -> unit
val cuda_device_to_cpu : ('a, 'b) Vector.vector -> int -> Devices.generalInfo -> Devices.device -> int -> unit
val cuda_custom_cpu_to_device : ('a, 'b) Vector.vector -> int -> Devices.generalInfo -> int -> unit
val cuda_custom_device_to_cpu : ('a, 'b) Vector.vector -> int -> Devices.generalInfo -> int -> unit
val cuda_vector_copy : ('a, 'b) Vector.vector -> int -> ('a, 'b) Vector.vector -> int -> int -> Devices.generalInfo -> int -> unit
val cuda_custom_vector_copy : ('a, 'b) Vector.vector -> int -> ('a, 'b) Vector.vector -> int -> int -> Devices.generalInfo -> int -> unit
val cuda_matrix_copy : ('a, 'b) Vector.vector -> int -> int -> int -> ('a, 'b) Vector.vector -> int -> int -> int -> int -> int -> Devices.generalInfo -> int -> unit
val cuda_custom_matrix_copy : ('a, 'b) Vector.vector -> int -> int -> int -> ('a, 'b) Vector.vector -> int -> int -> int -> int -> int -> Devices.generalInfo -> int -> unit