GPUOcelot
|
A test for the DataflowGraph class. More...
#include <TestDataflowGraph.h>
Public Member Functions | |
TestDataflowGraph () | |
Public Attributes | |
std::string | base |
The relative path to search for PTX files. |
A test for the DataflowGraph class.
Test Points: 1) Generic: load PTX files, convert them into dataflow graphs, verify that all live ranges spanning blocks are consistent. 2) SSA: convert to ssa form, verify that no register is declared more than once. 3) reverse SSA: convert to ssa then out of ssa, verify that all live ranges spanning blocks are consistent.
test::TestDataflowGraph::TestDataflowGraph | ( | ) |
std::string test::TestDataflowGraph::base |
The relative path to search for PTX files.