mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 08:30:34 +08:00
Trying to reduce confusion by having the name of the public method match that of the private method for handling the recursion. Also adding some comments to SparseTensorStorage::fromCOO to help clarify what the recursive calls are doing in the dense case. Reviewed By: aartbik Differential Revision: https://reviews.llvm.org/D108954
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.