Skip to content

Commit

Permalink
#13361: allow keepdim for generic reductions
Browse files Browse the repository at this point in the history
  • Loading branch information
bbradelTT committed Nov 4, 2024
1 parent a837dde commit e7d0dbf
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ static Tensor reduce_impl(
float scalar,
bool reshape) {
using ttnn::operations::experimental::auto_format::AutoFormat;
if (not keepdim) {
TT_THROW("keepdim=False is not supported");
}

auto input_shape = input_tensor_arg.get_shape();
auto rank = input_shape.size();
Expand Down

0 comments on commit e7d0dbf

Please sign in to comment.