Files
kernels/tests/regression/sgemm_tcore
Hansung Kim 062403066e sgemm_tcore: Bring M/N-loop inside the kernel
Instead of spawning multiple threadblocks which comes with stack access
overhead, have 1 threadblock work on the entire M/N-space thru a loop.
Grid size is fixed to the hardware parallelism.

TODO currently only works with 1 cluster in the system.
2024-06-06 15:22:01 -07:00
..
2024-05-12 22:22:54 -07:00
2024-06-06 15:19:39 -07:00
2024-05-04 23:01:47 -07:00