onnxruntime/include/onnxruntime/core
satyajandhyala 9f1e61be92
Check whether nvcc supports -Wstrict-aliasing before adding the flag. (#7509)
* 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.
2021-05-01 00:14:50 -07:00
..
common Set CMAKE_CUDA_STANDARD to 14 because we are using std::make_unique (#7534) 2021-04-30 20:20:00 -07:00
eager kerne invoker api for eager mode (#7473) 2021-04-30 13:33:58 -07:00
framework Change onnxruntime::make_unique to std::make_unique (#7502) 2021-04-29 17:04:53 -07:00
graph Change onnxruntime::make_unique to std::make_unique (#7502) 2021-04-29 17:04:53 -07:00
optimizer Enable NHWC transformer when generating ORT format model (#7126) 2021-03-29 18:39:48 +10:00
platform Check whether nvcc supports -Wstrict-aliasing before adding the flag. (#7509) 2021-05-01 00:14:50 -07:00
providers rename cuda_mem_limit and hip_mem_limit to gpu_mem_limit for both CUDA EP and ROCm EP (#7226) 2021-04-05 09:04:04 -07:00
session Lifhuan/force trt sequential (#7440) 2021-04-28 13:59:37 -07:00