Please enable JavaScript.
Coggle requires JavaScript to display documents.
runtime, packedfunc - Coggle Diagram
runtime
callbacks
register_callback
allocate_cuda_storage
free_cuda_storage
allocate_cpu_storage
free_cpu_storage
cuda_memset
context
workspace: base pointer allocated bytes
BaseContext: clean and dirty workspace
CpuContext
CudaContext
get_cuda_stream
set_cuda_stream
logging
common
DDL
cuda_context
packedfunc
DDL: make c++ symbols visible to other shared libraries by specifying c style linkage and default visibility.
ArgType
PackedFunc
PackedFunc_t: function pointer