We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e829203 commit 06bb94fCopy full SHA for 06bb94f
python/compiler/pkt2mlir.py
@@ -0,0 +1,12 @@
1
+#!/usr/bin/env python3
2
+#
3
+# This file is licensed 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
+# Copyright (C) 2024-2025, Advanced Micro Devices, Inc. All rights reserved.
8
+
9
+from aie.compiler.pkt2mlir.main import main
10
11
+if __name__ == "__main__":
12
+ main()
0 commit comments