Spoc_core.ErrorRequested block size exceeds device limit
Data transfer failed
val current_level : log_level Stdlib.refval level_to_int : log_level -> intval should_log : log_level -> boolval set_level : log_level -> unitval get_level : unit -> log_levelval log :
log_level ->
('a, Stdlib.Format.formatter, unit, unit) Stdlib.format4 ->
'aval debug_vector : ('a, 'b) Vector.t -> unitPrint debug info about a vector
val debug_device : Device.t -> unitPrint debug info about a device
Assert condition or raise Invalid_argument
val assert_on_cpu : func:string -> ('a, 'b) Vector.t -> unitAssert vector is on CPU
val assert_on_gpu : func:string -> ('a, 'b) Vector.t -> unitAssert vector is on GPU