We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
"../helper/include/header.h"
1 parent e612cb0 commit 89b955fCopy full SHA for 89b955f
libsyclinterface/source/dpctl_sycl_program_interface.cpp
@@ -39,11 +39,13 @@
39
#include <sstream>
40
41
#ifdef DPCTL_ENABLE_LO_PROGRAM_CREATION
42
-#include "../helper/include/dpctl_dynamic_lib_helper.h"
43
-#include <zet_api.h> /* Level Zero headers */
+#include "dpctl_dynamic_lib_helper.h"
44
// Note: include ze_api.h before level_zero.hpp. Make sure clang-format does
45
// not reorder the includes.
46
-#include <CL/sycl/backend/level_zero.hpp>
+// clang-format off
+#include "ze_api.h" /* Level Zero headers */
47
+#include "sycl/ext/oneapi/backend/level_zero.hpp"
48
+// clang-format on
49
#endif
50
51
using namespace cl::sycl;
0 commit comments