[Good First Issue]: Support LOG_LEVEL property in GPU plugin
#24.241 aberto em 25 de abr. de 2024
Métricas do repositório
- Stars
- (10.286 stars)
- Métricas de merge de PR
- (Mesclagem média 14d 3h) (305 fundiu PRs em 30d)
Description
Context
All OpenVINO plugin should expose the unified API. The conformance tests intended to cover this were created. One of property, LOG_LEVEL is not supported in GPU plugin.
What needs to be done?
It is necessary to implement support of LOG_LEVEL in GPU plugin by analogue with other ones. How to test:
python openvino/src/tests/ie_test_utils/functional_test_utils/layer_tests_summary/run_conformance.py --device=GPU --gtest_filter="*ov_plugin_mandatory/OVCheckSetSupportedRWMetricsPropsTests.ChangeCorrectProperties/target_device=GPU_properties=LOG_LEVEL" --type=API
../../repos/openvino/src/tests/functional/plugin/shared/src/behavior/ov_plugin/properties_tests.cpp:350: Failure Value of: supported Actual: false Expected: true property is not supported: LOG_LEVEL
Upon implementation test should pass
Example Pull Requests
No response
Resources
- Contribution guide - start here!
- Intel DevHub Discord channel - engage in discussions, ask questions and talk to OpenVINO developers
- How to link your Pull Request to an issue
Contact points
sshlyapn, p-durandin