-
Notifications
You must be signed in to change notification settings - Fork 688
Create im2row hifi cpp kernel tests #15123
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
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/15123
Note: Links to docs will display an error until the docs builds have been completed. ❌ 3 New FailuresAs of commit db0161d with merge base 1a5eaec ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@zonglinpeng has exported this pull request. If you are a Meta employee, you can view the originating Diff in D84639802. |
This PR needs a
|
Summary: im2row HiFi optimizations Pull Request resolved: pytorch#13431 Test Plan: unit tests Differential Revision: D82218005 Pulled By: zonglinpeng
Differential Revision: D84639743
0e94abd
to
33d7cb7
Compare
Summary: Pull Request resolved: pytorch#15123 ### Summary This diff adds a new test for the `im2row_out` operator in the Cadence HiFi backend. The test is added in the `test_op_im2row_out.cpp` file and is compilable on both fbcode and xplat. The test includes a new function `im2row_out` in the `operators.h` file, which is declared but not defined. The definition of this function is not provided in this diff. The test file `test_op_im2row_out.cpp` includes the necessary headers and uses the `gtest` framework for testing. It also includes some utility functions from the `executorch` library. Overall, this diff adds a new test for the `im2row_out` operator in the Cadence HiFi backend, but does not provide the implementation of the operator itself. Differential Revision: D84639802
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.
why do we have so much code change? Is this including docs too?
Summary: Pull Request resolved: pytorch#15123 ### Summary This diff adds a new test for the `im2row_out` operator in the Cadence HiFi backend. The test is added in the `test_op_im2row_out.cpp` file and is compilable on both fbcode and xplat. The test includes a new function `im2row_out` in the `operators.h` file, which is declared but not defined. The definition of this function is not provided in this diff. The test file `test_op_im2row_out.cpp` includes the necessary headers and uses the `gtest` framework for testing. It also includes some utility functions from the `executorch` library. Overall, this diff adds a new test for the `im2row_out` operator in the Cadence HiFi backend, but does not provide the implementation of the operator itself. Reviewed By: mcremon-meta Differential Revision: D84639802
33d7cb7
to
43f5a07
Compare
Summary: Pull Request resolved: pytorch#15123 ### Summary This diff adds a new test for the `im2row_out` operator in the Cadence HiFi backend. The test is added in the `test_op_im2row_out.cpp` file and is compilable on both fbcode and xplat. The test includes a new function `im2row_out` in the `operators.h` file, which is declared but not defined. The definition of this function is not provided in this diff. The test file `test_op_im2row_out.cpp` includes the necessary headers and uses the `gtest` framework for testing. It also includes some utility functions from the `executorch` library. Overall, this diff adds a new test for the `im2row_out` operator in the Cadence HiFi backend, but does not provide the implementation of the operator itself. Reviewed By: mcremon-meta Differential Revision: D84639802
43f5a07
to
6529a90
Compare
Summary: Pull Request resolved: pytorch#15123 ### Summary This diff adds a new test for the `im2row_out` operator in the Cadence HiFi backend. The test is added in the `test_op_im2row_out.cpp` file and is compilable on both fbcode and xplat. The test includes a new function `im2row_out` in the `operators.h` file, which is declared but not defined. The definition of this function is not provided in this diff. The test file `test_op_im2row_out.cpp` includes the necessary headers and uses the `gtest` framework for testing. It also includes some utility functions from the `executorch` library. Overall, this diff adds a new test for the `im2row_out` operator in the Cadence HiFi backend, but does not provide the implementation of the operator itself. Reviewed By: mcremon-meta Differential Revision: D84639802
6529a90
to
db0161d
Compare
Summary:
Summary
This diff adds a new test for the
im2row_out
operator in the Cadence HiFi backend. The test is added in thetest_op_im2row_out.cpp
file and is compilable on both fbcode and xplat.The test includes a new function
im2row_out
in theoperators.h
file, which is declared but not defined. The definition of this function is not provided in this diff.The test file
test_op_im2row_out.cpp
includes the necessary headers and uses thegtest
framework for testing. It also includes some utility functions from theexecutorch
library.Overall, this diff adds a new test for the
im2row_out
operator in the Cadence HiFi backend, but does not provide the implementation of the operator itself.Differential Revision: D84639802