Files
clang-p2996/mlir/python/mlir/dialects/VectorTransformOps.td
Alex Zinenko d517117303 [mlir] python bindings for vector transform ops
Provide Python bindings for transform ops defined in the vector dialect.
All of these ops are sufficiently simple that no mixins are necessary
for them to be nicely usable.

Reviewed By: ingomueller-net

Differential Revision: https://reviews.llvm.org/D156554
2023-07-31 15:42:59 +00:00

20 lines
734 B
TableGen

//===-- VectorTransformOps.td ------------------------------*- tablegen -*-===//
//
// 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
//
//===----------------------------------------------------------------------===//
//
// Entry point of the Python bindings generator for the vector transform ops.
//
//===----------------------------------------------------------------------===//
#ifndef PYTHON_BINDINGS_VECTORTRANSFORMOPS
#define PYTHON_BINDINGS_VECTORTRANSFORMOPS
include "mlir/Dialect/Vector/TransformOps/VectorTransformOps.td"
#endif // PYTHON_BINDINGS_VECTORTRANSFORMOPS