tensor: generate 8x8 in correctness script

This commit is contained in:
Hansung Kim
2024-06-07 18:13:57 -07:00
parent 483f975439
commit 2cac995db9
2 changed files with 12 additions and 4 deletions

View File

@@ -254,6 +254,7 @@ void vx_spawn_tasks_cluster(int num_tasks, vx_spawn_tasks_cb callback, void *arg
vx_wspawn_wait();
}
// TODO: this is incomplete
// TODO: Instead of launching an additional wave just to work on remaining
// threads, handle this in the last wave amongst other full warps.
if (rem_threads_in_last_warp != 0 && core_id_in_cluster == 0) {