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

Backport #17596 #17603

Merged
merged 7 commits into from
Feb 17, 2020
Merged

Backport #17596 #17603

merged 7 commits into from
Feb 17, 2020

Commits on Feb 15, 2020

  1. Fix transformer.cu interleaved matmul for cuda arch < 5 (apache#17596)

    cublasGemmBatchedEx is only supported for GPU with architecture capabilities equal or greater than 5.0.
    
    Fixes a bug in apache#16408
    leezu committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    00b5400 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e72d1cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6caa5a2 View commit details
    Browse the repository at this point in the history
  4. pin python dependencies (apache#17556)

    aaronmarkham authored and leezu committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    258b9a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4863f1d View commit details
    Browse the repository at this point in the history
  6. 1.5.x CI fixes (apache#17426)

    * Fix numpy decorator
    
    * Workaround pytest-dev/pytest#5903
    
    * Disable pylint warnings
    
    * Fix Edge build
    
    * Fix numpy decorator on Centos
    leezu committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    e7b8572 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2020

  1. Configuration menu
    Copy the full SHA
    280412f View commit details
    Browse the repository at this point in the history