mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-01 04:07:56 +00:00
clang-format
This commit is contained in:
@@ -107,9 +107,8 @@ concept BwdTwoStageXdlAlgorithm =
|
||||
|
||||
// BWD weight WMMA algorithm concepts
|
||||
template <auto Value>
|
||||
concept BwdWmmaAlgorithm =
|
||||
BwdWmmaAlgorithmBase<Value> && SpecifiesGemmPipeline<decltype(Value)> &&
|
||||
SpecifiesGenericInstance<decltype(Value)>;
|
||||
concept BwdWmmaAlgorithm = BwdWmmaAlgorithmBase<Value> && SpecifiesGemmPipeline<decltype(Value)> &&
|
||||
SpecifiesGenericInstance<decltype(Value)>;
|
||||
|
||||
template <auto Value>
|
||||
concept BwdMultiDWmmaV3Algorithm =
|
||||
|
||||
Reference in New Issue
Block a user