[all-commits] [llvm/llvm-project] 03125e: [mlir][sparse][gpu] fix missing dealloc
Aart Bik via All-commits
all-commits at lists.llvm.org
Thu Jul 6 09:48:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 03125e6894f82f9aa6f4e8d8036d0c833dd7d761
https://github.com/llvm/llvm-project/commit/03125e6894f82f9aa6f4e8d8036d0c833dd7d761
Author: Aart Bik <ajcbik at google.com>
Date: 2023-07-06 (Thu, 06 Jul 2023)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/SparseGPUCodegen.cpp
M mlir/lib/ExecutionEngine/CudaRuntimeWrappers.cpp
M mlir/test/Dialect/SparseTensor/GPU/gpu_matmul_lib.mlir
Log Message:
-----------
[mlir][sparse][gpu] fix missing dealloc
This dealloc was incorrectly removed in
https://reviews.llvm.org/D153173
Reviewed By: K-Wu
Differential Revision: https://reviews.llvm.org/D154564
More information about the All-commits
mailing list