Skip to content

Commit

Permalink
Fixing edge build error
Browse files Browse the repository at this point in the history
Signed-off-by: Akshay Tondak <[email protected]>
  • Loading branch information
aktondak committed Jan 27, 2025
1 parent 362d07b commit 31a5747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime_src/core/edge/user/device_linux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ struct xrt_smi_config
const auto xrt_smi_config_type = std::any_cast<xrt_core::query::xrt_smi_config::type>(reqType);
switch (xrt_smi_config_type) {
case xrt_core::query::xrt_smi_config::type::options_config:
xrt_smi_config = shim_edge::get_smi_config();
xrt_smi_config = shim_edge::smi::get_smi_config();
break;
default:
throw xrt_core::query::no_such_key(key, "Not implemented");
Expand Down

0 comments on commit 31a5747

Please sign in to comment.