Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Torch compile/new op support 2 #3

Closed
wants to merge 26 commits into from

Conversation

cavusmustafa
Copy link
Owner

Details:

  • item1
  • ...

Tickets:

  • ticket-id

src/frontends/pytorch/src/op/any.cpp Outdated Show resolved Hide resolved
src/frontends/pytorch/src/op/any.cpp Show resolved Hide resolved
Comment on lines 121 to 122
auto stack_input =
context.mark_node(std::make_shared<v0::Unsqueeze>(context.get_input(static_cast<int>(context.get_input_size() - 1)), dim));
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[reviewdog-suggester] reported by reviewdog 🐶

Suggested change
auto stack_input =
context.mark_node(std::make_shared<v0::Unsqueeze>(context.get_input(static_cast<int>(context.get_input_size() - 1)), dim));
auto stack_input = context.mark_node(
std::make_shared<v0::Unsqueeze>(context.get_input(static_cast<int>(context.get_input_size() - 1)), dim));

src/frontends/pytorch/src/op/isinf.cpp Outdated Show resolved Hide resolved
src/frontends/pytorch/src/op/isinf.cpp Show resolved Hide resolved
src/frontends/pytorch/src/op/isnan.cpp Outdated Show resolved Hide resolved
src/frontends/pytorch/src/op/isnan.cpp Show resolved Hide resolved
src/frontends/pytorch/src/op/topk.cpp Outdated Show resolved Hide resolved
@@ -5,6 +5,7 @@
#include "openvino/op/topk.hpp"

#include "openvino/frontend/pytorch/node_context.hpp"
#include "openvino/op/util/framework_node.hpp"
#include "openvino/op/convert.hpp"
#include "utils.hpp"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[reviewdog-suggester] reported by reviewdog 🐶

Suggested change
#include "utils.hpp"
#include "openvino/op/util/framework_node.hpp"
#include "utils.hpp"

cavusmustafa and others added 18 commits February 29, 2024 23:34
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Added embedding_bag and fixed unbind int
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants