Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

MKLDNN fallback when not recording gradients and calling backwards #12411

Closed
wants to merge 17 commits into from

Commits on Nov 1, 2018

  1. Configuration menu
    Copy the full SHA
    04bbb8f View commit details
    Browse the repository at this point in the history
  2. add convolution fallback

    azai91 committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    783e626 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0eeee7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bcc962 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64fe9c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Configuration menu
    Copy the full SHA
    f638501 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Configuration menu
    Copy the full SHA
    95e360f View commit details
    Browse the repository at this point in the history
  2. change to need_grad

    azai91 committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    30e0636 View commit details
    Browse the repository at this point in the history
  3. remove individual checks

    azai91 committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    6bda387 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a7ca2f View commit details
    Browse the repository at this point in the history
  5. add todo issue numbmer

    azai91 committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    62dd2d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. fix typo

    azai91 committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    e5c5976 View commit details
    Browse the repository at this point in the history
  2. set to need_grad other places

    azai91 committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    895fd9c View commit details
    Browse the repository at this point in the history
  3. retrigger

    azai91 committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    e9f3def View commit details
    Browse the repository at this point in the history
  4. Revert "set to need_grad other places"

    This reverts commit 895fd9c.
    azai91 committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    e774956 View commit details
    Browse the repository at this point in the history
  5. Revert "remove individual checks"

    This reverts commit 6bda387.
    azai91 committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    c346942 View commit details
    Browse the repository at this point in the history
  6. Revert "change to need_grad"

    This reverts commit 30e0636.
    azai91 committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    44344a0 View commit details
    Browse the repository at this point in the history