[all-commits] [llvm/llvm-project] 981cf1: [mlir][sparse][gpu] add SpMM to GPU ops dialect
Aart Bik via All-commits
all-commits at lists.llvm.org
Fri May 19 12:46:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 981cf1678d6f3399d3fb5e16434669f3992ac6fd
https://github.com/llvm/llvm-project/commit/981cf1678d6f3399d3fb5e16434669f3992ac6fd
Author: Aart Bik <ajcbik at google.com>
Date: 2023-05-19 (Fri, 19 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/GPU/IR/GPUOps.td
M mlir/lib/Conversion/GPUCommon/GPUToLLVMConversion.cpp
M mlir/lib/ExecutionEngine/CudaRuntimeWrappers.cpp
M mlir/test/Conversion/GPUCommon/lower-sparse-to-gpu-runtime-calls.mlir
M mlir/test/Dialect/GPU/ops.mlir
Log Message:
-----------
[mlir][sparse][gpu] add SpMM to GPU ops dialect
Reviewed By: ThomasRaoux, K-Wu
Differential Revision: https://reviews.llvm.org/D150618
More information about the All-commits
mailing list