From f45f5278def71e4dd7659c36e22977ff0264d450 Mon Sep 17 00:00:00 2001 From: Muhammed Emin Ozturk Date: Wed, 26 Feb 2025 19:50:24 -0600 Subject: [PATCH] temp solution for bf16 compilation error --- include/ck/utility/dynamic_buffer.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ck/utility/dynamic_buffer.hpp b/include/ck/utility/dynamic_buffer.hpp index 5b035337d6..c7f959659c 100755 --- a/include/ck/utility/dynamic_buffer.hpp +++ b/include/ck/utility/dynamic_buffer.hpp @@ -212,8 +212,8 @@ struct DynamicBuffer } // else // { - // // // For other types, direct addition is fine - // // this->template Set(i, is_valid_element, x + tmp); + // // For other types, direct addition is fine + // this->template Set(i, is_valid_element, x + tmp); // } } }