We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cannot reproduce the example step by step with the latest dpctl.
Here is my dpctl version: 0.11.3 And here is the headers in the dpctl:
dpctl_data_types.h dpctl_sycl_device_interface.h dpctl_sycl_event_interface.h dpctl_sycl_program_interface.h dpctl_sycl_usm_interface.h dpctl_error_handler_type.h dpctl_sycl_device_manager.h dpctl_sycl_kernel_interface.h dpctl_sycl_queue_interface.h dpctl_utils.h dpctl_service.h dpctl_sycl_device_selector_interface.h dpctl_sycl_platform_interface.h dpctl_sycl_queue_manager.h dpctl_vector.h
But I didn't find these required headers in FindDpctl.cmake.
dpctl_capi.h dpctl4pybind11.hpp dpctl_sycl_interface.h
dpctl_capi.h
dpctl4pybind11.hpp
dpctl_sycl_interface.h
Where can I find the instruction to use the dpctl for SYCL pybind?
The text was updated successfully, but these errors were encountered:
This is a duplicate of #808. The required header was added after 0.12 was released in #685.
Please use the latest dpctl=0.13 which is available from conda.
@xaleryb Do you know why dpctl on PyPI is so out of date?
Sorry, something went wrong.
Closing as duplicate of #808. The root cause of the issue is getting tracked in #940
No branches or pull requests
I cannot reproduce the example step by step with the latest dpctl.
Here is my dpctl version:
0.11.3
And here is the headers in the dpctl:
But I didn't find these required headers in FindDpctl.cmake.
dpctl_capi.h
dpctl4pybind11.hpp
dpctl_sycl_interface.h
Where can I find the instruction to use the dpctl for SYCL pybind?
The text was updated successfully, but these errors were encountered: