openvino
openvino copied to clipboard
[GPU] adding a new convolution_gpu_bfyx_os_iyx_osv32 kernel
Details:
- In dynamic models, only the
convolution_gpu_bfyx_os_iyx_osv16kernel has been used, which was one of the reasons for the performance gap between the static and dynamic models. - This PR adds a new
convolution_gpu_bfyx_os_iyx_osv32kernel for better performance of dynamic models.
Tickets:
- 134700