Skip to content

Commit

Permalink
Update jit_eltwise_emitters.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
geeky33 authored Nov 28, 2024
1 parent 0624235 commit 2eade48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ jit_floor_mod_emitter::jit_floor_mod_emitter(dnnl::impl::cpu::aarch64::jit_gener

size_t jit_floor_mod_emitter::get_inputs_count() const { return 2; }

size_t jit_mod_emitter::get_aux_vecs_count() const { return 1; }
size_t jit_floor_mod_emitter::get_aux_vecs_count() const { return 1; }

void jit_floor_mod_emitter::emit_impl(const std::vector<size_t> &in_vec_idxs, const std::vector<size_t> &out_vec_idxs) const {
if (host_isa_ == dnnl::impl::cpu::aarch64::asimd) {
Expand Down

0 comments on commit 2eade48

Please sign in to comment.