Skip to content

Conversation

jhajducz
Copy link
Contributor

@jhajducz jhajducz commented Jun 10, 2020

This patch adds missing support for I64 const inputs for recently introduced batch_to_space operation.

@jhajducz jhajducz added the category: GPU OpenVINO GPU plugin label Jun 10, 2020
@jhajducz jhajducz added this to the 2021.1 milestone Jun 10, 2020
@jhajducz jhajducz requested review from a team as code owners June 10, 2020 11:49
@ilya-lavrenov
Copy link
Contributor

@jhajducz can it fix smoke_CLDNN/BatchToSpaceLayerTest.CompareWithRefs tests? Currently they fail with

2020-06-10T08:51:16.535Z] [2020-06-10 08:51:16,647] gpuFuncTests INFO: [ RUN      ] smoke_CLDNN/BatchToSpaceLayerTest.CompareWithRefs/IS=(4.1.1.1)_netPRC=FP32_BS=(1.1.2.2)_CB=(0.0.0.0)_CE=(0.0.0.0)_targetDevice=GPU_

[2020-06-10T08:51:16.822Z] [2020-06-10 08:51:16,897] gpuFuncTests INFO: bash: line 1:   904 Floating point exception(core dumped) ./gpuFuncTests --gtest_print_time=1 --gtest_output=xml:/home/jenkins/agent/workspace/private-ci/ie/ie-tests-linux-ubuntu16-gpu/b/logs/gpu_new_func/gpuFuncTests.xml

[2020-06-10T08:51:16.822Z] [2020-06-10 08:51:16,897] gpuFuncTests INFO: ========== Completed. Exit code: 136

@jhajducz
Copy link
Contributor Author

@jhajducz can it fix smoke_CLDNN/BatchToSpaceLayerTest.CompareWithRefs tests? Currently they fail with

2020-06-10T08:51:16.535Z] [2020-06-10 08:51:16,647] gpuFuncTests INFO: [ RUN      ] smoke_CLDNN/BatchToSpaceLayerTest.CompareWithRefs/IS=(4.1.1.1)_netPRC=FP32_BS=(1.1.2.2)_CB=(0.0.0.0)_CE=(0.0.0.0)_targetDevice=GPU_

[2020-06-10T08:51:16.822Z] [2020-06-10 08:51:16,897] gpuFuncTests INFO: bash: line 1:   904 Floating point exception(core dumped) ./gpuFuncTests --gtest_print_time=1 --gtest_output=xml:/home/jenkins/agent/workspace/private-ci/ie/ie-tests-linux-ubuntu16-gpu/b/logs/gpu_new_func/gpuFuncTests.xml

[2020-06-10T08:51:16.822Z] [2020-06-10 08:51:16,897] gpuFuncTests INFO: ========== Completed. Exit code: 136

Yes, this is exactly how I found it's missing.

@ilya-lavrenov ilya-lavrenov added the bug Something isn't working label Jun 10, 2020
@vladimir-paramuzov
Copy link

@ilya-lavrenov batch to space test passed on this branch, but we have fail on windows:

nightly_IEClassCommon/IEClassBasicTestP.smoke_registerPluginsXMLUnicodePath/0
[2020-06-10T13:39:26.528Z] [2020-06-10 16:39:26,444] ClDnnFunctionalTests INFO: openvino\inference-engine\tests_deprecated\functional\shared_tests\ie_class\ie_class.hpp(191): error: Failed
[2020-06-10T13:39:26.528Z] [2020-06-10 16:39:26,447] ClDnnFunctionalTests INFO: [  FAILED  ] nightly_IEClassCommon/IEClassBasicTestP.smoke_registerPluginsXMLUnicodePath/0, where GetParam() = ("clDNNPlugin", "GPU") (0 ms)

I doubt that it's connected with the changes here. @ababushk Could you have a look?

@ababushk
Copy link
Contributor

@vladimir-paramuzov it doesn't connected indeed, master is affected. I'll send you details in e-mail

@vladimir-paramuzov vladimir-paramuzov merged commit 4fbec25 into openvinotoolkit:master Jun 10, 2020
admitriev-gna pushed a commit to admitriev-gna/openvino that referenced this pull request Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working category: GPU OpenVINO GPU plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants