Skip to content

Commit

Permalink
Enable LLK test ReduceHW
Browse files Browse the repository at this point in the history
Was disabled due to flakiness on GS/WH.  Fixed on WH, GS not supported
  • Loading branch information
pgkeller committed Mar 6, 2025
1 parent 24444c3 commit 7c7426f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tt_metal/tt_metal/llk/test_reduce.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,8 @@ TEST_F(DeviceFixture, TensixComputeReduceW) {
}
}
}
// Disabled due to GH issue #14510
TEST_F(DeviceFixture, DISABLED_TensixComputeReduceHW) {

TEST_F(DeviceFixture, TensixComputeReduceHW) {
std::vector<uint32_t> shape = {1, 2, 7 * TILE_HEIGHT, 5 * TILE_WIDTH};
std::vector<uint32_t> result_shape = {shape[0], shape[1], 32, 32};
for (uint8_t math_fid = uint8_t(MathFidelity::LoFi); math_fid <= uint8_t(MathFidelity::HiFi4); math_fid++) {
Expand Down

0 comments on commit 7c7426f

Please sign in to comment.