Skip to content

Commit

Permalink
fix typo in mshadow.mk (apache#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwbyeon authored and sxjscience committed Feb 17, 2017
1 parent a9d70f0 commit 1cf7487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make/mshadow.mk
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ else
MSHADOW_CFLAGS+= -DMSHADOW_DIST_PS=0
endif

# Set MSDHADOW_USE_PASCAL to one to enable nvidia pascal gpu features.
# Set MSHADOW_USE_PASCAL to one to enable nvidia pascal gpu features.
# Like cublasHgemm
MSHADOW_CFLAGS += -DMSDHADOW_USE_PASCAL=0
MSHADOW_CFLAGS += -DMSHADOW_USE_PASCAL=0

0 comments on commit 1cf7487

Please sign in to comment.