-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(vck5000 AIE): check in AIE VecAdd benchmark
- Loading branch information
1 parent
a8ddd01
commit 9deeeb2
Showing
343 changed files
with
3,512 additions
and
167,591 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
WORK_DIR=work.out | ||
|
||
tapa compile \ | ||
--top bandwidth4 \ | ||
--part-num xcu55c-fsvh2892-2L-e \ | ||
--clock-period 3.33 \ | ||
-o ${WORK_DIR}/bandwidth4.xo \ | ||
-f src/bandwidth4.cpp \ | ||
2>&1 | tee tapa.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
WORK_DIR=work.out | ||
|
||
tapa compile \ | ||
--top data_decoding \ | ||
--top bandwidth52 \ | ||
--part-num xcu55c-fsvh2892-2L-e \ | ||
--clock-period 3.33 \ | ||
-o ${WORK_DIR}/data_decoding.xo \ | ||
-f src/data_decoder.cpp \ | ||
-o ${WORK_DIR}/bandwidth52.xo \ | ||
-f src/bandwidth52.cpp \ | ||
2>&1 | tee tapa.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.