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

Disable OpenMP offloading support for 3rdparty/openmp #17098

Merged
merged 2 commits into from
Dec 23, 2019
Merged

Commits on Dec 18, 2019

  1. 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.
    leezu committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    677e1e1 View commit details
    Browse the repository at this point in the history
  2. Update CMake on CI

    leezu committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    f3a56d2 View commit details
    Browse the repository at this point in the history