[all-commits] [llvm/llvm-project] dfe294: [mlir][sparse][gpu] add spgemm operator
Kun Wu via All-commits
all-commits at lists.llvm.org
Mon Aug 7 17:36:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dfe29429094852ca3b62752f2acf11b280e9f610
https://github.com/llvm/llvm-project/commit/dfe29429094852ca3b62752f2acf11b280e9f610
Author: Kun Wu <kunww at google.com>
Date: 2023-08-08 (Tue, 08 Aug 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/ExecutionEngine/CudaRuntimeWrappers.cpp
M mlir/test/Conversion/GPUCommon/lower-sparse-to-gpu-runtime-calls.mlir
M mlir/test/Dialect/GPU/sparse-roundtrip.mlir
Log Message:
-----------
[mlir][sparse][gpu] add spgemm operator
Differential Revision: https://reviews.llvm.org/D152981
More information about the All-commits
mailing list