[Mlir-commits] [mlir] [mlir][sparse] set up the skeleton for SparseTensorLevel abstraction. (PR #75645)
Aart Bik
llvmlistbot at llvm.org
Fri Dec 15 12:20:09 PST 2023
================
@@ -0,0 +1,46 @@
+#include "SparseTensorLevels.h"
----------------
aartbik wrote:
This needs a header
//===- SparseTensorLevels.cpp - Tensoi 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
//
//===----------------------------------------------------------------------===//
https://github.com/llvm/llvm-project/pull/75645
More information about the Mlir-commits
mailing list