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

[circle-mlir/tools-test] Introduce gen-onnx with Add models #14732

Merged
merged 1 commit into from
Feb 25, 2025

Conversation

seanshpark
Copy link
Contributor

This will introduce gen-onnx test tool to generate onnx models for testing
from pytorch source code with unit test Add models.

This will introduce gen-onnx test tool to generate onnx models for
testing from pytorch source code with unit test Add models.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <[email protected]>
@seanshpark
Copy link
Contributor Author

@seanshpark seanshpark requested a review from a team February 25, 2025 00:37
Comment on lines +23 to +24
set(PYTORCH_UNIT_PATH "${CMAKE_SOURCE_DIR}/models/unit")
set(PYTORCH_NET_PATH "${CMAKE_SOURCE_DIR}/models/net")
Copy link
Contributor

Choose a reason for hiding this comment

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

Is models/net going to be introduced later?

I'd like to understand the difference between units and net. How do we determine which module belongs to units or net?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is models/net going to be introduced later?

Yes

difference between units and net

unit is for single Op, net is for multiple Ops; a network for Ops.

Copy link
Contributor

@zetwhite zetwhite left a comment

Choose a reason for hiding this comment

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

LGTM

@seanshpark seanshpark removed the request for review from a team February 25, 2025 06:05
@seanshpark seanshpark merged commit f008c28 into Samsung:master Feb 25, 2025
5 checks passed
@seanshpark seanshpark deleted the cm_gen_onnx_add branch February 25, 2025 06:05
Copy link
Contributor

@shs-park shs-park left a comment

Choose a reason for hiding this comment

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

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants