onnxruntime/include/onnxruntime/core
Jeff Daily c9edc01c0b
[ROCm] float16.h should use __HIP__ not USE_ROCM (#13684)
The float16.h header is shared between the CPU and ROCm EPs. The
USE_ROCM macro is defined universally, but for the float16.h header we
only wish to detect the hip-clang compiler. Otherwise, the CPU EP fails
to build because of -Werror -Wuninitialized caused by the USE_ROCM code
additions, and the CPU EP should be using a different code path.
2022-12-13 15:34:42 -08:00
..
common Enabling thread pool to be numa-aware (#13778) 2022-12-12 10:33:55 -08:00
eager support register external ep lib information (#8897) 2021-08-31 20:51:22 -07:00
framework [ROCm] float16.h should use __HIP__ not USE_ROCM (#13684) 2022-12-13 15:34:42 -08:00
graph Ignore saved runtime optimizations when updating ORT format model <v5. (#13393) 2022-11-08 13:36:46 -08:00
optimizer Pass SessionOptions to XnnpackProviderFactoryCreator. (#13318) 2022-12-10 14:23:46 +08:00
platform Improve thread pool creation failure handling. (#13313) 2022-10-15 17:57:19 -07:00
providers Fallback Pow op in layer norm to FP32 in TRT to avoid overflow (#13639) 2022-11-29 13:37:31 -08:00
session Enabling thread pool to be numa-aware (#13778) 2022-12-12 10:33:55 -08:00