1. 05 Apr, 2020 1 commit
  2. 03 Apr, 2020 1 commit
  3. 02 Apr, 2020 1 commit
  4. 27 Mar, 2020 1 commit
    • [TOPI][Tensor Core] Conv2d and Dense ops support on Tensor Core (#5099) · f4286cc7
      * [TOPI][Tensor Core] Optimization of CNNs on Tensor Core #6004
      
      * update conv2d test
      
      * # pylint: dense_tensorcore.py
      
      * modify
      
      * modify conv2d
      
      * modify the unclear comment,add shape assertion in conv2d compute,combine general gemm intrinsic
      
      * add shape assertion in conv2d compute, combine general gemm intrinsic
      
      Co-authored-by: libaihong <libaihong@inspur.com>
      Co-authored-by: libaihong <61525430+libaihong@users.noreply.github.com>
      Shawn-Inspur committed
  5. 20 Mar, 2020 1 commit
    • [TIR][TARGET] Refactor Target codegen to use IRModule and PrimFunc. (#5107) · 841725cc
      As part of the unified IR refactor.
      This PR refactors the target codegen to use IRModule containing tir::PrimFuncs.
      
      In order to break the refactor into several steps without breaking the codebase,
      we built an conversion pass to convert Array<LoweredFunc> into IRModule.
      
      The follow-up refactors will gradually move the passes covered by IRModule up
      until we cover all the passes. Then we can remove the additional redundant
      concepts such as LoweredFunc.
      Tianqi Chen committed
  6. 22 Jan, 2020 1 commit
  7. 21 Jan, 2020 1 commit
  8. 19 Jan, 2020 1 commit