mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-03 13:48:30 +00:00
Introduces ck_tile::test, with kernels for a simple GEMM and also initializing bf16 memory.
Experimental GEMM Example
This directory contains an experimental project to build a C++20 GEMM builder over CK Tile.
- Current state: Early stages of development.
- Future work
- Fake implemenation as a fascade over CK Tile universal GEMM.
- Add a
Describe(gemm)function. - Build out flexibilty.
- Experiment with some more complex build functionality.
- Explore design to describe more GEMM details.
File Overview
gemm_example.cpp— Main example code, including device memory helpers and GEMM builder usagebuilder.h— C++20 concepts and builder pattern for GEMM configurationCMakeLists.txt— Build configuration for CMake