mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-19 20:40:07 +00:00
upgrade from clang-format-12 to clang-format-18 (#2568)
* upgrade to clang-format-18
* update to clang-format-18 in pre-commit-config
[ROCm/composable_kernel commit: 504b101da3]
This commit is contained in:
@@ -57,9 +57,9 @@ using true_t = std::integral_constant<bool, true>;
|
||||
using false_t = std::integral_constant<bool, false>;
|
||||
|
||||
using MaxPool2D_F32_Types = ::testing::Types<std::tuple<F32, F32, F32, I32, true_t>,
|
||||
std::tuple<F32, F32, F32, I32, false_t>>;
|
||||
std::tuple<F32, F32, F32, I32, false_t>>;
|
||||
using MaxPool2D_F16_Types = ::testing::Types<std::tuple<F16, F16, F32, I32, true_t>,
|
||||
std::tuple<F16, F16, F32, I32, false_t>>;
|
||||
std::tuple<F16, F16, F32, I32, false_t>>;
|
||||
using MaxPool2D_BF16_Types = ::testing::Types<std::tuple<I8, I8, F32, I32, true_t>,
|
||||
std::tuple<BF16, BF16, F32, I32, false_t>>;
|
||||
using MaxPool2D_I8_Types =
|
||||
|
||||
Reference in New Issue
Block a user