-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e966c9
commit f63754e
Showing
7 changed files
with
423 additions
and
1 deletion.
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
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 @@ | ||
# Copyright 2024 The IREE Authors | ||
# | ||
# Licensed under the Apache License v2.0 with LLVM Exceptions. | ||
# See https://llvm.org/LICENSE.txt for license information. | ||
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | ||
|
||
find_package(hsa-runtime64 REQUIRED) | ||
add_executable(aie_hsa_dispatch_test aie_hsa_dispatch_test.cc) | ||
target_link_libraries(aie_hsa_dispatch_test PUBLIC hsa-runtime64::hsa-runtime64) |
Binary file not shown.
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,68 @@ | ||
06030100 | ||
00000105 | ||
00000007 | ||
00000110 | ||
00000001 | ||
00000000 | ||
0001D000 | ||
00000030 | ||
00000400 | ||
00000000 | ||
00000000 | ||
00000000 | ||
80000000 | ||
00000000 | ||
00000000 | ||
02000000 | ||
00000081 | ||
00000030 | ||
00000000 | ||
00000000 | ||
00000000 | ||
00000000 | ||
0001D004 | ||
00000000 | ||
00000001 | ||
00000000 | ||
00000000 | ||
00000000 | ||
00000000 | ||
00000000 | ||
0001D204 | ||
00000000 | ||
80000000 | ||
00000018 | ||
00000001 | ||
00000000 | ||
0001D020 | ||
00000030 | ||
00000400 | ||
00000000 | ||
00000000 | ||
00000000 | ||
80000000 | ||
00000000 | ||
00000000 | ||
02000000 | ||
00000081 | ||
00000030 | ||
00000000 | ||
00000000 | ||
00000000 | ||
00000000 | ||
0001D024 | ||
00000000 | ||
00000000 | ||
00000000 | ||
00000000 | ||
00000000 | ||
00000000 | ||
00000000 | ||
0001D214 | ||
00000000 | ||
00000001 | ||
00000018 | ||
00000080 | ||
00000010 | ||
00000000 | ||
00010100 |
Oops, something went wrong.