[Mlir-commits] [mlir] [mlir][sparse] set up the skeleton for SparseTensorLevel abstraction. (PR #75645)
Aart Bik
llvmlistbot at llvm.org
Fri Dec 15 12:22:06 PST 2023
================
@@ -0,0 +1,109 @@
+//===- SparseTensorLevels.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_SPARSETENSORLEVEL_H_
----------------
aartbik wrote:
I think you will need to rename the files
SparseTensorLevels.* -> SparseTensorLevel.*
without the "s", or otherwise, update the class name and macros
https://github.com/llvm/llvm-project/pull/75645
More information about the Mlir-commits
mailing list