File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
conformance_tests/tools/metrics/src Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ using zetMetricsEnableDisableQueryTest = zetMetricsEnableDisableTest;
319
319
320
320
LZT_TEST_F (
321
321
zetMetricsEnableDisableQueryTest,
322
- GivenMetricsDisabledByEnvironmentWhenMetricsRuntimeAlsoEnabledThenMetricQuerySucceeds ) {
322
+ GivenMetricsDisabledByEnvironmentWhenMetricsRuntimeEnabledThenMetricQuerySucceeds ) {
323
323
324
324
for (auto device : devices) {
325
325
lzt::enable_metrics_runtime (device);
@@ -406,9 +406,10 @@ LZT_TEST_F(
406
406
407
407
LZT_TEST_F (
408
408
zetMetricsEnableDisableQueryTest,
409
- GivenMetricsDisabledByEnvironmentWhenMetricsRuntimeAlsoEnabledThenRuntimeDisableFailsUntilMetricGroupIsDeactivated ) {
409
+ GivenMetricsDisabledByEnvironmentWhenMetricsRuntimeEnabledThenRuntimeDisableFailsUntilMetricGroupIsDeactivated ) {
410
410
411
411
for (auto device : devices) {
412
+ lzt::enable_metrics_runtime (device);
412
413
ze_device_properties_t deviceProperties = {
413
414
ZE_STRUCTURE_TYPE_DEVICE_PROPERTIES, nullptr };
414
415
zeDeviceGetProperties (device, &deviceProperties);
You can’t perform that action at this time.
0 commit comments