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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D152290
[mlir][sparse][gpu] add AoS COO support to cuSPARSE ClosedPublic Authored by aartbik on Jun 6 2023, 11:00 AM.
Details Summary Even though this feature was deprecated in release 11.2,
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 6 2023, 11:21 AM This revision was landed with ongoing or failed builds.Jun 6 2023, 12:32 PM Closed by commit rG9fc02a7a0861: [mlir][sparse][gpu] add AoS COO support to cuSPARSE (authored by aartbik). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 528977 mlir/include/mlir/Dialect/GPU/IR/GPUOps.td
mlir/lib/Conversion/GPUCommon/GPUToLLVMConversion.cpp
mlir/lib/Dialect/SparseTensor/Transforms/SparseGPUCodegen.cpp
mlir/lib/ExecutionEngine/CudaRuntimeWrappers.cpp
|