Commit Graph

21 Commits

Author SHA1 Message Date
Paul Youngsoo Ahn
ece45630f0 [GPU] Set affinity TBB using CPUStreamsExecutor (#7738) (#7738) 2021-11-03 11:50:55 +03:00
Vladimir Paramuzov
9b61698bce [GPU] Align queue type in engine with shared queue (#8144) 2021-10-22 11:56:17 +03:00
Vladimir Paramuzov
6f754052cf [GPU] Extended remote context to accept user queue (#6235)
* [GPU] extended remote context to accept user queues for each stream

* [GPU] OV2.0 API for queue sharing. Removed deviceName arg for context creation
2021-10-21 10:45:25 +03:00
Vladimir Paramuzov
55792e9a00 [GPU] Enable sub-device selection during shared context creation (#7976)
* [GPU] Enable sub-device selection during shared context creation

* [GPU] Fixed code style

* [GPU] Added default value description for target tile id

Co-authored-by: Mikhail Letavin <mikhail.letavin@intel.com>
2021-10-15 09:20:09 +03:00
Mingyu Kim
acc14c6469 [GPU] Onednn integration for reorder primitive (#7687) 2021-09-28 17:10:35 +09:00
Anton Pankratv
5e6896d03a Reverted to Remote Context (#7453) 2021-09-14 12:49:24 +03:00
Anton Pankratv
6750b8c336 Created Remote context c++ API (#7114) 2021-08-25 18:16:41 +03:00
Mikhail Letavin
f00a1f3141 [GPU] Fixes for correct MultiDevice plugin and inference request behavior (#7161) 2021-08-23 11:44:51 +03:00
Vladimir Paramuzov
29b527353a [GPU] Replace internal TBlobs with mappable ClBlobs in all InferRequests to ensure correct work on discrete GPUs (#6922)
Co-authored-by: Mikhail Letavin <mikhail.letavin@intel.com>
2021-08-04 16:53:56 +03:00
Vladimir Paramuzov
2f81968a31 [IE CLDNN] Introduced new runtime API (#5417) 2021-06-16 09:27:16 +03:00
Taylor Yeonbok Lee
b58c648d2d [IE CLDNN] Build time optimization for OCL kernels (#4725)
Build OCL kernel batches of different buckets in parallel

Co-authored-by: Donghyeon Jeong <donghyeon.jeong@intel.com>
2021-03-31 10:22:19 +03:00
Anton Pankratv
3b3d9a0989 Used IE_THROW macro (#4869)
* Added ie throw macro

* Used IE_THROW macro
2021-03-23 18:57:12 +03:00
Mikhail Letavin
c9d1700430 [IE CLDNN] Fix missing variable initializations and types (#4670) 2021-03-16 08:28:00 +03:00
Anton Pankratv
2fcf92be42 Removed IRelease Interface (#4032) 2021-03-05 12:08:01 +03:00
Elizaveta Gerashchenko
769bb77095 [IE CLDNN] ITT cldnn part (#4253) 2021-02-15 21:35:54 +03:00
Ilya Lavrenov
685bf830d5 Fixed cldnn compilation with static runtime (#4070) 2021-02-02 20:11:40 +03:00
Elizaveta Gerashchenko
d2303262a2 [IE CLDNN] Added ITT counters in the plugin (#3719) 2021-01-14 09:56:18 +03:00
Vladimir Paramuzov
6e7db6fb37 [IE CLDNN] Plugin-side kernels caching (#2871) 2020-11-05 23:44:45 +03:00
Ilya Lavrenov
a4dcfed1a9 Simplified plugin interfaces (#1745)
* Simplified plugin interface

* Allow not implemented

* Fixes

* Fixed CPU plugin tests

* Fixed tests dependencies

* Fixes

* Fixed GPU plugin compilation

* Renamed plugin

* Fixes

* Removed tests for plugin base

* Fix2

* Fix 2

* Define a macro to define plugin creation function

* Clean-up

* Fixed OSX build

* Fixed CentOS

* Fixed exception catch / throw

* Fixed clang issue

* Fixed python tests on macOsx
2020-08-14 12:11:54 +03:00
Alexey Suhov
95a57795dc Publishing 2020.2 content 2020-04-13 21:17:23 +03:00
Alexey Suhov
b2140c083a Publishing 2020.1 content 2020-02-11 22:48:49 +03:00