-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[usmp] U3 use case #11015
[usmp] U3 use case #11015
Conversation
cc86ef9
to
f0a6b67
Compare
cc24d4b
to
f538729
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @d-smirnov . The implementation seems good!
I had few concerns and hope they would be minor ones to address.
Added unit test for InterfaceCNode::EmitConstantPool method
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thanks @d-smirnov -- This is merged now! |
* U3 Change-Id: Ibc088f19ad1dc9466fc368f8523baa30ee88b7d0 * addressed upstream comments * Unit test added Added unit test for InterfaceCNode::EmitConstantPool method
* U3 Change-Id: Ibc088f19ad1dc9466fc368f8523baa30ee88b7d0 * addressed upstream comments * Unit test added Added unit test for InterfaceCNode::EmitConstantPool method
* U3 Change-Id: Ibc088f19ad1dc9466fc368f8523baa30ee88b7d0 * addressed upstream comments * Unit test added Added unit test for InterfaceCNode::EmitConstantPool method
This PR adds tir.constant U3 use case functionality allowing user to supply own set of constants to constant pools. TVM provides macros with length and data for user to supply this to the runner.