[all-commits] [llvm/llvm-project] 1313f5: [mlir][sparse] Restyling macros in the runtime lib...

wren romano via All-commits all-commits at lists.llvm.org
Mon May 16 16:43:55 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1313f5d3071c5aee6eaf3c366747d44585522fb4
      https://github.com/llvm/llvm-project/commit/1313f5d3071c5aee6eaf3c366747d44585522fb4
  Author: wren romano <2998727+wrengr at users.noreply.github.com>
  Date:   2022-05-16 (Mon, 16 May 2022)

  Changed paths:
    M mlir/lib/ExecutionEngine/SparseTensorUtils.cpp

  Log Message:
  -----------
  [mlir][sparse] Restyling macros in the runtime library

In addition to reducing code repetition, this also helps ensure that the various API functions follow the naming convention of mlir::sparse_tensor::primaryTypeFunctionSuffix (e.g., due to typos in the repetitious code).

Depends On D125428

Reviewed By: aartbik

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




More information about the All-commits mailing list