Oleksii Zaderykhin
Oleksii Zaderykhin
The convert node was extended to support the conversion from Precision::BIN precision. The issue with FakeQuantize-1 conformance tests failures is related to the convert node. In the case of binarization,...
The RegistersPool class was implemented. It is helpful for managing registers while developing jit kernels. This is done as the first part of the Gather JIT kernel improvement to cover...
The Short/Long, Blocked/Elementwise, 8bit/16bit/32bit, StaticShapes/DynamicShapes cases were too coupled. The same registers were used for different cases. Now, these cases were split and the registers pool was used. This is...