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

Matmul cascade #1465

Merged
merged 15 commits into from
May 30, 2024
Merged

Matmul cascade #1465

merged 15 commits into from
May 30, 2024

Conversation

Yu-Zhewen
Copy link
Contributor

a simple cascade example to distribute K dimension on multiple compute tiles

@Yu-Zhewen Yu-Zhewen marked this pull request as ready for review May 8, 2024 21:25
// RUN: %python aiecc.py --xchesscc --xbridge --no-aiesim --aie-generate-cdo --aie-generate-npu --no-compile-host --xclbin-name=aie2_cascade.xclbin --npu-insts-name=insts2_cascade.txt %S/aie_cascadex4.mlir
// RUN: g++-13 %S/test.cpp -o test.exe -std=c++23 -Wall %xrt_flags -lrt -lstdc++ -lboost_program_options -lboost_filesystem
// RUN: %run_on_npu ./test.exe -x aie2_cascade.xclbin -k MLIR_AIE -i insts2_cascade.txt --trace_sz 32768 | FileCheck %s
// CHECK: PASS!
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpicking: EoF.

return
}
} {sym_name = "segment_0"}
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpicking: EoF.

Copy link
Collaborator

@erwei-xilinx erwei-xilinx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@erwei-xilinx erwei-xilinx added this pull request to the merge queue May 30, 2024
Merged via the queue into Xilinx:main with commit cba576a May 30, 2024
51 checks passed
singagan pushed a commit that referenced this pull request Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants