You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
add a compiler flag to use int64 as tensor size (#14570)
* use a compile flag to use int64 tensor size
* use personal mshadow repo
* update data type
* update make config
* change size_t to index_t and add documentation
* update mshadow submodule to master
* fix compilation warning
* fix compiler warning
* fix compiler warning
* fix compiler warning
* fix compiler warning
* fix compiler error
* change nnvm::Tuple to mxnet::Tuple
* fix compiler warning
* fix compiler warning
* fix compiler warning
* fix compiler warning
* fix compiler warning
* fix lint
* update CI runtime_functons
* update runtime function
* correct runtime_functions
* udpate runtime functions
* add nightly test for large tensor
* update Jenkins files to test new compiler flag
* fix CI
* add runtime feature detect for the compiler flag
* change build from make to cmake
* fix CI
* move tests to nightly
0 commit comments