[all-commits] [llvm/llvm-project] 390381: [mlir][sparse][gpu] add CSC and BSR format to cuSp...
Aart Bik via All-commits
all-commits at lists.llvm.org
Wed Sep 27 09:32:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 39038177ee7b6e3b567ec7b5082b218d8a464336
https://github.com/llvm/llvm-project/commit/39038177ee7b6e3b567ec7b5082b218d8a464336
Author: Aart Bik <39774503+aartbik at users.noreply.github.com>
Date: 2023-09-27 (Wed, 27 Sep 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] add CSC and BSR format to cuSparse GPU ops (#67509)
This adds two cuSparse formats to the GPU dialect support. Together with
proper lowering and runtime cuda support. Also fixes a few minor
omissions.
More information about the All-commits
mailing list