Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ranch

Fix CUDNN detection for CMake build (apache#17019)

Replace mxnet_option macro with standard CMAKE_DEPENDENT_OPTION (apache#17018)

Switch to modern CMake CUDA handling (apache#17031)

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.

Workaround for DLL size limitation on Windows (apache#16980)

* change windows build system.
add gen_warp cpp version
add add_custom_command to run warp_gen
add download cmake
add option
change option
add dynamic read mxnet dll
  • Loading branch information
leezu authored and yajiedesign committed Jan 5, 2020
1 parent 0c6f49f commit e64788b
Show file tree
Hide file tree
Showing 18 changed files with 1,478 additions and 1,354 deletions.
324 changes: 0 additions & 324 deletions 3rdparty/mshadow/cmake/Cuda.cmake

This file was deleted.

Loading

0 comments on commit e64788b

Please sign in to comment.