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
Correct, download the latest release for Windows from https://github.com/oneapi-src/level-zero/releases and extract it, for example, to c:\level_zero. Then set environment variable ZE_PATH=c:\level_zero.
Thanks for the reply!
Manually downloading the level-zero works great.
May I ask if this is a temporary solution or the next release, we will have level-zero shipped with the driver (which is the same as the behavior of Linux)?
Hi @pbchekin , may I have some comments?
Manually downloading the level-zero SDK packages means that the user must take additional steps for torch.compile, which adds an extra burden for the user.
Could I ask if the Triton has a solution for fixing this?
@pbchekin@vlad-penkin This is an Torch.complie windows integration block issue. Torch windows installation user scenario for end-users that don't need to source build PyTorch is to install windows driver and then pip install torch windows wheels with all runtime dependency. This issue requires user to download level-zero SDK .zip, unzip and manual source the environment path, which breaks this installation user experience on windows.
Describe the bug
When running the UT on Windows, I got the following error. The Triton needs the level_zero to build, but it can't find it.
Note that in Linux, the level_zero headers come with the driver, but on Windows, we don't have this default behavior. May I ask what should I do?
Environment details
The text was updated successfully, but these errors were encountered: