triton-lang / triton

Development repository for the Triton language and compiler
https://triton-lang.org/
MIT License
12.09k stars 1.44k forks source link

Is there a plan to support Windows? #1640

Open achalpandeyy opened 1 year ago

achalpandeyy commented 1 year ago

I have noticed that the README states Linux as the only compatible platform. https://github.com/openai/triton#compatibility

Some people in the past have managed to compile on Windows https://github.com/openai/triton/issues/871 (there is even a really old PR for Windows support https://github.com/openai/triton/pull/24). But still going by the README, I suppose something changed and Triton doesn't support Windows anymore? I haven't tried to compile it myself yet.

I'm interested in the development of this repository but my main OS is Windows. I'm aware that I can probably use WSL2 but still I would prefer to run it on Windows natively. So my question is: is there a plan to officially support Windows? If so, I can help.

OPPEYRADY commented 1 year ago

I really want this as well! It would be so useful for so many things!

Zodiac505 commented 1 year ago

I would also be really grateful if it happens.

ptillet commented 1 year ago

This is a pretty frequent request. Let me see what we can do about it.

liuyunrui123 commented 1 year ago

+1

patrickvonplaten commented 1 year ago

With torch.compile heavily relying on Triton, lots of Hugging Face users are also interested in this it seems :-)

hipsterusername commented 1 year ago

We have a number of interested parties optimizing inference times for Invoke AI on Windows. We're currently evaluating alternatives, but as @patrickvonplaten noted above, torch.compile is the most straightforward but requires Triton.

Li-Yanzhi commented 1 year ago

+1

Get "RuntimeError: Windows not yet supported for torch.compile" in CUDA 12.1 & Pytorch 2.1.0, it seems that Triton is the main main reason which is not available on Windows, how we can get Windows version

countzero commented 1 year ago

+1

Pythonpa commented 1 year ago

+1,many python packages support windows,and hope this as well,

domef commented 1 year ago

+1

speedystream commented 1 year ago

+1

jyizheng commented 1 year ago

+1

Bigfield77 commented 1 year ago

+1

patrickvonplaten commented 1 year ago

@ptillet anything we could do to help you implement this? With PyTorch 2.+ becoming more and more dependent on Triton this feature request will only become more and more important I tihnk.

Can we help you here in any way?

FurkanGozukara commented 1 year ago

please add support to windows

i hate to see triton not available on windows message

ptillet commented 1 year ago

The way to help here is probably to just submit a PR that adds windows support :) we won't have CI for it though soon

bartekleon commented 11 months ago

The issues / solutions to them found so far: (also somewhat related to #1560)

gilberto-BE commented 10 months ago

+1

DarkAlchy commented 10 months ago

+1

FurkanGozukara commented 10 months ago

Were there any fork for this?

There is this repo but i don't know : https://github.com/PrashantSaikia/Triton-for-Windows

skirdey commented 10 months ago

+1

Pevernow commented 10 months ago

+1

ezra-ch commented 9 months ago

+1

FurkanGozukara commented 9 months ago

+1

mush42 commented 9 months ago

+1

DheerajMadda commented 9 months ago

+1

andreigh commented 9 months ago

I'm also trying to build a llvm-17.0.0-c5dede880d17 compiled for Windows with Github actions here: https://github.com/andreigh/triton-llvm-windows

FurkanGozukara commented 9 months ago

I'm also trying to build a llvm-17.0.0-c5dede880d17 compiled for Windows with Github actions here: https://github.com/andreigh/triton-llvm-windows

you don't have any release will you do? i would like to install and test

if i merge your pull request locally how can i install on windows what command?

assume that i cloned repo merged your pull request then what?

you74674 commented 9 months ago
* Currently stuck because `'C:\Users\potato\Desktop\llvm-project\build\RelWithDebInfo\bin\mlir-tblgen.exe' is not recognized as an internal or external command, operable program or batch file.` It seems there is some issue with it [not being built](https://github.com/llvm/llvm-project/issues/64150)

This seems to be fixed in b1115f8c? I can build it without problem. Now I can build triton but not any backend. There are some gcc-only code that I have no idea how to modify it for msvc.

CHEROAD commented 7 months ago

+1

supracharger commented 6 months ago

+1

FurkanGozukara commented 6 months ago

there are pre compiled wheels right now but i don't know how accurate and good they are working

still working though

DarkAlchy commented 6 months ago

there are pre compiled wheels right now but i don't know how accurate and good they are working

still working though

They do nothing except to shut up the programs complaining (such as Kohya, etc...). It seems it will take an official release but I am not sure it can even be done in Windows as a lot of the *nix stuff can't.

FurkanGozukara commented 6 months ago

there are pre compiled wheels right now but i don't know how accurate and good they are working still working though

They do nothing except to shut up the programs complaining (such as Kohya, etc...). It seems it will take an official release but I am not sure it can even be done in Windows as a lot of the *nix stuff can't.

well i have to say that this library do not have official support for Windows Python is unacceptable

DarkAlchy commented 6 months ago

there are pre compiled wheels right now but i don't know how accurate and good they are working still working though

They do nothing except to shut up the programs complaining (such as Kohya, etc...). It seems it will take an official release but I am not sure it can even be done in Windows as a lot of the *nix stuff can't.

well i have to say that this library do not have official support for Windows Python is unacceptable

I agree with a caveat that it may not be doable on Windows as I mentioned. Not everything can be done on Windows that can be on nix and it is the fault of Windows since W95/W98/W2000/WinME/XP/Vista and so on. For server type stuff, and ML/AI type stuff nix was made for that.

FurkanGozukara commented 6 months ago

there are pre compiled wheels right now but i don't know how accurate and good they are working still working though

They do nothing except to shut up the programs complaining (such as Kohya, etc...). It seems it will take an official release but I am not sure it can even be done in Windows as a lot of the *nix stuff can't.

well i have to say that this library do not have official support for Windows Python is unacceptable

I agree with a caveat that it may not be doable on Windows as I mentioned. Not everything can be done on Windows that can be on nix and it is the fault of Windows since W95/W98/W2000/WinME/XP/Vista and so on. For server type stuff, and ML/AI type stuff nix was made for that.

well this library obviously possible because i am using pre compiled wheel

DarkAlchy commented 6 months ago

You are using a dummy pre-compiled, and I know this because I have tried them all and none gave me the speed up it does on Linux. Sure, we can compile it, but that doesn't make it actually work. Iow, a dummy file.

FurkanGozukara commented 6 months ago

You are using a dummy pre-compiled, and I know this because I have tried them all and none gave me the speed up it does on Linux. Sure, we can compile it, but that doesn't make it actually work. Iow, a dummy file.

i see could be

DarkAlchy commented 6 months ago

I really wish this worked on Windows, but I swear I remember reading from the devs last year a thread that said they would never be on Windows.

Bionic-Squash commented 5 months ago

+1

Skier23 commented 5 months ago

+1

thiagocrepaldi commented 5 months ago

+1

hubertlu-tw commented 5 months ago

+1

anveshnathaniou commented 4 months ago

+1

FurkanGozukara commented 4 months ago

Even bitsandbytes now supports Windows Officially

DarkAlchy commented 4 months ago

Even bitsandbytes now supports Windows Officially

If only the triton devs would just come clean and publicly state NO, and why not, or Yes, and when to expect it.

umarbutler commented 3 months ago

+1

Yatagarasu50469 commented 3 months ago

+1

tiRomani commented 3 months ago

please 🥺

dsent commented 2 months ago

+1 to this 🥺