Files
composable_kernel/tile_engine
Astha 523ec7c863 Restructure Tile Engine's profiling process
This change restructures the profiling process in Tile Engine into
a base class for the Profiling and Problem structs. With this all files
needed for Tile Engine will have a base struct and files in the gemm/
directory that can be extended for each GEMM variant. Only the Problem
and Profiler structs along with the reference functions need to be
defined. Profiling functions that are common to each operation have
been moved into a common utility file.
2026-02-02 08:38:50 +00:00
..