-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
undefined symbol: _ZNK4sycl3_V16detail12buffer_plain13handleReleaseEv #1190
Comments
The issue seems to come from a mistake in intel runtime packages that have been uploaded to The package As a result, on linux the pip dependency resolution falls back on @oleksandr-pavlyk where can I report issues for uploads to pypi ? |
I have brought this issue to attention of our infrastructure team. |
Thanks a lot. Can you share the ETA if you're informed of one ? this issue makes nearly unusable both the |
This error indicates that The easiest way to trace what is being loaded is to use For example, in my setup:
|
Yes I realized that, from the comment above, the explanation for the issue I encountered is that when installing the runtime with pip, the pip dependency solver fallbacks on |
With the 2023.2.0 release, the issue have been fixed (see https://pypi.org/project/intel-opencl-rt/2023.2.0/#files ) (I notice only now, that apparently the relevant file had been made available in intel python package index at https://pypi.anaconda.org/intel/simple/intel-opencl-rt/ ) |
Trying to build
dpctl==0.14.3dev1
after activating latest2023.1.0
oneapi basekit release (using official online installer https://registrationcenter-download.intel.com/akdlm/IRC_NAS/7deeaac4-f605-4bcf-a81b-ea7531577c61 )It builds successfully but then I can't import
dpctl.tensor
module:Using
ld
on said file shows a lot of undefined symbols:is there a recent change in the build recipe that could explain this issue ?
The text was updated successfully, but these errors were encountered: