Commit Graph

2 Commits

Author SHA1 Message Date
John Shumway
7a3d9b8a40 Fix GCC 7 CTAD compilation error in test_fmha_bwd.cpp (#3001)
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

[ROCm/composable_kernel commit: 0843815db7]
2025-10-10 19:13:34 -07:00
Yi DING
ce9f9ddef6 [CK_TILE] FMHA Tests Enhancement (#2945)
* fmha-gtest-wip

* Thanks Copilot!

[ROCm/composable_kernel commit: b6036bc76a]
2025-10-10 11:34:47 +08:00