Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite38fc46

Browse files
committed
install pkt2mlir
1 parent0ebbaa6 commite38fc46

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎python/CMakeLists.txt‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ declare_mlir_python_sources(AIEPythonSources.Compiler
110110
SOURCES_GLOB
111111
compiler/aiecc/*.py
112112
compiler/txn2mlir/*.py
113+
compiler/pkt2mlir/*.py
113114
)
114115

115116
if (AIE_ENABLE_XRT_PYTHON_BINDINGS)
@@ -424,8 +425,9 @@ add_custom_command(
424425
COMMAND${CMAKE_COMMAND} -E copy
425426
${CMAKE_CURRENT_SOURCE_DIR}/compiler/aiecc.py
426427
${CMAKE_CURRENT_SOURCE_DIR}/compiler/txn2mlir.py
428+
${CMAKE_CURRENT_SOURCE_DIR}/compiler/pkt2mlir.py
427429
${CMAKE_BINARY_DIR}/bin
428430
)
429431
# during install
430-
install(PROGRAMS compiler/aiecc.py compiler/txn2mlir.pyDESTINATION bin)
432+
install(PROGRAMS compiler/aiecc.py compiler/txn2mlir.pycompiler/pkt2mlir.pyDESTINATION bin)
431433

‎python/compiler/pkt2mlir.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# See https://llvm.org/LICENSE.txt for license information.
55
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
#
7-
# Copyright (C)2024-2025, Advanced Micro Devices, Inc. All rights reserved.
7+
# Copyright (C) 2025, Advanced Micro Devices, Inc. All rights reserved.
88

99
fromaie.compiler.pkt2mlir.mainimportmain
1010

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp