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