Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Paramuzov <[email protected]>
  • Loading branch information
vladimir-paramuzov committed Dec 5, 2024
1 parent 6df2df7 commit 33af9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/intel_gpu/src/graph/impls/ocl/broadcast.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ struct broadcast_impl : typed_primitive_impl_ocl<broadcast> {

// bfyx, bfzyx format
for (size_t i = 0; i < max_axes_num; ++i) {
params.input_order.push_back(i);
params.input_order.push_back(static_cast<uint16_t>(i));
}

return params;
Expand Down

0 comments on commit 33af9c1

Please sign in to comment.