[AIMIGRAPHX-885] Clean up pad/slice Copies to use external stream and cleanup memory alloc/dealloc #233
GitHub Actions / cpplint
completed
Apr 10, 2026 in 1s
reviewdog [cpplint] report
reported by reviewdog 🐶
Findings (1)
onnxruntime/core/providers/migraphx/gpu_data_transfer.cc|121| Add #include for make_unique<> [build/include_what_you_use] [4]
Filtered Findings (0)
Annotations
Check notice on line 121 in onnxruntime/core/providers/migraphx/gpu_data_transfer.cc
github-actions / cpplint
[cpplint] onnxruntime/core/providers/migraphx/gpu_data_transfer.cc#L121
Add #include <memory> for make_unique<> [build/include_what_you_use] [4]
Raw output
onnxruntime/core/providers/migraphx/gpu_data_transfer.cc:121: Add #include <memory> for make_unique<> [build/include_what_you_use] [4]
Loading