Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental committed Dec 20, 2023
1 parent 9b57603 commit 581f14e
Show file tree
Hide file tree
Showing 6 changed files with 333 additions and 319 deletions.
1 change: 1 addition & 0 deletions .github/workflows/buildAndTestRyzenAI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ defaults:

concurrency:
group: ci-build-test-ryzenai
cancel-in-progress: false

env:
DEBIAN_FRONTEND: noninteractive
Expand Down
2 changes: 0 additions & 2 deletions python/dialects/aiex.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# Comes from _aie
register_dialect(get_dialect_registry())

ipu_sync = partial(ipu_sync, column_num=1, row_num=1)


class IpuDmaMemcpyNd(IpuDmaMemcpyNdOp):
"""Specialize IpuDmaMemcpyNdOp class constructor to take python integers"""
Expand Down
Loading

0 comments on commit 581f14e

Please sign in to comment.