Skip to content

Commit

Permalink
#14510: Disable reduce scalar until investigated (#14523)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncvetkovicTT authored and o2buzzle committed Nov 4, 2024
1 parent 3349113 commit 9829450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tt_metal/tt_metal/unit_tests/compute/test_reduce.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,8 @@ TEST_F(DeviceFixture, ComputeReduceW) {
}
}
}

TEST_F(DeviceFixture, ComputeReduceHW) {
// Disabled due to GH issue #14510
TEST_F(DeviceFixture, DISABLED_ComputeReduceHW) {
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 9829450

Please sign in to comment.