[all-commits] [llvm/llvm-project] 9f1f21: [mlir][sparse] Replace pass-by-value with pass-by-...
Bixia Zheng via All-commits
all-commits at lists.llvm.org
Wed Oct 12 14:52:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f1f21c49de3e2227702be125b3730c8c5133f27
https://github.com/llvm/llvm-project/commit/9f1f21c49de3e2227702be125b3730c8c5133f27
Author: bixia1 <bixia at google.com>
Date: 2022-10-12 (Wed, 12 Oct 2022)
Changed paths:
M mlir/include/mlir/ExecutionEngine/SparseTensorRuntime.h
M mlir/lib/ExecutionEngine/SparseTensorRuntime.cpp
M mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_file_io.mlir
Log Message:
-----------
[mlir][sparse] Replace pass-by-value with pass-by-memref for C interface routines to fix Windows build.
Reviewed By: aartbik, wrengr
Differential Revision: https://reviews.llvm.org/D135811
More information about the All-commits
mailing list