Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a pass to chain DMA BDs #931

Closed
wants to merge 14 commits into from
Prev Previous commit
Next Next commit
merge main
  • Loading branch information
Yu-Zhewen committed Nov 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 3d850db7899d9f9891ff1223ad2dac9d602c87be
14 changes: 0 additions & 14 deletions build_tools/ci/cpu_comparison/run.py
Original file line number Diff line number Diff line change
@@ -1374,20 +1374,6 @@ def all_tests(
default="All",
)

parser.add_argument(
"--additional-aie-compilation-flags",
type=str,
help=dedent(
"""
Additional flags to pass to the AIE compiler, for all tests.
Example, do print the IR between passes during compilation you might have:
--additional-aie-compilation-flags="--mlir-print-ir-before-all --mlir-print-ir-module-scope
--aie2xclbin-print-ir-before-all --aie2xclbin-print-ir-module-scope"
"""
),
default="",
)

parser.add_argument(
"--device-hal",
default="xrt-lite",
You are viewing a condensed version of this merge commit. You can view the full changes here.