Skip to content

Commit 3e32ea1

Browse files
jgmelberclaude
andcommitted
Fix Python formatting for CI (black)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c97ce07 commit 3e32ea1

8 files changed

Lines changed: 2 additions & 6 deletions

File tree

programming_examples/basic/matrix_multiplication/single_core/single_core_iron.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
from aie.iron.controlflow import range_
1414
from aie.helpers.taplib import TensorAccessSequence, TensorTiler2D
1515

16-
1716
microkernel_mac_dim_map = {
1817
"npu": {
1918
"bf16": (4, 8, 4),

programming_examples/basic/matrix_multiplication/whole_array/whole_array_iron.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
from aie.iron.controlflow import range_
1414
from aie.helpers.taplib import TensorAccessSequence, TensorTiler2D
1515

16-
1716
microkernel_mac_dim_map = {
1817
"npu": {
1918
"bf16": (4, 8, 4),

programming_examples/basic/passthrough_pykernel/passthrough_pykernel_placed.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
from aie.helpers.dialects.func import func
1515
from aie.iron.controlflow import range_
1616

17-
1817
dev = AIEDevice.npu1_1col
1918

2019
if len(sys.argv) > 2:

programming_examples/basic/vector_reduce_add/vector_reduce_add.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
from aie.iron.placers import SequentialPlacer
1313
from aie.iron.device import NPU1Col1, NPU2Col1
1414

15-
1615
if len(sys.argv) > 2:
1716
if sys.argv[1] == "npu":
1817
dev = NPU1Col1()

python/utils/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* Calls create_default_argparser and returns the parsed results
1616
* Useful if you don't need additional custom args
1717
"""
18+
1819
import argparse
1920
from aie.utils import TraceConfig, NPUKernel
2021

python/utils/trace/events/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- aie2: AIE2/AIEML architecture events
1212
- aie2p: AIE2P architecture events
1313
"""
14+
1415
from enum import IntEnum
1516
import typing
1617

test/npu-xrt/sync_task_complete_token/aie2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
from aie.dialects.aiex import *
1919
from aie.iron.controlflow import range_
2020

21-
2221
dtype = T.i32
2322
output_sz = 16
2423

test/npu-xrt/sync_task_complete_token_bd_chaining/aie2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
from aie.dialects.aiex import *
1919
from aie.iron.controlflow import range_
2020

21-
2221
dtype = T.i32
2322
output_sz = 16
2423

0 commit comments

Comments
 (0)