mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-19 22:39:03 +00:00
* [CKBuilder] Update the testing documentation Now that we have clear sets for smoke tests and regression test, we rearange the CMakeLists.txt file to be organized and have description and instructional comments. Move all the test targets that compile quickly into the smoke test suite. Update the builder README.md to reflect this new test organization and functionality. * Update experimental/builder/README.md Clarify integration tests description from review comment. Co-authored-by: spolifroni-amd <Sandra.Polifroni@amd.com> * Correct README.md The regression tests here still run very fast like smoke tests, but can take minutes or even tens of minutes to compile. We test most of the builder functionality without compiling heavily-templated kernel code, but these regression tests do an expensive full build of the CK kernels. --------- Co-authored-by: spolifroni-amd <Sandra.Polifroni@amd.com>