-
Notifications
You must be signed in to change notification settings - Fork 30
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
Direct Driver HAL #816
Merged
Merged
Direct Driver HAL #816
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
22ada20
[WIP] XRT-LITE HAL
makslevental 5a17ba0
add linux kmq shim (doesn't build)
makslevental be04318
compiles
makslevental 488b3d2
start from scratch
makslevental b972a98
bring shim back in-tree
makslevental 12a9844
impl allocator
makslevental b953f91
buffer impl
makslevental d1072ee
executable acche impl
makslevental 89a4a01
command buffer
makslevental f66ed50
e2e
makslevental 1494af7
hack tests for xrt-lite
makslevental f34f5b2
remove xclbin (and XRT) dep
makslevental d9c83cc
removed non-load-bearing vtable functions
makslevental ec92dfb
put shim_debug behind define
makslevental 63e917d
parameterize tests with device-hal
makslevental 9310e77
make xrt-lite default
makslevental 01787d8
remove null comments
makslevental a5e6785
refactor device.cc
makslevental 8aaa1d2
fix iree-benchmark
makslevental 976c418
undo OO
makslevental df0e66b
address comments
makslevental 0045d4f
add missing trace zones
makslevental 7356f7a
remove smart pointers
makslevental dc3d7b9
remove unnecessary sync to device
makslevental 57e0f2c
undo reinterpret_cast
makslevental e27d2c0
remove exceptions
makslevental 8bed954
parameterize n_rows, n_cols
makslevental 1a3efc4
incorporate comments
makslevental 514db1d
make xrt_lite_n_core_rows, xrt_lite_n_core_cols required
makslevental a224bcc
really make xrt-lite default and test building in "cleanroom"
makslevental db3cc6b
add iree-benchmark-module test
makslevental 8974d20
remove WERROR hack and add `run_all_runtime_tests.sh`
makslevental 05ddaec
Delete .github/workflows/ci-linux-cleanroom.yml
makslevental 66db9ce
Update compiler/plugins/target/AMD-AIE/iree-amd-aie/Target/AIETarget.h
makslevental 93a7ba5
Apply suggestions from code review
makslevental File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Validating CODEOWNERS rules …
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
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
look ma no XRT