You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/01/10 15:22:59 UTC

[GitHub] TaoLv closed pull request #13723: [Don't merge] Test ILP64

TaoLv closed pull request #13723: [Don't merge] Test ILP64
URL: https://github.com/apache/incubator-mxnet/pull/13723
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.gitmodules b/.gitmodules
index 836d824a6f5..b3a029d774d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
 [submodule "3rdparty/mshadow"]
 	path = 3rdparty/mshadow
-	url = https://github.com/dmlc/mshadow.git
+	url = https://github.com/taolv/mshadow.git
 [submodule "3rdparty/dmlc-core"]
 	path = 3rdparty/dmlc-core
 	url = https://github.com/dmlc/dmlc-core.git
diff --git a/3rdparty/mshadow b/3rdparty/mshadow
index 6dc04f7c729..46965ab6658 160000
--- a/3rdparty/mshadow
+++ b/3rdparty/mshadow
@@ -1 +1 @@
-Subproject commit 6dc04f7c729cd5c6c6210d5d4d2026a26ce0bfbf
+Subproject commit 46965ab6658b08f368643917451c056e08ea80a7
diff --git a/Makefile b/Makefile
index 4fb518e591b..5866bb93766 100644
--- a/Makefile
+++ b/Makefile
@@ -83,6 +83,10 @@ ifeq ($(DEV), 1)
 	NVCCFLAGS += -Werror cross-execution-space-call
 endif
 
+ifeq ($(USE_BLAS), mkl)
+	CFLAGS += -DMKL_ILP64
+endif
+
 # CFLAGS for debug
 ifeq ($(DEBUG), 1)
 	CFLAGS += -g -O0


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services