Add C++ unit tests for cadence::quantized_conv1d_ncl.out and quantized_conv1d_nlc.out (#19161)#19161
Add C++ unit tests for cadence::quantized_conv1d_ncl.out and quantized_conv1d_nlc.out (#19161)#19161hsharma35 wants to merge 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/19161
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 1 New Failure, 3 Cancelled Jobs, 2 Pending, 2 Unrelated FailuresAs of commit 612d296 with merge base 9207001 ( NEW FAILURE - The following job has failed:
CANCELLED JOBS - The following jobs were cancelled. Please retry:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
b0b86c9 to
b45a85a
Compare
b45a85a to
f2ef21d
Compare
|
@hsharma35 has exported this pull request. If you are a Meta employee, you can view the originating Diff in D97886683. |
…d_conv1d_nlc.out (pytorch#19161) Summary: Pull Request resolved: pytorch#19161 Adds C++ unit tests for cadence::quantized_conv1d_ncl.out and cadence::quantized_conv1d_nlc.out in test_op_quantized_conv1d_ncl.cpp. Also modifies op_quantized_conv1d_ncl.cpp and op_quantized_conv1d_nlc.cpp in the HiFi backend to fix correctness issues surfaced by the new tests. Reviewed By: mcremon-meta Differential Revision: D97886683
f2ef21d to
07d6017
Compare
…d_conv1d_nlc.out (pytorch#19161) Summary: Pull Request resolved: pytorch#19161 Adds C++ unit tests for cadence::quantized_conv1d_ncl.out and cadence::quantized_conv1d_nlc.out in test_op_quantized_conv1d_ncl.cpp. Also modifies op_quantized_conv1d_ncl.cpp and op_quantized_conv1d_nlc.cpp in the HiFi backend to fix correctness issues surfaced by the new tests. Reviewed By: mcremon-meta Differential Revision: D97886683
07d6017 to
e16a4fe
Compare
…d_conv1d_nlc.out (pytorch#19161) Summary: Adds C++ unit tests for cadence::quantized_conv1d_ncl.out and cadence::quantized_conv1d_nlc.out in test_op_quantized_conv1d_ncl.cpp. Also modifies op_quantized_conv1d_ncl.cpp and op_quantized_conv1d_nlc.cpp in the HiFi backend to fix correctness issues surfaced by the new tests. Reviewed By: mcremon-meta, zonglinpeng Differential Revision: D97886683
e16a4fe to
612d296
Compare
…d_conv1d_nlc.out (pytorch#19161) Summary: Adds C++ unit tests for cadence::quantized_conv1d_ncl.out and cadence::quantized_conv1d_nlc.out in test_op_quantized_conv1d_ncl.cpp. Also modifies op_quantized_conv1d_ncl.cpp and op_quantized_conv1d_nlc.cpp in the HiFi backend to fix correctness issues surfaced by the new tests. Reviewed By: mcremon-meta, zonglinpeng Differential Revision: D97886683
Summary:
Adds C++ unit tests for cadence::quantized_conv1d_ncl.out and cadence::quantized_conv1d_nlc.out in test_op_quantized_conv1d_ncl.cpp. Also modifies op_quantized_conv1d_ncl.cpp and op_quantized_conv1d_nlc.cpp in the HiFi backend to fix correctness issues surfaced by the new tests.
Reviewed By: mcremon-meta, zonglinpeng
Differential Revision: D97886683