RLPack
 
Loading...
Searching...
No Matches
binaries

Binaries Module consists of C++ backend exposed via pybind11 to rlpack via rlpack._C. These modules are optimized to perform heavier workloads. More...

+ Collaboration diagram for binaries:

Modules

 grad_accumulator
 Memory module is the C++ backend for rlpack._C.grad_accumulator.GradAccumulator class. Heavier workloads have been optimized with multithreading with OpenMP.
 
 memory
 Memory module is the C++ backend for rlpack._C.memory.Memory class. Heavier workloads have been optimized with multithreading with OpenMP and CUDA (if CUDA compatible device is found).
 
 utils
 Utils Module provides generic utilities to be used by all binaries in rlpack.
 

Detailed Description

Binaries Module consists of C++ backend exposed via pybind11 to rlpack via rlpack._C. These modules are optimized to perform heavier workloads.