Fix outputs and Handle parallel loading and warmup of cached and uncached models#243
Merged
TedThemistokleous merged 14 commits intoJul 1, 2026
Merged
GitHub Actions / cpplint
completed
Jun 25, 2026 in 0s
reviewdog [cpplint] report
reported by reviewdog 🐶
Findings (1)
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc|1435| Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
Filtered Findings (0)
Annotations
Check notice on line 1435 in onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc
github-actions / cpplint
[cpplint] onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc#L1435
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
Raw output
onnxruntime/core/providers/migraphx/migraphx_execution_provider.cc:1435: Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
Loading