Skip to content

Commit b442d37

Browse files
committed
ifdef fix
1 parent f5c0d77 commit b442d37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/include/sycl/khr/free_function_commands.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace sycl {
66
inline namespace _V1 {
77

8-
//#ifdef __DPCPP_ENABLE_UNFINISHED_KHR_EXTENSIONS
8+
#ifdef __DPCPP_ENABLE_UNFINISHED_KHR_EXTENSIONS
99
namespace khr {
1010

1111
template <typename CommandGroupFunc>
@@ -538,6 +538,6 @@ inline void event_barrier(const queue &q, const std::vector<event> &events,
538538
}
539539

540540
} // namespace khr
541-
//#endif
541+
#endif
542542
} // namespace _V1
543543
} // namespace sycl

0 commit comments

Comments
 (0)