mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-04 21:51:28 +00:00
* Disable c++20-compat warnings when building old CK in C++20 mode Turns out that this creates some warnings for no good reason. * ck-builder: add missing layouts and element-wise op names For layouts, we can directly use the ::name attribute, which should cover all layouts. For element-wise ops, I just added the ones which are currently missing when compiling CK with -DMIOPEN_REQ_LIBS_ONLY.