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

Commit

Permalink
removing previous CUDA make versions and adding support for cuda11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Kumar Srivastava committed Feb 24, 2021
1 parent 733645d commit 8b1440a
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 684 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ USE_CUDA = 1
# add the path to CUDA library to link and compile flag
# if you have already add them to environment variable, leave it as NONE
# USE_CUDA_PATH = /usr/local/cuda
USE_CUDA_PATH = $(DEPS_PATH)/usr/local/cuda-9.2
USE_CUDA_PATH = $(DEPS_PATH)/usr/local/cuda-11.2

# whether to use CuDNN library
USE_CUDNN = 1
Expand Down Expand Up @@ -170,3 +170,4 @@ EXTRA_OPERATORS =
# [email protected]:dato-code/SFrame.git
# SFRAME_PATH = $(HOME)/SFrame
# MXNET_PLUGINS += plugin/sframe/plugin.mk

167 changes: 0 additions & 167 deletions make/staticbuild/linux_cu75.mk

This file was deleted.

170 changes: 0 additions & 170 deletions make/staticbuild/linux_cu80.mk

This file was deleted.

Loading

0 comments on commit 8b1440a

Please sign in to comment.