mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-03 03:58:54 +00:00
* Check whether nvcc supports -Wstrict-aliasing before adding the compiler flag in CMakeList.txt. * Removed reinterpret_cast to not cause strict aliasing violation errors or require -Wno-strict-aliasing when it is not available. |
||
|---|---|---|
| .. | ||
| common | ||
| eager | ||
| framework | ||
| graph | ||
| optimizer | ||
| platform | ||
| providers | ||
| session | ||