Skip to content

Commit

Permalink
#15744: Remove fp32 assert in reduce scalar
Browse files Browse the repository at this point in the history
  • Loading branch information
ncvetkovicTT committed Dec 5, 2024
1 parent c88a8fb commit d7d1c67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llk_lib/llk_math_reduce.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@ inline void _llk_math_reduce_(const uint dst_index, bool narrow_tile = false, co
}

} else if constexpr (dim == ReduceDim::REDUCE_SCALAR) {
//fp32 dest unsupported with reduce scalar, must fix zeroacc
static_assert(!is_fp32_dest_acc_en);
for (int tile = 0; tile < 3; tile++) {
// Wait and pool
if constexpr (type == PoolType::MAX) {
Expand Down

0 comments on commit d7d1c67

Please sign in to comment.