Skip to content

Commit 312f59c

Browse files
Conditionally remove handler::processArg from ABI.
1 parent 3a194f0 commit 312f59c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sycl/include/sycl/handler.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,10 @@ class __SYCL_EXPORT handler {
495495
/// Extracts and prepares kernel arguments set via set_arg(s).
496496
void extractArgsAndReqs();
497497

498+
#if defined(__INTEL_PREVIEW_BREAKING_CHANGES)
499+
// TODO: processArg need not to be public
500+
__SYCL_DLL_LOCAL
501+
#endif
498502
void processArg(void *Ptr, const detail::kernel_param_kind_t &Kind,
499503
const int Size, const size_t Index, size_t &IndexShift,
500504
bool IsKernelCreatedFromSource, bool IsESIMD);

0 commit comments

Comments
 (0)