Skip to content

Commit add2315

Browse files
committed
up
Signed-off-by: Chen, Sheng S <sheng.s.chen@intel.com>
1 parent 7feb175 commit add2315

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

clang/runtime/dpct-rt/include/dpct/ze_utils.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
//
88
//===----------------------------------------------------------------------===//
99

10-
#ifndef __ZE_UTILS_HPP__
11-
#define __ZE_UTILS_HPP__
10+
#ifndef __DPCT_ZE_UTILS_HPP__
11+
#define __DPCT_ZE_UTILS_HPP__
1212

1313
#ifdef ONEAPI_BACKEND_LEVEL_ZERO_EXT
1414
#if defined(__linux__)
@@ -82,4 +82,4 @@ inline ze_result_t open_mem_ipc_handle(ipc_mem_handle_ext_t ext_handle,
8282
#endif // __linux__
8383
#endif // ONEAPI_BACKEND_LEVEL_ZERO_EXT
8484

85-
#endif // ! __ZE_UTILS_HPP__
85+
#endif // ! __DPCT_ZE_UTILS_HPP__

0 commit comments

Comments
 (0)