DPCT1080#
Message#
Variadic functions cannot be called in a SYCL kernel or by functions called by the kernel. You may need to adjust the code.
Detailed Help#
SYCL* device functions can’t call variadic functions.
Suggestions to Fix#
Rewrite code manually by using non-variadic functions.