Skip to content

Commit

Permalink
[GPU] Removed cpu rope impl
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyamin-Roman committed May 15, 2024
1 parent 4a6aabd commit 83333ec
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 421 deletions.
1 change: 0 additions & 1 deletion src/plugins/intel_gpu/src/graph/impls/cpu/register.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ void register_implementations() {
REGISTER_CPU(broadcast);
REGISTER_CPU(tile);
REGISTER_CPU(select);
REGISTER_CPU(rope);
}

} // namespace cpu
Expand Down
2 changes: 0 additions & 2 deletions src/plugins/intel_gpu/src/graph/impls/cpu/register.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include "intel_gpu/primitives/broadcast.hpp"
#include "intel_gpu/primitives/tile.hpp"
#include "intel_gpu/primitives/select.hpp"
#include "intel_gpu/primitives/rope.hpp"

namespace cldnn {
namespace cpu {
Expand Down Expand Up @@ -54,7 +53,6 @@ REGISTER_CPU(reorder);
REGISTER_CPU(broadcast);
REGISTER_CPU(tile);
REGISTER_CPU(select);
REGISTER_CPU(rope);

#undef REGISTER_CPU

Expand Down
Loading

0 comments on commit 83333ec

Please sign in to comment.