You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build/eps.md
+12-27Lines changed: 12 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -291,19 +291,20 @@ See more information on the OpenVINO™ Execution Provider [here](../execution-p
291
291
### Prerequisites
292
292
{: .no_toc }
293
293
294
-
1. Install the OpenVINO™ offline/online installer from Intel<sup>®</sup> Distribution of OpenVINO™<sup>TM</sup> Toolkit **Release 2024.3**for the appropriate OS and target hardware:
294
+
1. Install the OpenVINO™ offline/online installer from Intel<sup>®</sup> Distribution of OpenVINO™<sup>TM</sup> Toolkit **Release 2025.3**for the appropriate OS and target hardware:
Follow [documentation](https://docs.openvino.ai/2025/index.html) for detailed instructions.
299
+
300
+
*2025.3 is the current recommended OpenVINO™ version. [OpenVINO™ 2025.0](https://docs.openvino.ai/2025/index.html) is minimal OpenVINO™ version requirement.*
299
301
300
-
*2025.3 is the current recommended OpenVINO™ version. [OpenVINO™ 2025.0](https://docs.openvino.ai/2025/index.html) is minimal OpenVINO™ version requirement.*
302
+
2. Install CMake 3.28 or higher. Download from the [official CMake website](https://cmake.org/download/).
301
303
302
-
2. Configure the target hardware with specific follow on instructions:
304
+
3. Configure the target hardware with specific follow on instructions:
303
305
* To configure Intel<sup>®</sup> Processor Graphics(GPU) please follow these instructions: [Windows](https://docs.openvino.ai/2025/get-started/install-openvino/configurations/configurations-intel-gpu.html#windows), [Linux](https://docs.openvino.ai/2025/get-started/install-openvino/configurations/configurations-intel-gpu.html#linux)
304
306
305
-
306
-
3. Initialize the OpenVINO™ environment by running the setupvars script as shown below. This is a required step:
307
+
4. Initialize the OpenVINO™ environment by running the setupvars script as shown below. This is a required step:
307
308
* For Windows:
308
309
```
309
310
C:\<openvino_install_directory>\setupvars.bat
@@ -320,15 +321,15 @@ See more information on the OpenVINO™ Execution Provider [here](../execution-p
*Note: The default Windows CMake Generator is Visual Studio 2019, but you can also use the newer Visual Studio 2022 by passing `--cmake_generator "Visual Studio 17 2022"` to `.\build.bat`*
The DEVICE_TYPE can be any of these devices from this list ['CPU','GPU', 'NPU']
355
-
356
-
A minimum of two device's should be specified for a valid HETERO or MULTI or AUTO device build.
357
-
358
-
```
359
-
Example's: HETERO:GPU,CPU or AUTO:GPU,CPU or MULTI:GPU,CPU
360
-
```
361
349
362
350
#### Disable subgraph partition Feature
363
-
* Builds the OpenVINO™ Execution Provider in ONNX Runtime with sub graph partitioning disabled.
364
-
365
-
* With this option enabled. Fully supported models run on OpenVINO Execution Provider else they completely fall back to default CPU EP.
351
+
* Builds the OpenVINO™ Execution Provider in ONNX Runtime with graph partitioning disabled, which will run fully supported models on OpenVINO Execution Provider else they completely fall back to default CPU EP,
366
352
367
353
* To enable this feature during build time. Use `--use_openvino ` `<hardware_option>_NO_PARTITION`
368
354
369
355
```
370
-
Usage: --use_openvino CPU_NO_PARTITION or --use_openvino GPU_NO_PARTITION or
371
-
--use_openvino GPU_NO_PARTITION
356
+
Usage: --use_openvino CPU_NO_PARTITION or --use_openvino GPU_NO_PARTITION or --use_openvino NPU_NO_PARTITION
372
357
```
373
358
374
-
For more information on OpenVINO™ Execution Provider's ONNX Layer support, Topology support, and Intel hardware enabled, please refer to the document [OpenVINO™-ExecutionProvider](../execution-providers/OpenVINO-ExecutionProvider.md)
359
+
For more information on OpenVINO™ Execution Provider's ONNX Layer support, Topology support, and Intel hardware enabled, please refer to the document [OpenVINO™-ExecutionProvider](../execution-providers/OpenVINO-ExecutionProvider.md#support-coverage)
0 commit comments