mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-04 13:41:24 +00:00
Fixes compilation error on SLES15 with GCC 7 for gfx942 builds: error: 'vector' may not intend to support class template argument deduction [-Werror,-Wctad-maybe-unsupported] Changes: - Explicitly specify template argument for `std::vector<mode_enum>` instead of relying on C++17 CTAD - Maintains compatibility with both older (GCC 7) and newer compilers