[all-commits] [llvm/llvm-project] 289f72: [mlir][sparse][gpu] minor code cleanup for sparse ...

Aart Bik via All-commits all-commits at lists.llvm.org
Mon Aug 14 15:09:15 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 289f7231f99f9c3e7f3e532e3532427648b355dc
      https://github.com/llvm/llvm-project/commit/289f7231f99f9c3e7f3e532e3532427648b355dc
  Author: Aart Bik <ajcbik at google.com>
  Date:   2023-08-14 (Mon, 14 Aug 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/GPU/IR/GPUOps.td
    M mlir/lib/Conversion/GPUCommon/GPUToLLVMConversion.cpp
    M mlir/lib/Dialect/SparseTensor/Transforms/SparseGPUCodegen.cpp
    M mlir/lib/ExecutionEngine/CudaRuntimeWrappers.cpp
    M mlir/test/Conversion/GPUCommon/lower-sparse-to-gpu-runtime-calls.mlir
    M mlir/test/Dialect/GPU/sparse-roundtrip.mlir
    M mlir/test/Dialect/SparseTensor/GPU/gpu_spgemm_lib.mlir

  Log Message:
  -----------
  [mlir][sparse][gpu] minor code cleanup for sparse gpu ops

Consistent order of ops and related methods.
Also, renamed SpGEMMGetSizeOp to SpMatGetSizeOp
since this is a general utility for sparse matrices,
not specific to GEMM ops only.

Reviewed By: Peiming

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




More information about the All-commits mailing list