Skip to content
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

Fix direct Depthwise convolution implementation #367

Merged
merged 2 commits into from
Dec 5, 2021

Commits on Dec 4, 2021

  1. 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.
    staticfloat committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    c28e1df View commit details
    Browse the repository at this point in the history
  2. Update test/conv.jl

    Co-authored-by: Carlo Lucibello <carlo.lucibello@unibocconi.it>
    DhairyaLGandhi and CarloLucibello authored Dec 4, 2021
    Configuration menu
    Copy the full SHA
    bed50aa View commit details
    Browse the repository at this point in the history