Skip to content

Commit

Permalink
[NPU] Adjust wording to avoid confusion when running benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
valir committed Nov 11, 2024
1 parent 539a2ac commit 1adf80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/intel_npu/src/backend/src/zero_profiling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ void ProfilingQuery::getProfilingProperties(ze_device_profiling_data_properties_

void ProfilingQuery::verifyProfilingProperties() const {
if (!_handle) {
OPENVINO_THROW("Can't get profiling statistics because profiling is disabled.");
OPENVINO_THROW("No available profiling data.");
}
const auto stringifyVersion = [](auto version) -> std::string {
return std::to_string(ZE_MAJOR_VERSION(version)) + "." + std::to_string(ZE_MINOR_VERSION(version));
Expand Down

0 comments on commit 1adf80d

Please sign in to comment.