onnxruntime/include/onnxruntime/core
Adrian Lizarraga 8d9d751179
[QNN EP] Expose device-level session options (#19212)
### Description
- Adds the following session options to configure the device:
- `soc_model`: The SoC model number. Refer to the QNN SDK documentation
for valid values. Defaults to "0" (unknown).
- `htp_arch`: The minimum HTP architecture the driver will use to select
compatible QNN operators.
- `device_id`: The ID of the device to use when setting 'htp_arch'.
Defaults to "0" (for single device).

### Motivation and Context
Allow more configuration.
2024-01-22 12:47:42 -08:00
..
common ORT ETW dynamic logging that improves ORT diagnosability & performance (#18882) 2024-01-11 12:43:27 -08:00
eager Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
framework Fix issue that the generated context cache model inputs/outputs order is not guaranteed (#19195) 2024-01-19 15:16:17 -08:00
graph Allow layer-wise recompute (#18566) 2023-12-12 08:44:05 +08:00
optimizer fix compilation error in no absl build (#15769) 2023-05-02 08:20:49 -07:00
platform Bump linter versions (#18341) 2023-11-08 13:04:40 -08:00
providers [TensorRT EP] Enhance EP context configs in session options and provider options (#19154) 2024-01-21 10:51:58 -08:00
session [QNN EP] Expose device-level session options (#19212) 2024-01-22 12:47:42 -08:00