[Mlir-commits] [mlir] [mlir][py] Add NVGPU's `TensorMapDescriptorType` in py bindings (PR #88855)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Tue Apr 16 01:52:10 PDT 2024
================
@@ -0,0 +1,46 @@
+//===- DialectLinalg.cpp - Pybind module for Nvgpu dialect API support --===//
+//
+// 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 "IRModule.h"
----------------
ftynse wrote:
We should avoid this if possible.
https://github.com/llvm/llvm-project/pull/88855
More information about the Mlir-commits
mailing list