Skip to content

oneDNN JSON to MLIR converter. #82

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

Merged
merged 3 commits into from
May 28, 2024
Merged

Conversation

AndreyPavlenko
Copy link
Contributor

The converter uses the internal oneDNN JSON parser.
Currently, 3 operations, listed in the _opBuilders map, are supported.
The other operations to be added in further commits.

@AndreyPavlenko AndreyPavlenko force-pushed the json-parser branch 15 times, most recently from 06efd2c to 41d7e08 Compare May 22, 2024 14:33
@AndreyPavlenko AndreyPavlenko marked this pull request as ready for review May 22, 2024 14:45
@AndreyPavlenko AndreyPavlenko requested review from kurapov-peter and dchigarev and removed request for kurapov-peter May 22, 2024 14:45
Copy link
Contributor

@kurapov-peter kurapov-peter left a comment

Choose a reason for hiding this comment

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

Could you please remove the debug prints before merge?

The converter uses the internal oneDNN JSON parser.
Currently, 3 operations, listed in the _opBuilders map, are supported.
The other operations to be added in further commits.
@AndreyPavlenko
Copy link
Contributor Author

Could you please remove the debug prints before merge?

Done

@kurapov-peter kurapov-peter merged commit bd9e32e into intel:main May 28, 2024
4 checks passed
@kurapov-peter kurapov-peter linked an issue May 28, 2024 that may be closed by this pull request
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.

Create an input json parser
3 participants