|
HMLP: High-performance Machine Learning Primitives
|
This class creates 2D grids for 2D matrix partition. More...
#include <runtime.hpp>
Public Member Functions | |
| MatrixReadWrite () | |
| (Default) MatrixReadWrite constructor. More... | |
| void | Setup (size_t m, size_t n) |
| bool | HasBeenSetup () |
| void | DependencyAnalysis (size_t i, size_t j, ReadWriteType type, Task *task) |
| void | DependencyCleanUp () |
This class creates 2D grids for 2D matrix partition.
end class ReadWrite class MatrixReadWrite
| hmlp::MatrixReadWrite::MatrixReadWrite | ( | ) |
(Default) MatrixReadWrite constructor.
| void hmlp::MatrixReadWrite::DependencyCleanUp | ( | ) |
end MatrixReadWrite::DependencyAnalysis()
| bool hmlp::MatrixReadWrite::HasBeenSetup | ( | ) |