Closed dkurt closed 1 year ago
@vladimir-paramuzov @p-durandin please, take a look
Hi @dkurt, could you please provide clinfo
application logs to help us identify your OpenCL driver version and GPU model?
@sshlyapn,
@dkurt thank you!
There was a bug in FC kernel, so I prepared a fix for this issue
Please note, that by default GPU Plugin uses EXECUTION_MODE_HINT = PERFORMANCE, so all calculations are performed in FP16 precision for this model, which may affect final results as well (you can override this property with ACCURACY value if needed)
OpenVINO Version
2023.1.0.dev20230811 (pip)
Operating System
Ubuntu 20.04 (LTS)
Device used for inference
GPU
Framework
None
Model used
No response
Issue description
Can be reproduced with nGraph C++ api also. Below is a PyTorch reproducer for reference. The error around
0.015
is ok but for batch size 16 it's absolutely incorrect (5.251
comparing to PyTorch).Step-by-step reproduction
Relevant log output