Hardcode chipyard device addresses

This commit is contained in:
Hansung Kim
2024-05-07 16:30:30 -07:00
parent b4c812f9f8
commit 7775830814
2 changed files with 11 additions and 8 deletions

View File

@@ -282,4 +282,4 @@ int main() {
// we can thus treat 1 through NW as a single threadblock for the purposes of the optimization.
vx_spawn_tasks_contiguous(grid_size, (vx_spawn_tasks_cb)kernel_body, arg);
return 0;
}
}