Skip to content

Commit

Permalink
Adapt to iree_io_parse_file_index API change.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Dec 20, 2024
1 parent 60ff8ba commit 8f49804
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shortfin/src/shortfin/local/program.cc
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,8 @@ void StaticProgramParameters::Load(std::filesystem::path file_path,

// Parse.
SHORTFIN_THROW_IF_ERROR(iree_io_parse_file_index(
to_iree_string_view(options.format), file_handle.get(), index_.get()));
to_iree_string_view(options.format), file_handle.get(), index_.get(),
host_allocator_));
}

// -------------------------------------------------------------------------- //
Expand Down

0 comments on commit 8f49804

Please sign in to comment.