[all-commits] [llvm/llvm-project] 962484: [mlir][sparse] Correcting some terminology / namin...

wren romano via All-commits all-commits at lists.llvm.org
Thu Mar 30 18:26:50 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 962484aeca0cc6779899c95d59597f7240ea94ea
      https://github.com/llvm/llvm-project/commit/962484aeca0cc6779899c95d59597f7240ea94ea
  Author: wren romano <2998727+wrengr at users.noreply.github.com>
  Date:   2023-03-30 (Thu, 30 Mar 2023)

  Changed paths:
    M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorCodegen.cpp

  Log Message:
  -----------
  [mlir][sparse] Correcting some terminology / naming-scheme errors.

The name "coords" should be used for the complete tuple of Dimension-/Level-many "crd" values associated with a single element.  Whereas the name "coordinates" should only be used for collections of "crd" values which span several elements (e.g., the tensor's coordinates buffer for a single level).

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D147291




More information about the All-commits mailing list