Add C++ unit tests for cadence::fully_connected.out (#19165)#19165
Add C++ unit tests for cadence::fully_connected.out (#19165)#19165hsharma35 wants to merge 2 commits intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/19165
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: ❌ 3 Cancelled Jobs, 4 Pending, 2 Unrelated FailuresAs of commit 3f3d684 with merge base 9207001 ( 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. |
|
@hsharma35 has exported this pull request. If you are a Meta employee, you can view the originating Diff in D97889888. |
e618633 to
b3a0daf
Compare
|
@hsharma35 has exported this pull request. If you are a Meta employee, you can view the originating Diff in D97889888. |
This PR needs a
|
…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::fully_connected.out in test_op_fully_connected.cpp. Tests verify correct dense layer output (y = Wx + b) across various input sizes, output feature counts, and with and without bias. Reviewed By: zonglinpeng, mcremon-meta Differential Revision: D97889888
b3a0daf to
3f3d684
Compare
Summary:
Adds C++ unit tests for cadence::fully_connected.out in test_op_fully_connected.cpp. Tests verify correct dense layer output (y = Wx + b) across various input sizes, output feature counts, and with and without bias.
Reviewed By: zonglinpeng, mcremon-meta
Differential Revision: D97889888