-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Comparing changes
Open a pull request
base repository: apache/mxnet
base: 1.4.0
head repository: apache/mxnet
compare: v1.4.x
- 18 commits
- 192 files changed
- 9 contributors
Commits on Mar 14, 2019
-
v1.4.x: Backport of Windows CI Fixes (#14420)
* Backports Windows CI pipeline fixes from master * Updates Jenkins file to use python 3 when calling build_windows.py * Installs qemu pip requirements from qemu requirements file (#14355) * remove a white space
Configuration menu - View commit details
-
Copy full SHA for 44265aa - Browse repository at this point
Copy the full SHA 44265aaView commit details
Commits on Mar 26, 2019
-
* Changed data.dmlc.ml -> data.mxnet.io * Added retries for downloads * Removed silent mode for explicit failure reporting
Configuration menu - View commit details
-
Copy full SHA for 06a5c37 - Browse repository at this point
Copy the full SHA 06a5c37View commit details
Commits on Apr 5, 2019
-
Memory fixes. Resolves #10867, and resolves #14080 (#14372) (#14586)
* Fixes for memory leak when reshaping executor * Fixed Adam Optimizer memory leak * Cleanup for PR * Added unit test for new ResourceScope method * Removing import that was added by overzealous ide * Add back in an import * Added flags for executor to know whether or not it owns NDArrays for disposal * Moving to ResourceScope.using implementation * Changes to make ResourceScope.using work with existing scope * Updating ResourceScope to work with existing scopes via usingIfScopeExists method * Fix clojure unit tests * Fixes to be compatibile with how clojure is using ResourceScope * Removing some unnecessary changes * Adding scope assertion in unit test
Configuration menu - View commit details
-
Copy full SHA for c15cbaf - Browse repository at this point
Copy the full SHA c15cbafView commit details
Commits on Apr 10, 2019
-
Fix nightly build of 1.4.x (#14556)
* Fix nightly build of 1.4.x Nightly build of 1.4.x keeps failing, and while in 1.5.0 there was a major rewrite for this tutorial, since 1.4.0 is already published, I made the smallest change possible to fix that. I checked the build after this change on my EC2 instance - all good. * Force build * Force build 2 * Force build once more
Configuration menu - View commit details
-
Copy full SHA for 8b68640 - Browse repository at this point
Copy the full SHA 8b68640View commit details
Commits on Apr 12, 2019
-
Less cudaGet/SetDevice calls in Gluon execution (#13764)
* Remove unnecessary cudaGetDevice/cudaSetDevice calls * Fixes for the DeviceGuard * Retrigger CI * Fix for possible invalid device ordinal when using DeviceStore while driver is unloading * Fix for RTC when the driver API call is the first call * Added DeviceStore to pooled engine
Configuration menu - View commit details
-
Copy full SHA for 9b6e84e - Browse repository at this point
Copy the full SHA 9b6e84eView commit details
Commits on Apr 23, 2019
-
Add MXEnginePushAsync and MXEnginePushSync C APIs (#14615) (#14770)
* add PushAsyncPtr and PushSyncPtr APIs in engine * avoid using shared_ptr for param in new APIs * avoid using std::vector in parameters * change to C API * address comments and add tests * fix perl build * use int instead of size_t
Configuration menu - View commit details
-
Copy full SHA for 60e8a1f - Browse repository at this point
Copy the full SHA 60e8a1fView commit details -
Tidy up storage allocation and deallocation (#14480) (#14768)
* free memory when dptr is not nullptr * skip memory allocation when handle size is 0 * update comments * update Alloc in naive storage manager * address comments * add unit test for size 0 allocation
Configuration menu - View commit details
-
Copy full SHA for b986d06 - Browse repository at this point
Copy the full SHA b986d06View commit details -
Add pin_device_id option to Gluon DataLoader (#14136) (#14771)
* add pin_device_id option to DataLoader * add unit test to check output context * trigger CI
Configuration menu - View commit details
-
Copy full SHA for b7372d3 - Browse repository at this point
Copy the full SHA b7372d3View commit details -
Set idx2name for Optimizer object (#14703) (#14772)
* set idx2name for optimizer * add unit test
1Configuration menu - View commit details
-
Copy full SHA for 0eab551 - Browse repository at this point
Copy the full SHA 0eab551View commit details
Commits on Apr 25, 2019
-
Use DEFAULT macro in C APIs (#14767) (#14789)
* fix C API default values * remove duplicate MXInvokeCachedOp
Configuration menu - View commit details
-
Copy full SHA for 19d78e5 - Browse repository at this point
Copy the full SHA 19d78e5View commit details
Commits on Apr 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 69515c2 - Browse repository at this point
Copy the full SHA 69515c2View commit details
Commits on Apr 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1a71996 - Browse repository at this point
Copy the full SHA 1a71996View commit details
Commits on May 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e7fe640 - Browse repository at this point
Copy the full SHA e7fe640View commit details -
Configuration menu - View commit details
-
Copy full SHA for aafe3df - Browse repository at this point
Copy the full SHA aafe3dfView commit details
Commits on May 9, 2019
-
[1.4.x] Adds additional build envs (#14920)
* Adds CUDA build environment for version 8.0, 9.0, 9.2 and 10.0 * Renames ubuntu_gpu environment to ubuntu_gpu_cu91 and updates references * Adds static build image and updates ci/build.py
Configuration menu - View commit details
-
Copy full SHA for b9ea0fa - Browse repository at this point
Copy the full SHA b9ea0faView commit details
Commits on May 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6feadf4 - Browse repository at this point
Copy the full SHA 6feadf4View commit details
Commits on Jun 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b241c41 - Browse repository at this point
Copy the full SHA b241c41View commit details
Commits on Jul 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e368ea2 - Browse repository at this point
Copy the full SHA e368ea2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.4.0...v1.4.x