[all-commits] [llvm/llvm-project] 22caaf: [mlir][sparse][gpu] end to end test for matmul

Aart Bik via All-commits all-commits at lists.llvm.org
Thu May 25 16:10:41 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 22caafc9f3eb4f70d6eafe2fa574fcd8841fd37e
      https://github.com/llvm/llvm-project/commit/22caafc9f3eb4f70d6eafe2fa574fcd8841fd37e
  Author: Aart Bik <ajcbik at google.com>
  Date:   2023-05-25 (Thu, 25 May 2023)

  Changed paths:
    M mlir/lib/Dialect/SparseTensor/Transforms/SparseGPUCodegen.cpp
    M mlir/test/Dialect/SparseTensor/GPU/gpu_matmul_lib.mlir
    A mlir/test/Integration/Dialect/SparseTensor/GPU/CUDA/sparse-matmul-lib.mlir
    M mlir/test/Integration/Dialect/SparseTensor/GPU/CUDA/sparse-matvec-lib.mlir

  Log Message:
  -----------
  [mlir][sparse][gpu] end to end test for matmul

(1) minor bug fix in copy back [always nice to run stuff ;-)]
(2) run with and without lib (even though some fall back to CPU)

Reviewed By: wrengr

Differential Revision: https://reviews.llvm.org/D151507




More information about the All-commits mailing list