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

Aart Bik llvmlistbot at llvm.org
Fri Dec 15 13:26:12 PST 2023


================
@@ -1,5 +1,13 @@
-#include "SparseTensorLevels.h"
+//===- SparseTensorLevel.cpp - Tensor management class -------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
 #include "CodegenUtils.h"
+#include "SparseTensorLevels.h"
----------------
aartbik wrote:

Levels -> Level?

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


More information about the Mlir-commits mailing list