Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/mxnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6776e5a2b2574fff445a0f0a3694f694702375e2
Choose a base ref
...
head repository: apache/mxnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f9a6369714d761253349ec9c4ad5d9cce77a232f
Choose a head ref
  • 4 commits
  • 16 files changed
  • 4 contributors

Commits on Dec 3, 2020

  1. Fix flaky onnxruntime tests. (#19618)

    * Save all test data to tmpdir so tests can run in parallel.
    
    * Use tmp_path from pytest for test-specific files to prevent race condition/flaky tests.
    
    Co-authored-by: Joe Evans <joeev@amazon.com>
    josephevans and Joe Evans authored Dec 3, 2020
    Configuration menu
    Copy the full SHA
    e6a855c View commit details
    Browse the repository at this point in the history
  2. Numpy unique repeat indices large tensor checks (#19382)

    * add size checks to repeat and unique
    
    * add size checks
    
    * Update test_np_large_array.py
    
    * Update np_repeat_op-inl.h
    
    * Update np_init_op.cc
    
    * Update np_init_op.cc
    
    * Update np_repeat_op-inl.h
    
    * Update np_unique_op.cc
    Zha0q1 authored Dec 3, 2020
    Configuration menu
    Copy the full SHA
    619eab2 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Update Ubuntu images used on CI to 20.04 (#19588)

    * Update Ubuntu images used on CI to 20.04
    
    This helps ensure MXNet to work well on recent Linux distributions (while ensuring it continues to work well on ancient distributions based on the CentOS7 CI pipeline)
    
    * Preserve Ubuntu 18.04 images for TensorRT pipeline as NVidia failed to make TensorRT available for Ubuntu 20.04
    
    * Temporarily disable NVML on CI
    
    [2020-12-03T18:33:10.380Z] OSError: /work/mxnet/python/mxnet/../../build/libmxnet.so: undefined symbol: nvmlDeviceGetComputeRunningProcesses_v2
    leezu authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    afc76b0 View commit details
    Browse the repository at this point in the history
  2. Fix MKL_USE_STATIC_LIBS=0 and test on one CI pipeline

    Co-authored-by: Anna Karbownik <anna.karbownik@intel.com>,
    leezu committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    f9a6369 View commit details
    Browse the repository at this point in the history
Loading