Skip to content

Commit

Permalink
Update Utilities submodule and fix compilation with latest build of M…
Browse files Browse the repository at this point in the history
…RC (#1981)

Depends on PR nv-morpheus/MRC#511 being completed, merged, and a new conda package uploaded before testing can begin.

Fixes a small issue where MRC updated a function to be private to avoid incorrect usage of it.

Authors:
  - Michael Demoret (https://github.com/mdemoret-nv)

Approvers:
  - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah)
  - Christopher Harris (https://github.com/cwharris)

URL: #1981
  • Loading branch information
mdemoret-nv authored Oct 24, 2024
1 parent 1003ce1 commit cc78e19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ void DataLoaderModule::initialize(mrc::segment::IBuilder& builder)
return m_data_loader.load(control_message);
}));

register_input_port("input", loader_node);
register_output_port("output", loader_node);
builder.register_module_input("input", loader_node);
builder.register_module_output("output", loader_node);
}

std::string DataLoaderModule::module_type_name() const
Expand Down

0 comments on commit cc78e19

Please sign in to comment.