-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
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
Debug windows pip workload #3205
base: main
Are you sure you want to change the base?
Conversation
anmyachev
commented
Jan 19, 2025
•
edited
Loading
edited
- https://github.com/intel/intel-xpu-backend-for-triton/actions/runs/12853241970
- https://github.com/intel/intel-xpu-backend-for-triton/actions/runs/12853365457
- https://github.com/intel/intel-xpu-backend-for-triton/actions/runs/12856331603
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
…-triton into amyachev/win-pip-debug
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pbchekin apparently the last time I tested this file was available because I didn't remove DLE at all and the code worked. sycl8.lib
file is not in package intel-sycl-rt
. Could you temporarily put it on the machine manually? (FYI I took it from https://www.intel.com/content/www/us/en/developer/tools/oneapi/dpc-compiler-download.html, after compiler installation) Or are there any other options?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All .lib files need to be in intel-sycl-rt
for Windows. Looks like this is a packaging error, @vlad-penkin.
Not sure where to get the corresponding .lib files, the package is 2025.0.2, our DLE (and the latest one available) is 2025.0.1.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All .lib files need to be in intel-sycl-rt for Windows. Looks like this is a packaging error,
agree
our DLE (and the latest one available) is 2025.0.1.
Please note that DLE 2025.0.1 includes icpx and sycl runtime version 2025.0.4. And in pypi there is also sycl runtime version 2025.0.4 https://pypi.org/project/intel-sycl-rt/.
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
…-triton into amyachev/win-pip-debug
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>