Files
composable_kernel/tile_engine/ops
Astha f15996d0f3 Restructure Tile Engine's benchmarking process
This change restructures the Benchmark structs into 3 files.
There is an addition of a base class for all GEMM benchmarks, derived classes for
Universal GEMM, multi dim GEMM, and GEMM preshuffle. Common functions have been relocated
into a common directory. For any derived base classes, only the redefination of the
constructor is needed, significantly mitigating the need for duplicated code.
2026-02-02 08:38:50 +00:00
..