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

Commit

Permalink
Switch to modern CMake CUDA handling
Browse files Browse the repository at this point in the history
Introduce unified MXNET_CUDA_ARCH option to specify cuda architectures.
Previously cuda architecture setting was partially broken and different options
were applied to different parts of the build (CUDA_ARCH_NAME CUDA_ARCH_BIN
CUDA_ARCH_PTX and CUDA_ARCH_LIST).

Include FindCUDAToolkit from CMake 3.17, which replaces the deprecated FindCUDA
functionality for finding the cuda toolkit include directories and libraries.
  • Loading branch information
leezu committed Dec 26, 2019
1 parent 07913f9 commit 85f7ece
Show file tree
Hide file tree
Showing 12 changed files with 943 additions and 1,219 deletions.
324 changes: 0 additions & 324 deletions 3rdparty/mshadow/cmake/Cuda.cmake

This file was deleted.

Loading

0 comments on commit 85f7ece

Please sign in to comment.