Skip to content

Commit f91e58d

Browse files
committed
fixup
1 parent 1b31756 commit f91e58d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

python/compiler/pkt2mlir.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)