-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version compatible with Triton 2.3.0? #27
Comments
Nope. I plan to release a version compatible with the upcoming triton 3.0 release. From there we will pinpoint stable triton versions in the future. My student @tejas3070 is on vacation now, so it is supposed to be done when he is back. |
Is there any reason why you cannot install triton/main from source? |
Afaik the latest version supported by AMD ROCm is 2.3.0 (forked from some earlier version 2.X but supposedly feature-parallel). I've been trying to see if there is a newer triton build, but if there is it seems that it must be a ways away from release |
I'm working on the amd backend and always build from source. Let me know if you have questions. |
doesn't work with the latest triton for me, I see:
it would be helpful if you mention exact versions of triton that are supported |
I updated triton recently but haven't updated triton-viz yet. You can use any commit before triton-lang/triton@1b35f11 I believe it will be a simple fix. Happy to merge if you could contribute a PR. |
sounds good, let me take a look |
I hit the same error
before; but after |
After looking, I am confused, I was using a tag v1 initially, this error is easy to fix, but when I fix it, I see more errors. On the other hand, it is already fixed on |
@dengl11 Did you git pull the main branch? I followed your instructions and still got the same error. TypeError: GridExecutor._init_args_hst() missing 1 required positional argument: 'kwargs' Could you please tell me your torch and triton versions? |
@parsifal-47 Yes, when I try
|
v2.0 is not a stable branch...Maybe I shouldn't commit it to github... |
Currently running Triton 2.3.0 on Fedora 40 and Python 3.12.3. Unfortunately, version 2.3.0 is the newest one available to me at the moment, due to having an AMD video card. As a result, I'm running into a lot of issues, due to major refactoring in the
interpreter
module.Is there a version of triton_viz that is compatible with Triton 2.3.0? If not, do you have any advice on how to adapt this library to be compatible?
The text was updated successfully, but these errors were encountered: