π Announcing Triton 3.2.0 Windows-Native Build β Fully MSVC & NVIDIA Optimized! π #6229
Replies: 2 comments
-
|
hey, all your links seem to point towards "https://github.com/triton-lang/triton/discussions/url" :) |
Beta Was this translation helpful? Give feedback.
-
|
pip install https://github.com/leomaxwell973/Triton-3.2.0-Windows-Nvidia-Prebuilt/releases/latest/download/Triton-3.2.0-cp310-cp310-win_amd64.whl |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
π Announcing Triton 3.2.0 Windows-Native Build β Fully MSVC & NVIDIA Optimized! π
Hey everyone,
Iβm excited to share a fully native Windows build of Triton 3.2.0βno WSL, no MinGW, no Linux subsystemsβjust pure Windows + NVIDIA compatibility. If youβve ever wanted a truly native Triton build for CUDA development without AMD overhead or POSIX dependencies, this is it!
π₯ What Makes This Build Special?
β 100% Windows-native build β No Linux shell emulation, no virtualized dependencies.
β Compiled with MSVC β Uses Microsoftβs compiler instead of GCC/Clang workarounds.
β Stripped of AMD β AMD HIP and POSIX dependencies fully removed for pure CUDA optimization.
β Proton remains active β Ensuring compatibility while still being NVIDIA-exclusive.
β Built on Windows 11 Insider (RTX 3060, CUDA 12.1, Python 3.10.6).
β Optimized for portability β Debug symbols (
.pdbs) and unnecessary build artifacts removed.β Based on Tritonβs official LLVM build β Uses the hidden Windows blob repo version of LLVM.
β Tweaks to NVIDIA
driver.pyand runtime build β Replaced POSIX-only interfaces with Windows alternatives.β Full audit results β Passed all standard tests, plus 86/120 focus tests (34 expected AMD-related failures).
π₯ Get the Build
π¦ Prebuilt Wheel (PIP-Compatible)
You can grab the release directly:
Or download the repository:
https://github.com/leomaxwell973/Triton-3.2.0-Windows-Nvidia-Prebuilt
π‘ Why This Matters?
Until now, Windows users have struggled with Tritonβs reliance on Linux-based tooling, and existing Windows builds required unwanted AMD support, POSIX dependencies, or hybrid environments like WSL.
π§ Known Limitations
aligned_allocwith_aligned_malloc, but no confirmed performance impact yet.π¬ Final Thoughts
This has been a huge project to get Triton working in a true Windows-native way, and Iβd love to hear your feedback!
π₯ Give it a spin, let me know if you run into any issues, and letβs push Triton forward for Windows users! π
π‘ Repo & Full Details: https://github.com/leomaxwell973/Triton-3.2.0-Windows-Nvidia-Prebuilt
Beta Was this translation helpful? Give feedback.
All reactions