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

Backport 3rdparty/openmp fixes #17193

Merged
merged 4 commits into from
Dec 30, 2019
Merged

Backport 3rdparty/openmp fixes #17193

merged 4 commits into from
Dec 30, 2019

Commits on Dec 30, 2019

  1. Configuration menu
    Copy the full SHA
    19a88f6 View commit details
    Browse the repository at this point in the history
  2. Fix omp assert issue (apache#17039)

    cjolivier01 authored and leezu committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    5736c97 View commit details
    Browse the repository at this point in the history
  3. Disable OpenMP offloading support for 3rdparty/openmp (apache#17098)

    * Disable OpenMP offloading support for 3rdparty/openmp
    
    OpenMP offloading was introduced some time during the past two years and is
    enabled by default. With upgrading 3rdparty/openmp in
    apache#17012
    it was made part of the MXNet CMake build.
    
    But we don't use OpenMP offloading and the Cuda target in the llvm OpenMP
    Offloading build is broken in our setting.
    
    * Update CMake on CI
    leezu committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    7dedeac View commit details
    Browse the repository at this point in the history
  4. Fix reshape interoperability test (apache#17155)

    * fix reshape interoperability test
    
    * fix for scipy import
    haojin2 authored and leezu committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    3be659f View commit details
    Browse the repository at this point in the history