fix: correct OrtMIGraphXProviderOptions def, closes #509

This commit is contained in:
Carson M.
2026-01-08 13:58:44 -06:00
parent a873610ec2
commit c52bd2ae8b
2 changed files with 43 additions and 5 deletions

View File

@@ -539,7 +539,9 @@ pub struct OrtMIGraphXProviderOptions {
pub migraphx_save_model_path: *const core::ffi::c_char,
pub migraphx_load_compiled_model: core::ffi::c_int,
pub migraphx_load_model_path: *const core::ffi::c_char,
pub migraphx_exhaustive_tune: bool
pub migraphx_exhaustive_tune: bool,
pub migraphx_mem_limit: usize,
pub migraphx_arena_extend_strategy: core::ffi::c_int
}
#[doc = " \\brief OpenVINO Provider Options\n\n \\see OrtApi::SessionOptionsAppendExecutionProvider_OpenVINO"]
#[repr(C)]