You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I met issue when integrate the cl::sycl::kernel into python.
The error log like this:
TypeError: Unable to convert function return value to a Python type! The signature was
(arg0: str, arg1: str, arg2: int, arg3: dpctl.SyclDevice) -> Tuple[int, cl::sycl::kernel, int, int]
It seems the sycl::device has been integrated successfully. But the cl::sycl::kernel is not supported.
Is there any plan to support the cl::sycl::kernel?