GPUOcelot
|
This is a basic test that just tries to get through a translation successfully of as many PTX programs as possible. More...
#include <TestPTXToLLVMTranslator.h>
Public Types | |
typedef std::deque< std::string > | StringVector |
Public Member Functions | |
TestPTXToLLVMTranslator () | |
Public Attributes | |
std::string | input |
bool | recursive |
bool | output |
This is a basic test that just tries to get through a translation successfully of as many PTX programs as possible.
Test Points: 1) Scan for all PTX files in a directory, try to translate them.
typedef std::deque< std::string > test::TestPTXToLLVMTranslator::StringVector |
test::TestPTXToLLVMTranslator::TestPTXToLLVMTranslator | ( | ) |
std::string test::TestPTXToLLVMTranslator::input |