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

Fix CUDNN detection for CMake build #17019

Merged
merged 2 commits into from
Dec 10, 2019
Merged

Fix CUDNN detection for CMake build #17019

merged 2 commits into from
Dec 10, 2019

Commits on Dec 9, 2019

  1. Fix CUDNN detection for CMake build

    - Use FindCUDNN.cmake instead of the previous macro
    - Previous macro did not detect CUDNN correctly on my system (Deep Learning AMI
      Ubuntu 18.04)
    - We now explicitly fail if the user does not provide CUDNN and hasn't manually
      set -DUSE_CUDNN=0
    leezu committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    6b8d0ac View commit details
    Browse the repository at this point in the history
  2. Make cuDNN optional again

    leezu committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    2b9f760 View commit details
    Browse the repository at this point in the history