[all-commits] [llvm/llvm-project] 97f4c2: [mlir][sparse][gpu] unify dnmat and dnvec handle a...
Kun Wu via All-commits
all-commits at lists.llvm.org
Fri Jun 9 10:17:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 97f4c22b3ad55763ccd9a1274aba22efc87f3e9e
https://github.com/llvm/llvm-project/commit/97f4c22b3ad55763ccd9a1274aba22efc87f3e9e
Author: Kun Wu <kunww at google.com>
Date: 2023-06-09 (Fri, 09 Jun 2023)
Changed paths:
M mlir/include/mlir/Dialect/GPU/IR/GPUBase.td
M mlir/include/mlir/Dialect/GPU/IR/GPUDialect.h
M mlir/include/mlir/Dialect/GPU/IR/GPUOps.td
M mlir/lib/Conversion/GPUCommon/GPUToLLVMConversion.cpp
M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseGPUCodegen.cpp
M mlir/test/Conversion/GPUCommon/lower-2to4-sparse-to-gpu-runtime-calls.mlir
M mlir/test/Conversion/GPUCommon/lower-sparse-to-gpu-runtime-calls.mlir
M mlir/test/Dialect/GPU/ops.mlir
M mlir/test/Dialect/GPU/sparse-roundtrip.mlir
M mlir/test/Dialect/SparseTensor/GPU/gpu_matmul_lib.mlir
M mlir/test/Dialect/SparseTensor/GPU/gpu_matvec_lib.mlir
Log Message:
-----------
[mlir][sparse][gpu] unify dnmat and dnvec handle and ops
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D152465
More information about the All-commits
mailing list