Skip to content

Commit

Permalink
gpu: jit: conv: zero points: remove assert
Browse files Browse the repository at this point in the history
  • Loading branch information
dyoussif authored and vpirogov committed Oct 21, 2022
1 parent cb1f3fe commit d7a781e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gpu/jit/conv/kernel_builder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6137,7 +6137,6 @@ class load_multiply_builder_t {
// TODO: for now, only b-blocking (per G) of the MAD loop is ready;
// please implement n-blocking (per OC) as well!
ir_assert(a_view.tlayout().size() % a_stride == 0);
ir_assert(cfg_.ic == 1);
ir_assert(masks.is_simd());

std::vector<stmt_t> loop(std::max(1, 32 / m_blk));
Expand Down

0 comments on commit d7a781e

Please sign in to comment.