diff --git a/include/ck/utility/reduction_operator.hpp b/include/ck/utility/reduction_operator.hpp index 9f0a6b6854..c472c3f409 100644 --- a/include/ck/utility/reduction_operator.hpp +++ b/include/ck/utility/reduction_operator.hpp @@ -516,7 +516,7 @@ struct InMemoryDataOperationSupportedOnDataType::value || is_same::value || is_same::value || is_same::value || - is_same::value || is_same::value; + is_same::value; }; } // namespace reduce