triton-lang / triton

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

Where can I find a triton 2.0.0 dev verison? #4970

Open hulihan-start opened 3 weeks ago

hulihan-start commented 3 weeks ago

I used to test the performance on someone's code, but the triton requirement is 2.0.0.dev20220711.

Is there any way I can find this specific verison of triton? Thanks!

I tried to install triton 1.1.0 and triton 2.0.0, both of them raise different errors (triton.language.constexpr no attribute and triton._C.libtriton.superblock not found).

I also tried to install triton from github page, but raise some errors.

Patchwork53 commented 1 week ago

Facing the same issue. Need the 20221203 release.