Skip to content

Commit

Permalink
Fixed from bad rebase.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Woloszyn <[email protected]>
  • Loading branch information
AWoloszyn committed Nov 4, 2024
1 parent 5c98dae commit 3fe45ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions runtime/src/iree/hal/utils/deferred_command_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,9 @@ iree_hal_deferred_command_buffer_cast(iree_hal_command_buffer_t* base_value) {

IREE_API_EXPORT iree_status_t iree_hal_deferred_command_buffer_create(
iree_hal_allocator_t* device_allocator, iree_hal_command_buffer_mode_t mode,
iree_hal_queue_affinity_t queue_affinity,
iree_hal_command_category_t command_categories,
iree_host_size_t binding_capacity, iree_arena_block_pool_t* block_pool,
iree_allocator_t host_allocator,
iree_hal_queue_affinity_t queue_affinity, iree_host_size_t binding_capacity,
iree_arena_block_pool_t* block_pool, iree_allocator_t host_allocator,
iree_hal_command_buffer_t** out_command_buffer) {
IREE_ASSERT_ARGUMENT(block_pool);
IREE_ASSERT_ARGUMENT(out_command_buffer);
Expand Down

0 comments on commit 3fe45ae

Please sign in to comment.