Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
lintrunner
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
wonchung-microsoft and github-actions[bot] authored Jul 23, 2025
commit a0350e7508e08e4997f80062ab4ac2f40e98cd8e
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ struct MIGraphX_Provider : Provider {
const OrtSessionOptions& session_options,
const OrtLogger& logger,
std::unique_ptr<IExecutionProvider>& ep) override {

const ConfigOptions* config_options = &session_options.GetConfigOptions();

std::array<const void*, 2> configs_array = {&provider_options, config_options};
Expand Down
Loading