mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-19 19:00:47 +00:00
Updated OpenVINO EP docx w.r.t v3.4 Release (#9858)
Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>
This commit is contained in:
parent
2465a747c3
commit
85b00dfda3
1 changed files with 2 additions and 1 deletions
|
|
@ -26,6 +26,7 @@ Pre-built packages and Docker images are published for ONNX Runtime with OpenVI
|
|||
|
||||
|ONNX Runtime|OpenVINO|Notes|
|
||||
|---|---|---|
|
||||
|1.10.0|2021.4.2|[Details](https://github.com/intel/onnxruntime/releases/tag/v3.4)|
|
||||
|1.9.0|2021.4.1|[Details](https://github.com/intel/onnxruntime/releases/tag/v3.1)|
|
||||
|1.8.1|2021.4|[Details](https://github.com/intel/onnxruntime/releases/tag/v3.0)|
|
||||
|1.8.0|2021.3|[Details](https://github.com/intel/onnxruntime/releases/tag/2021.3)|
|
||||
|
|
@ -157,7 +158,7 @@ OrtOpenVINOProviderOptions options;
|
|||
options.context = (void *) _context.get() ;
|
||||
.....
|
||||
//Define the Memory area
|
||||
Ort::MemoryInfo info_gpu("IGPU", OrtAllocatorType::OrtDeviceAllocator, 0, OrtMemTypeDefault);
|
||||
Ort::MemoryInfo info_gpu("OpenVINO_GPU", OrtAllocatorType::OrtDeviceAllocator, 0, OrtMemTypeDefault);
|
||||
//Create a shared buffer , fill in with data
|
||||
cl::Buffer shared_buffer(_context, CL_MEM_READ_WRITE, imgSize, NULL, &err);
|
||||
....
|
||||
|
|
|
|||
Loading…
Reference in a new issue