Skip to content

dpctl doesn't support the cl::sycl::kernel in pybind11 #943

@chengjunlu

Description

@chengjunlu

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions