Commits


Changming Sun authored and GitHub committed 9b75be3d3e7
Fix a warning in pool.cc (#8168) The warning is: "Potential comparison of a constant with another constant. at D:\a_work\1\s\onnxruntime\core\providers\cuda\nn\pool.cc@167,21". It was found by VS static code analyzer in our CUDA EP.