[Mlir-commits] [mlir] [mlir][sparse] set up the skeleton for SparseTensorLevel abstraction. (PR #75645)

Aart Bik llvmlistbot at llvm.org
Fri Dec 15 11:48:10 PST 2023


================
@@ -0,0 +1,109 @@
+//===- TensorLevels.h -------------------------------------------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef MLIR_DIALECT_SPARSETENSOR_TRANSFORMS_UTILS_TENSORLEVEL_H_
----------------
aartbik wrote:

here and below

TENSORLEVEL -> SPARSETENSORLEVEL

https://github.com/llvm/llvm-project/pull/75645


More information about the Mlir-commits mailing list