From 3fe45ae6364c1afa4205581174cb1a52788f42e6 Mon Sep 17 00:00:00 2001 From: Andrew Woloszyn Date: Mon, 4 Nov 2024 11:27:27 -0500 Subject: [PATCH] Fixed from bad rebase. Signed-off-by: Andrew Woloszyn --- runtime/src/iree/hal/utils/deferred_command_buffer.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/runtime/src/iree/hal/utils/deferred_command_buffer.c b/runtime/src/iree/hal/utils/deferred_command_buffer.c index 8a69764a4e990..743c2cbaea083 100644 --- a/runtime/src/iree/hal/utils/deferred_command_buffer.c +++ b/runtime/src/iree/hal/utils/deferred_command_buffer.c @@ -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);