CIRCT 22.0.0git
Loading...
Searching...
No Matches
PipelineModule.cpp
Go to the documentation of this file.
1//===- PipelineModule.cpp - Pipeline API nanobind module ------------------===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8
9#include "CIRCTModules.h"
10#include <nanobind/nanobind.h>
11
12namespace nb = nanobind;
13
15 m.doc() = "Pipeline dialect Python native extension";
16}
void populateDialectPipelineSubmodule(nanobind::module_ &m)