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

[Relay][TOPI] Support of depthwise conv2d NHWC for Mali/Bifrost. #8584

Merged
merged 3 commits into from
Aug 26, 2021

Commits on Jul 28, 2021

  1. [Relay][TOPI] Support of depthwise conv2d NHWC for Mali/Bifrost.

    Added initial tunable autotvm templates for depthwise conv2d with
    NHWC layout for Mali and Bifrost.
    Anastasia Stulova committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    0b1ff16 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. [Relay][TOPI] Misc fixes for depthwise conv2d Mali/Bifrost.

    - Fix assert for Bifrost.
    - Set reasonable default axis splits to avoid using tophub for NHWC.
    - Fixed typo: arm cpu -> Mali.
    Anastasia Stulova committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    defc13e View commit details
    Browse the repository at this point in the history
  2. [Relay][TOPI] Fixed formatting in depthwise conv2d Mali/Bifrost.

    Anastasia Stulova committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    11fa141 View commit details
    Browse the repository at this point in the history