[mlir][sparse] rename the values of the runtime DimLevelType
authorwren romano <2998727+wrengr@users.noreply.github.com>
Fri, 14 Oct 2022 23:36:14 +0000 (16:36 -0700)
committerwren romano <2998727+wrengr@users.noreply.github.com>
Tue, 18 Oct 2022 19:08:19 +0000 (12:08 -0700)
commitd9affadd0070d4ec67f9d7a7b07ddb4387f07a66
treec3852d3643bf6c21b216e814977598900f5283a8
parent340eac01f7dad6c24cee35dd35f2484098dd6b1a
[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
mlir/include/mlir/ExecutionEngine/SparseTensor/Enums.h
mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.cpp
mlir/lib/ExecutionEngine/SparseTensorRuntime.cpp