Skip to content

Commit 26501d2

Browse files
authored
fix: include zet_api.h in metric utils (#277)
Related-To: VLCLJ-2551 Signed-off-by: Narendra Bagria <[email protected]>
1 parent 250e4a3 commit 26501d2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

conformance_tests/tools/metrics/src/test_metric_utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* Copyright (C) 2023 Intel Corporation
3+
* Copyright (C) 2023-2025 Intel Corporation
44
*
55
* SPDX-License-Identifier: MIT
66
*

conformance_tests/tools/metrics/src/test_metric_utils.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* Copyright (C) 2023 Intel Corporation
3+
* Copyright (C) 2023-2025 Intel Corporation
44
*
55
* SPDX-License-Identifier: MIT
66
*
@@ -10,6 +10,7 @@
1010
#define TEST_METRIC_UTILS_HPP
1111

1212
#include <level_zero/ze_api.h>
13+
#include <level_zero/zet_api.h>
1314

1415
ze_kernel_handle_t get_matrix_multiplication_kernel(
1516
ze_device_handle_t device, ze_group_count_t *tg, void **a_buffer,

0 commit comments

Comments
 (0)