[intel] change windows to remove windows-triton for intel xpu#3168
Conversation
|
@danielhanchen Could you pls help review? Thanks ! |
|
Would it be possible to leave "windows" with Triton, hen for Intel XPU, make a new windows which doesn't use Triton? |
|
Ie leave "windows" as is, and make a new "windows-no-triton" |
|
Sure, thanks for your comments. |
|
@danielhanchen Pls help review, thanks. |
|
hi @danielhanchen Could you help review? |
|
@gemini-code-assist review |
There was a problem hiding this comment.
Code Review
This pull request aims to add Windows support for Intel XPU builds by updating the dependencies in pyproject.toml. The changes correctly add Windows-specific wheels for pytorch_triton_xpu, torch, and torchvision to avoid conflicts with triton-windows. My review focuses on ensuring consistency and correctness of the new dependency markers. I've identified some inconsistencies in platform and architecture markers, and a few instances where the architecture check is missing, which could lead to installation issues. The feedback provided aims to unify these markers for better maintainability and to fix the missing checks for robustness.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
Thanks! |
…hai#3168) * change windows to remove windows-triton for intel xpu * add changes for different platform * Update pyproject.toml * update mode windows * Update pyproject.toml Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update pyproject.toml Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update pyproject.toml Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update pyproject.toml Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update pyproject.toml Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update pyproject.toml Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update pyproject.toml Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update pyproject.toml Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Due to triton-windows is conflict with intel's triton, change intel build option will not install triton-windows on intel-platform, for other platform there is no change.