Skip to content

Commit

Permalink
#4954: revert size change to elems to print, as it causes error in un…
Browse files Browse the repository at this point in the history
…it tests
  • Loading branch information
mywoodstock committed Feb 25, 2024
1 parent de24bac commit a9685d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tt_eager/tensor/tensor_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ std::string to_string_row_major_0D(const BufferType& buffer, const Shape& shape,
}

// TODO: make these configurable
const Shape MAX_NUM_ELEMENTS_TO_PRINT = Shape({1, 1, 4, 4});
const Shape MAX_NUM_ELEMENTS_TO_PRINT = Shape({4, 4, 32, 32});

template <typename BufferType>
std::string to_string_row_major_1D(const BufferType& buffer, const Shape& shape, DataType dtype) {
Expand Down

0 comments on commit a9685d4

Please sign in to comment.