-
-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix direct Depthwise convolution implementation (#367)
* Fix direct Depthwise convolution implementation There was a silly typo bug in the direct depthwise convolution algorithm that broke multi-channel testsets. Perhaps more disturbingly, our default test set did not catch this, because multi-channel workloads are not run unless the fuzzing tests are run. * Update test/conv.jl Co-authored-by: Carlo Lucibello <carlo.lucibello@unibocconi.it> Co-authored-by: Dhairya Gandhi <dhairya@juliacomputing.com> Co-authored-by: Carlo Lucibello <carlo.lucibello@unibocconi.it>
- Loading branch information
1 parent
063992b
commit 2436b32
Showing
2 changed files
with
17 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters