Skip to content

Commit

Permalink
Removed old-style Tile emitters + removed dynamism-specific code from…
Browse files Browse the repository at this point in the history
… node
  • Loading branch information
IvanNovoselov committed Oct 5, 2022
1 parent 8d0a65a commit d4e9547
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 736 deletions.
2 changes: 0 additions & 2 deletions src/plugins/intel_cpu/src/emitters/cpu_generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,8 @@ ov::intel_cpu::CPUTargetMachine::CPUTargetMachine(dnnl::impl::cpu::x64::cpu_isa_
jitters[ngraph::op::v7::Gelu::get_type_info_static()] = CREATE_EMITTER(ov::intel_cpu::jit_gelu_v7_emitter);

jitters[ngraph::snippets::op::Kernel::get_type_info_static()] = CREATE_EMITTER(KernelEmitter);
jitters[ngraph::snippets::op::Tile::get_type_info_static()] = CREATE_EMITTER(TileEmitter);
jitters[ngraph::snippets::op::TileBegin::get_type_info_static()] = CREATE_EMITTER(TileBeginEmitter);
jitters[ngraph::snippets::op::TileEnd::get_type_info_static()] = CREATE_EMITTER(TileEndEmitter);
jitters[ngraph::snippets::op::TileScheduler::get_type_info_static()] = CREATE_EMITTER(TileSchedulerEmitter);
}

size_t ov::intel_cpu::CPUTargetMachine::get_lanes() const {
Expand Down
Loading

0 comments on commit d4e9547

Please sign in to comment.