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

[v1.7.x] backport mixed type binary ops to v1.7.x #18649

Merged
merged 2 commits into from
Jul 5, 2020

Commits on Jul 4, 2020

  1. backport mixed type

    yijunc committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    25a9717 View commit details
    Browse the repository at this point in the history
  2. Fix Windows GPU CI (apache#17962)

    Update Windows CI to use VS 2019 and enable x64 bit toolchain. Previously we are using an older 32 bit toolchain causing OOM errors during linking. Switching to x64 bit toolchain on the older VS version previously used by the CI was attempted in apache#17912 and did not work. Update to Cuda 10.2 as it is required by VS 2019. Switch to ninja-build on Windows to speed up build as ninja-build is now preinstalled. Remove logic to install cmake 3.16 on every PR as cmake 3.17 is now preinstalled. Add build retrials due to cuda thrust + VS2019 flakyness.
    
    Co-authored-by: vexilligera <vexilligera@gmail.com>
    2 people authored and yijunc committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    22de015 View commit details
    Browse the repository at this point in the history