Skip to content

Commit

Permalink
xe: conv_v2: remove unneeded bias reqs check
Browse files Browse the repository at this point in the history
  • Loading branch information
echeresh committed Oct 30, 2024
1 parent 916e01f commit ae8db27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gpu/intel/jit/v2/conv/plan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -877,8 +877,6 @@ class plan_builder_t {
auto bia_params = get_send_params(
tensor_kind_t::undef, send_op_t::store, bia_iter_view);
auto bia_store = create_send_plan(bia_params, bia_iter_view);
ir_check(!bia_store.reqs())
<< "Bias store needs additional requirements.";
ir_check(reqs.implies(bia_store.reqs()))
<< "Bias store needs additional requirements.";
auto tile = plan.tile;
Expand Down

0 comments on commit ae8db27

Please sign in to comment.