[AIMIGRAPHX-885] Clean up pad/slice Copies to use external stream and cleanup memory alloc/dealloc #233
GitHub Actions / misspell
completed
Apr 10, 2026 in 0s
reviewdog [misspell] report
reported by reviewdog 🐶
Findings (2)
onnxruntime/core/providers/migraphx/gpu_data_transfer.h|40 col 17| "minimise" is a misspelling of "minimize"
onnxruntime/core/providers/migraphx/gpu_data_transfer.cc|61 col 47| "serialisation" is a misspelling of "serialization"
Filtered Findings (0)
Annotations
Check notice on line 40 in onnxruntime/core/providers/migraphx/gpu_data_transfer.h
github-actions / misspell
[misspell] onnxruntime/core/providers/migraphx/gpu_data_transfer.h#L40
"minimise" is a misspelling of "minimize"
Raw output
./onnxruntime/core/providers/migraphx/gpu_data_transfer.h:40:17: "minimise" is a misspelling of "minimize"
Check notice on line 61 in onnxruntime/core/providers/migraphx/gpu_data_transfer.cc
github-actions / misspell
[misspell] onnxruntime/core/providers/migraphx/gpu_data_transfer.cc#L61
"serialisation" is a misspelling of "serialization"
Raw output
./onnxruntime/core/providers/migraphx/gpu_data_transfer.cc:61:47: "serialisation" is a misspelling of "serialization"
Loading