Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val opencl_alloc_vect :
('a, 'b) Vector.vector ->
int ->
Devices.generalInfo ->
unit
val opencl_custom_alloc_vect :
('a, 'b) Vector.vector ->
int ->
Devices.generalInfo ->
unit
val opencl_free_vect : ('a, 'b) Vector.vector -> int -> unit
val opencl_part_device_to_cpu :
('a, 'b) Vector.vector ->
('a, 'b) Vector.vector ->
int ->
Devices.generalInfo ->
Devices.gcInfo ->
int ->
int ->
int ->
int ->
int ->
unit
val opencl_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 opencl_part_cpu_to_device :
('a, 'b) Vector.vector ->
('a, 'b) Vector.vector ->
int ->
Devices.generalInfo ->
Devices.gcInfo ->
int ->
int ->
int ->
int ->
int ->
unit
val opencl_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 opencl_cpu_to_device :
('a, 'b) Vector.vector ->
int ->
Devices.generalInfo ->
int ->
unit
val opencl_device_to_device :
('a, 'b) Vector.vector ->
int ->
Devices.device ->
unit
val opencl_device_to_cpu :
('a, 'b) Vector.vector ->
int ->
Devices.generalInfo ->
Devices.specificInfo ->
int ->
unit
val opencl_custom_cpu_to_device :
('a, 'b) Vector.vector ->
int ->
Devices.generalInfo ->
int ->
unit
val opencl_custom_device_to_cpu :
('a, 'b) Vector.vector ->
int ->
Devices.generalInfo ->
Devices.specificInfo ->
int ->
unit
val opencl_vector_copy :
('a, 'b) Vector.vector ->
int ->
('a, 'b) Vector.vector ->
int ->
int ->
Devices.generalInfo ->
int ->
unit
val opencl_custom_vector_copy :
('a, 'b) Vector.vector ->
int ->
('a, 'b) Vector.vector ->
int ->
int ->
Devices.generalInfo ->
int ->
unit
val opencl_matrix_copy :
('a, 'b) Vector.vector ->
int ->
int ->
int ->
('a, 'b) Vector.vector ->
int ->
int ->
int ->
int ->
int ->
Devices.generalInfo ->
int ->
unit
val opencl_custom_matrix_copy :
('a, 'b) Vector.vector ->
int ->
int ->
int ->
('a, 'b) Vector.vector ->
int ->
int ->
int ->
int ->
int ->
Devices.generalInfo ->
int ->
unit