openvinotoolkit/openvino

[Good First Issue]: Support LOG_LEVEL property in GPU plugin

Open

#24,241 建立於 2024年4月25日

在 GitHub 查看
 (20 留言) (0 反應) (1 負責人)C++ (3,229 fork)auto 404
category: GPUgood first issueno_stale

倉庫指標

Star
 (10,286 star)
PR 合併指標
 (平均合併 14天 3小時) (30 天內合併 305 個 PR)

描述

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

Contact points

sshlyapn, p-durandin

Ticket

https://jira.devtools.intel.com/browse/CVS-111982

貢獻者指南