From 3b784ca60336df55a1e64d84b38cce36055eec4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Pietil=C3=A4?= <> Date: Thu, 15 Jan 2026 05:31:52 -0500 Subject: [PATCH] clang-format --- .../include/ck_tile/builder/factory/conv_algorithms.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/experimental/builder/include/ck_tile/builder/factory/conv_algorithms.hpp b/experimental/builder/include/ck_tile/builder/factory/conv_algorithms.hpp index 8327b7a2ad..df921a0cf6 100644 --- a/experimental/builder/include/ck_tile/builder/factory/conv_algorithms.hpp +++ b/experimental/builder/include/ck_tile/builder/factory/conv_algorithms.hpp @@ -107,9 +107,8 @@ concept BwdTwoStageXdlAlgorithm = // BWD weight WMMA algorithm concepts template -concept BwdWmmaAlgorithm = - BwdWmmaAlgorithmBase && SpecifiesGemmPipeline && - SpecifiesGenericInstance; +concept BwdWmmaAlgorithm = BwdWmmaAlgorithmBase && SpecifiesGemmPipeline && + SpecifiesGenericInstance; template concept BwdMultiDWmmaV3Algorithm =