tex refactoring and bug fixes

This commit is contained in:
Blaise Tine
2021-03-16 09:25:57 -04:00
parent 17424ad554
commit 676a13f30d
21 changed files with 227 additions and 154 deletions

Binary file not shown.

View File

@@ -141,7 +141,6 @@ int main(int argc, char *argv[]) {
kernel_arg.num_tasks = num_tasks;
kernel_arg.task_size = count;
kernel_arg.device_ptr = device;
std::cout << "dev_src0=" << std::hex << kernel_arg.src0_ptr << std::endl;
std::cout << "dev_src1=" << std::hex << kernel_arg.src1_ptr << std::endl;