forked from apache/mxnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff9db90
commit 9af5a7f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule dmlc-core
updated
19 files
+38 −0 | .github/workflows/githubci.yml | |
+0 −87 | .travis.yml | |
+1 −1 | README.md | |
+13 −0 | appveyor.yml | |
+0 −1 | cmake/build_config.h.in | |
+1 −16 | doc/Doxyfile | |
+0 −1 | include/dmlc/build_config_default.h | |
+18 −18 | include/dmlc/concurrentqueue.h | |
+7 −14 | scripts/packages.mk | |
+0 −0 | scripts/s390x/Dockerfile | |
+0 −0 | scripts/s390x/build_via_cmake.sh | |
+1 −1 | scripts/s390x/ci_build.sh | |
+0 −0 | scripts/s390x/entrypoint.sh | |
+0 −32 | scripts/setup_nvcc.sh | |
+9 −5 | scripts/test_script.sh | |
+0 −3 | scripts/travis/travis_before_cache.sh | |
+0 −13 | scripts/travis/travis_osx_install.sh | |
+0 −40 | scripts/travis/travis_setup_env.sh | |
+0 −16 | src/build_config.cc |