This commit is contained in:
Blaise Tine
2020-05-19 17:41:51 -04:00
parent e269909db9
commit c209d902a3
2 changed files with 7 additions and 7 deletions

View File

@@ -175,11 +175,11 @@ int main(int argc, char *argv[]) {
RT_CHECK(vx_alloc_shared_mem(device, 4096, &dbuf));
// run tests
/*if (0 == test || -1 == test) {
if (0 == test || -1 == test) {
std::cout << "run memcopy test" << std::endl;
RT_CHECK(run_memcopy_test(sbuf, dbuf, DEV_MEM_SRC_ADDR, 0x0badf00d00ff00ff, 1));
RT_CHECK(run_memcopy_test(sbuf, dbuf, DEV_MEM_SRC_ADDR, 0x0badf00d40ff40ff, 64));
}*/
}
if (1 == test || -1 == test) {
std::cout << "run kernel test" << std::endl;