blob: 679aa3bbd1fe7a9dac606e39fe5d2a1afa8eaee7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/ze_graph_ext.h
+++ b/ze_graph_ext.h
@@ -11,7 +11,7 @@
#pragma once
#endif
-#include "ze_api.h"
+#include <level_zero/ze_api.h>
#include "ze_graph_profiling_ext.h"
#ifndef ZE_GRAPH_EXT_NAME
|