mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 10:09:41 +00:00
* add fp6 data-type and support sync/async dwordx3 load/store
* clang-format
* pre-commit
* 1st commit
* default mnk pass ut
* fix a distrubution
* fix
* fix bdram distr
* update
* pass ut
* improve perf
* update
* clean code
* resolve copilot comment
* reslove comment
* clang-format
---------
Co-authored-by: ZheWang <zhewan@amd.com>
[ROCm/composable_kernel commit: e6bcd192d4]
common
this folder is designed not to be included directly by use, e.g. if use include ck_tile/ops/fmha.hpp, then everything under common should also be included.
to achieve this we will duplicate the header include path under common to other module under ops/* inside remod.py. for internal developer, you can also include ck_tile/ops/common.hpp for convenience. (and so does external users...)