File tree 3 files changed +17
-17
lines changed
3 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ ADD_CFLAGS =
40
40
# whether use CUDA during compile
41
41
USE_CUDA = 0
42
42
43
- # add the path to CUDA libary to link and compile flag
44
- # if you have already add them to enviroment variable, leave it as NONE
43
+ # add the path to CUDA library to link and compile flag
44
+ # if you have already add them to environment variable, leave it as NONE
45
45
# USE_CUDA_PATH = /usr/local/cuda
46
46
USE_CUDA_PATH = NONE
47
47
48
- # whether use CUDNN R3 library
48
+ # whether use CuDNN R3 library
49
49
USE_CUDNN = 0
50
50
51
51
# whether use cuda runtime compiling for writing kernels in native language (i.e. Python)
69
69
USE_BLAS = atlas
70
70
endif
71
71
72
- # add path to intel libary , you may need it for MKL, if you did not add the path
73
- # to enviroment variable
72
+ # add path to intel library , you may need it for MKL, if you did not add the path
73
+ # to environment variable
74
74
USE_INTEL_PATH = NONE
75
75
76
- # If use MKL, choose static link automaticly to allow python wrapper
76
+ # If use MKL, choose static link automatically to allow python wrapper
77
77
ifeq ($(USE_BLAS ) , mkl)
78
78
USE_STATIC_MKL = 1
79
79
else
84
84
# distributed computing
85
85
# ----------------------------
86
86
87
- # whether or not to enable mullti -machine supporting
87
+ # whether or not to enable multi -machine supporting
88
88
USE_DIST_KVSTORE = 0
89
89
90
90
# whether or not allow to read and write HDFS directly. If yes, then hadoop is
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ ADD_CFLAGS =
40
40
# whether use CUDA during compile
41
41
USE_CUDA = 0
42
42
43
- # add the path to CUDA libary to link and compile flag
44
- # if you have already add them to enviroment variable, leave it as NONE
43
+ # add the path to CUDA library to link and compile flag
44
+ # if you have already add them to environment variable, leave it as NONE
45
45
# USE_CUDA_PATH = /usr/local/cuda
46
46
USE_CUDA_PATH = NONE
47
47
@@ -63,15 +63,15 @@ USE_OPENMP = 0
63
63
# can be: mkl, blas, atlas, openblas
64
64
USE_BLAS = apple
65
65
66
- # add path to intel libary , you may need it for MKL, if you did not add the path
67
- # to enviroment variable
66
+ # add path to intel library , you may need it for MKL, if you did not add the path
67
+ # to environment variable
68
68
USE_INTEL_PATH = NONE
69
69
70
70
# ----------------------------
71
71
# distributed computing
72
72
# ----------------------------
73
73
74
- # whether or not to enable mullti -machine supporting
74
+ # whether or not to enable multi -machine supporting
75
75
USE_DIST_KVSTORE = 0
76
76
77
77
# whether or not allow to read and write HDFS directly. If yes, then hadoop is
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ export NVCC = nvcc
11
11
# whether use CUDA during compile
12
12
USE_CUDA = 0
13
13
14
- # add the path to CUDA libary to link and compile flag
15
- # if you have already add them to enviroment variable, leave it as NONE
14
+ # add the path to CUDA library to link and compile flag
15
+ # if you have already add them to environment variable, leave it as NONE
16
16
USE_CUDA_PATH = NONE
17
17
18
18
# whether use opencv during compilation
@@ -33,8 +33,8 @@ USE_OPENMP = 0
33
33
USE_STATIC_MKL = NONE
34
34
USE_BLAS = NONE
35
35
#
36
- # add path to intel libary , you may need it
37
- # for MKL, if you did not add the path to enviroment variable
36
+ # add path to intel library , you may need it
37
+ # for MKL, if you did not add the path to environment variable
38
38
#
39
39
USE_INTEL_PATH = NONE
40
40
@@ -45,7 +45,7 @@ ADD_LDFLAGS = -lgomp
45
45
# the additional compile flags you want to add
46
46
ADD_CFLAGS = -DMSHADOW_STAND_ALONE=1
47
47
#
48
- # If use MKL, choose static link automaticly to fix python wrapper
48
+ # If use MKL, choose static link automatically to fix python wrapper
49
49
#
50
50
ifeq ($(USE_BLAS ) , mkl)
51
51
USE_STATIC_MKL = 1
You can’t perform that action at this time.
0 commit comments