This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removing previous CUDA make versions and adding support for cuda11.2
- Loading branch information
Rohit Kumar Srivastava
committed
Feb 24, 2021
1 parent
733645d
commit 8f86404
Showing
7 changed files
with
40 additions
and
685 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -170,3 +170,4 @@ EXTRA_OPERATORS = | |
# [email protected]:dato-code/SFrame.git | ||
# SFRAME_PATH = $(HOME)/SFrame | ||
# MXNET_PLUGINS += plugin/sframe/plugin.mk | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.