From ff221546b1689ef46f6afe83edd08245b7f524d3 Mon Sep 17 00:00:00 2001 From: Mahesh Doijade Date: Wed, 4 Jan 2023 20:49:41 +0530 Subject: [PATCH] fix clang format issues --- .../distance/detail/predicated_tile_iterator_reduced_vec.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cpp/include/raft/distance/detail/predicated_tile_iterator_reduced_vec.h b/cpp/include/raft/distance/detail/predicated_tile_iterator_reduced_vec.h index 27a897413b..102cda91ee 100644 --- a/cpp/include/raft/distance/detail/predicated_tile_iterator_reduced_vec.h +++ b/cpp/include/raft/distance/detail/predicated_tile_iterator_reduced_vec.h @@ -23,7 +23,8 @@ This file contains a customized version of PredicatedTileIterator from CUTLASS 2 Changes: - added `Layout_` template param - PredicatedTileIteratorParams() is customized to not stride by layout.stride(0). -- customized the store_with_byte_offset() to perform reduction per row and write final value to gmem. +- customized the store_with_byte_offset() to perform reduction per row and write final value to +gmem. - customized the Params() struct to take user inputs from epilogueOp params. */