[all-commits] [llvm/llvm-project] e7e4ed: [mlir][sparse][gpu] only support default algorithm...
Aart Bik via All-commits
all-commits at lists.llvm.org
Wed Aug 9 12:50:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e7e4ed0d7a28b6d7d7b7211b42c02d72e930dec1
https://github.com/llvm/llvm-project/commit/e7e4ed0d7a28b6d7d7b7211b42c02d72e930dec1
Author: Aart Bik <ajcbik at google.com>
Date: 2023-08-09 (Wed, 09 Aug 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/sparse-roundtrip.mlir
Log Message:
-----------
[mlir][sparse][gpu] only support default algorithm for SpGEMM
Rationale:
This is the approach taken for all the others too (SpMV, SpMM, SDDMM),
so it is more consistent to follow the same path (until we have a need
for more algorithms). Also, in a follow up revision, this will allow
us to remove some unused GEMM ops.
Reviewed By: K-Wu
Differential Revision: https://reviews.llvm.org/D157542
More information about the All-commits
mailing list