Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions clang/runtime/dpct-rt/include/dpct/compat_service.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ namespace ns = ::syclcompat;
template <typename T> using DataType = ::syclcompat::detail::DataType<T>;
using memcpy_direction = ::syclcompat::experimental::memcpy_direction;
template <class... Args> using kernel_name = syclcompat_kernel_name<Args...>;
#ifndef __dpct_inline__
#define __dpct_inline__ __syclcompat_inline__
#endif
#endif

using ns::get_current_device;
Expand Down