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
Hi everyone.
It's my first time with pyxopto and opencl, and for several days I have been having a problem using them, I have only tried the basic.py example. I have tried everything, installing the libraries, installing Intel® oneAPI Base Toolkit, installing the drivers from Intel web, etc and nothing changes.
I've also tried on Manjaro Linux, installing all the necessary libraries from AUR, but the same thing keeps happening to me.
My card is Intel Iris Xe and the error for example in windows is the following:
_` File "C:\Users\Asus\AppData\Local\Programs\Python\Python312\Lib\site-packages\pyxopto-0.2.3-py3.12.egg\xopto\mcbase\mcworker.py", line 198, in __init__
self._cl_queue = cl.CommandQueue(
^^^^^^^^^^^^^^^^
TypeError: __init__(): incompatible function arguments. The following argument types are supported:
1. __init__(self, context: pyopencl._cl.Context, device: pyopencl._cl.Device | None = None, properties: object = 0) -> None
Invoked with types: pyopencl._cl.CommandQueue, pyopencl._cl.Context, kwargs = { properties: NoneType }`_
If anyone have some idea of what I can do, is welcome :)
Thanks a lot for your help!
The text was updated successfully, but these errors were encountered:
Hi everyone.
It's my first time with pyxopto and opencl, and for several days I have been having a problem using them, I have only tried the basic.py example. I have tried everything, installing the libraries, installing Intel® oneAPI Base Toolkit, installing the drivers from Intel web, etc and nothing changes.
I've also tried on Manjaro Linux, installing all the necessary libraries from AUR, but the same thing keeps happening to me.
My card is Intel Iris Xe and the error for example in windows is the following:
If anyone have some idea of what I can do, is welcome :)
Thanks a lot for your help!
The text was updated successfully, but these errors were encountered: