HMLP: High-performance Machine Learning Primitives
hmlp::MatrixReadWrite Class Reference

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 ()
 

Detailed Description

This class creates 2D grids for 2D matrix partition.

end class ReadWrite class MatrixReadWrite

Constructor & Destructor Documentation

hmlp::MatrixReadWrite::MatrixReadWrite ( )

Member Function Documentation

void hmlp::MatrixReadWrite::DependencyCleanUp ( )

end MatrixReadWrite::DependencyAnalysis()

bool hmlp::MatrixReadWrite::HasBeenSetup ( )

The documentation for this class was generated from the following files: