Skip to content

Commit

Permalink
Fix some minor compilation issues.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Woloszyn <[email protected]>
  • Loading branch information
AWoloszyn committed Aug 15, 2024
1 parent 3eb4a66 commit 6df5803
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions runtime/src/iree/hal/drivers/hip/tracing.c
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ void iree_hal_hip_graph_tracing_zone_end_impl(
iree_status_t iree_hal_hip_tracing_context_allocate(
const iree_hal_hip_dynamic_symbols_t* symbols,
iree_string_view_t queue_name, hipStream_t stream,
iree_hal_hip_tracing_verbosity_t stream_tracing_verbosity,
iree_arena_block_pool_t* block_pool, iree_allocator_t host_allocator,
iree_hal_hip_tracing_context_t** out_context) {
*out_context = NULL;
Expand Down
2 changes: 1 addition & 1 deletion runtime/src/iree/hal/drivers/hip/tracing.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ void iree_hal_hip_graph_tracing_zone_end_impl(
context, event_list, out_node, graph, verbosity, dependency_nodes, \
dependency_nodes_count, file_name, file_name_length, line, function_name, \
function_name_length, name, name_length)
#define IREE_HIP_STREAM_TRACE_ZONE_END(context, evnet_list, stream)
#define IREE_HIP_STREAM_TRACE_ZONE_END(context, evnet_list, stream, verbosity)
#define IREE_HIP_GRAPH_TRACE_ZONE_END(context, event_list, out_node, graph, \
verbosity, dependency_nodes, \
dependency_nodes_count)
Expand Down

0 comments on commit 6df5803

Please sign in to comment.