forked from iree-org/iree
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating HAL/VM ABI to support indirect bindings (COMPATIBILITY BREAK…
…ING). (iree-org#17951) This bumps the HAL module version to 0.3 and makes a few changes required to support reusable/indirect command buffers. This is the first breaking change in the HAL ABI in 2024 and hopefully the only one required this year! Summary of changes: * `hal.command_buffer.create` now takes a set of allowed queue affinities to match `iree_hal_command_buffer_create` * `hal.command_buffer.update_buffer` was added and maps to `iree_hal_command_buffer_update_buffer` * `hal.command_buffer.fill_buffer`, `hal.command_buffer.copy_buffer`, `hal.command_buffer.collective`, and `hal.command_buffer.dispatch.indirect` were updated to take binding table slots in addition to buffer pointers Progress on iree-org#17875.
- Loading branch information
Showing
40 changed files
with
985 additions
and
352 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
Oops, something went wrong.