[all-commits] [llvm/llvm-project] 9fc02a: [mlir][sparse][gpu] add AoS COO support to cuSPARSE
Aart Bik via All-commits
all-commits at lists.llvm.org
Tue Jun 6 12:33:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9fc02a7a0861921d9d655e783dcbdd2472bc43ea
https://github.com/llvm/llvm-project/commit/9fc02a7a0861921d9d655e783dcbdd2472bc43ea
Author: Aart Bik <ajcbik at google.com>
Date: 2023-06-06 (Tue, 06 Jun 2023)
Changed paths:
M mlir/include/mlir/Dialect/GPU/IR/GPUOps.td
M mlir/lib/Conversion/GPUCommon/GPUToLLVMConversion.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseGPUCodegen.cpp
M mlir/lib/ExecutionEngine/CudaRuntimeWrappers.cpp
Log Message:
-----------
[mlir][sparse][gpu] add AoS COO support to cuSPARSE
Even though this feature was deprecated in release 11.2,
any library before this version still supports the feature,
which is why we are making it available under a macro.
Reviewed By: K-Wu
Differential Revision: https://reviews.llvm.org/D152290
More information about the All-commits
mailing list