onnxruntime
bb1af718 - fix build failures due to recent change(858040fa) in CUDA EP (#5736)

Commit
5 years ago
fix build failures due to recent change(858040fa) in CUDA EP (#5736) Some part of code for reduction kernels has been changed in 858040fa, which cause failures in rocm build since ROCm EP shares some code with CUDA EP. This PR is to quick fix this failure by not sharing two files for now to unblock CI enabling on ROCm EP. Another PR for leveraging 858040fa for ROCm EP will be done later.
Author
Parents
Loading