[DeepEP] Fix cleancode issues.#591
Conversation
…rts in ops2 tiling/op_api
There was a problem hiding this comment.
Code Review
This pull request enhances robustness across multiple tiling and operator host files by adding comprehensive null pointer checks for shapes, attributes, and executors. Additionally, it addresses potential integer overflow risks by upgrading variable types (such as converting workspace and window size variables to uint64_t or size_t) and applying explicit static casts during workspace calculations. There are no review comments, so I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Fix cleancode issues.