Commit Graph

5 Commits

Author SHA1 Message Date
Ilya Churaev
3831a84fbd Removed redundant code from csv collector (#4225) 2021-02-09 06:39:27 +03:00
Vladislav Volkov
2ad7db7b25 Optimizations for precision conversion operations in nGraph reference implementations (#3974)
* FP16->FP32 conversion vectorization

* int8->FP16 conversion vectorization in nGraph
2021-02-08 16:21:45 +03:00
Ilya Churaev
0b60ecb2d3 Remove sea collectors (#4191)
* Removed redundant collectors

* Remove isea filter

* Remove the code from IntelSEAPI

* Removed shell=True

* remove asserts

* Refactored command line arguments
2021-02-08 15:26:48 +03:00
Ilya Churaev
939ddeac41 Moved ittapi to thirdparty (#4164) 2021-02-04 11:13:44 +03:00
Ilya Churaev
b6c289ece4 Add sea to OpenVINO (#4042)
* Add IntelSEAPI

* Fixed Windows build

* Fixed Windows

* Removed ETLRelogger

* Fixed linux compilation

* Fixed macOS build

* Small fixes

* Enabled OV codestyle

* Removed Android support

* Update license

* Fixed compilation for Windows

* Removed parse_jit function

* Fixed script for header generation

* Remove bandit hints

* Moved itt collector to thirdparty

* Try to fix hits for Windows

* Removed more hits
2021-02-03 13:13:56 +03:00