Commit Graph

2 Commits

Author SHA1 Message Date
John Shumway
367247fbae Fix clang formatting. 2025-10-19 00:19:00 +00:00
John Shumway
23c7773128 Add experimental builder infrastructure for composable_kernel
- Add experimental/builder directory with README documentation.
- Create initial test infrastructure with CMakeLists.txt and placeholder test.
- Update root CMakeLists.txt to support CK_EXPERIMENTAL_BUILDER option.
- Update .gitignore to not treat `experimental/builder` as a CMake build directory.

This establishes the directory structure  for a high-level builder pattern that will provide a semantically-clear interface for constructing CK operations, with initial focus on convolution kernels for MIOpen integration.
2025-10-19 00:19:00 +00:00