-
Notifications
You must be signed in to change notification settings - Fork 608
Buckify op_add for FusionG3 and add cxx tests. #7102
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/7102
Note: Links to docs will display an error until the docs builds have been completed. ❌ 3 New FailuresAs of commit 52ddaaa with merge base 13a1a30 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D66532566 |
06a23a1
to
c4f62b6
Compare
This pull request was exported from Phabricator. Differential Revision: D66532566 |
|
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 for adding the actual unit test per op!
can you please add cmake files and instructions to run the test under Cadence readme as a new sub-topic, e.g Cadence G3
Tensor out = tf.zeros(sizes); | ||
|
||
// Add two 2x2 tensors. | ||
add_out(tf.make(sizes, {1, 2, 3, 4}), tf.make(sizes, {2, 2, 2, 2}), 1, out); |
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.
is there a way to parameterize the test inputs for multiple shapes?
Summary: Minimal buckification for `op_add` with some tests to reproduce failures. Reviewed By: zonglinpeng Differential Revision: D66532566
c4f62b6
to
52ddaaa
Compare
This pull request was exported from Phabricator. Differential Revision: D66532566 |
Differential Revision: D66532566