diff options
author | Edward Z. Yang <ezyang@mit.edu> | 2018-04-06 13:57:07 -0400 |
---|---|---|
committer | Soumith Chintala <soumith@gmail.com> | 2018-04-06 13:57:07 -0400 |
commit | b724084335aaf5c1b61b5481928d7f4026899c21 (patch) | |
tree | b5e41927d2e67993e226164cfeaee9384ca3f836 /tools | |
parent | c42f4fa2ee98b040e6586c3747c36a7b54c4df18 (diff) | |
download | pytorch-b724084335aaf5c1b61b5481928d7f4026899c21.tar.gz pytorch-b724084335aaf5c1b61b5481928d7f4026899c21.tar.bz2 pytorch-b724084335aaf5c1b61b5481928d7f4026899c21.zip |
INCULDE typofix. (#6354)
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/build_pytorch_libs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_pytorch_libs.sh b/tools/build_pytorch_libs.sh index a69cab0c31..cf856421a5 100755 --- a/tools/build_pytorch_libs.sh +++ b/tools/build_pytorch_libs.sh @@ -218,7 +218,7 @@ function build_aten() { -DCUDNN_LIB_DIR=$CUDNN_LIB_DIR \ -DCUDNN_LIBRARY=$CUDNN_LIBRARY \ -DNO_MKLDNN=$((1-$WITH_MKLDNN)) \ - -DMKLDNN_INCULDE_DIR=$MKLDNN_INCLUDE_DIR \ + -DMKLDNN_INCLUDE_DIR=$MKLDNN_INCLUDE_DIR \ -DMKLDNN_LIB_DIR=$MKLDNN_LIB_DIR \ -DMKLDNN_LIBRARY=$MKLDNN_LIBRARY \ -DATEN_NO_CONTRIB=1 \ |