Skip to content
This repository was archived by the owner on Dec 24, 2024. It is now read-only.

Adding a test which leverages cu_mask on AIE to launch 3 different kernels in a queue #26

Open
wants to merge 1 commit into
base: iree-aie
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions rocrtst/suites/aie/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ add_executable(aie_hsa_bare_add_one aie_hsa_bare_add_one.cc)
# hsa test
add_executable(aie_hsa_dispatch_test aie_hsa_dispatch_test.cc)
target_link_libraries(aie_hsa_dispatch_test PUBLIC hsa-runtime64::hsa-runtime64)

add_executable(aie_hsa_cu_mask_test aie_hsa_cu_mask_test.cc)
target_link_libraries(aie_hsa_cu_mask_test PUBLIC hsa-runtime64::hsa-runtime64)
Binary file added rocrtst/suites/aie/add_four.pdi
Binary file not shown.
52 changes: 52 additions & 0 deletions rocrtst/suites/aie/add_four_insts.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
06030001
00000101
00000008
000000D0
00000001
0001D000
0000002C
00000400
00000000
00000000
00000000
80000000
00000000
00000000
02000000
00000081
00000018
0001D004
00000001
00000000
00000000
00000003
0001D200
00000F00
00000F00
00000000
0001D204
80000000
00000001
0001D020
0000002C
00000400
00000000
00000000
00000000
80000000
00000000
00000000
02000000
00000081
00000018
0001D024
00000000
00000000
00000000
00000000
0001D214
00000001
00000080
00000010
00000000
00010100
Binary file added rocrtst/suites/aie/add_ten.pdi
Binary file not shown.
52 changes: 52 additions & 0 deletions rocrtst/suites/aie/add_ten_insts.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
06030001
00000101
00000008
000000D0
00000001
0001D000
0000002C
00000400
00000000
00000000
00000000
80000000
00000000
00000000
02000000
00000081
00000018
0001D004
00000001
00000000
00000000
00000003
0001D200
00000F00
00000F00
00000000
0001D204
80000000
00000001
0001D020
0000002C
00000400
00000000
00000000
00000000
80000000
00000000
00000000
02000000
00000081
00000018
0001D024
00000000
00000000
00000000
00000000
0001D214
00000001
00000080
00000010
00000000
00010100
Loading
Loading