[all-commits] [llvm/llvm-project] d9affa: [mlir][sparse] rename the values of the runtime Di...

wren romano via All-commits all-commits at lists.llvm.org
Tue Oct 18 12:08:35 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d9affadd0070d4ec67f9d7a7b07ddb4387f07a66
      https://github.com/llvm/llvm-project/commit/d9affadd0070d4ec67f9d7a7b07ddb4387f07a66
  Author: wren romano <2998727+wrengr at users.noreply.github.com>
  Date:   2022-10-18 (Tue, 18 Oct 2022)

  Changed paths:
    M mlir/include/mlir/ExecutionEngine/SparseTensor/Enums.h
    M mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.cpp
    M mlir/lib/ExecutionEngine/SparseTensorRuntime.cpp

  Log Message:
  -----------
  [mlir][sparse] rename the values of the runtime DimLevelType

This change is to make way for reusing the DimLevelType enum in lieu of the SparseTensorEncodingAttr::DimLevelType enum, but broken out to make it quick and easy to review

Reviewed By: aartbik

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




More information about the All-commits mailing list