-
Notifications
You must be signed in to change notification settings - Fork 115
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
[Bug] TypeError: 'constexpr' object is not iterable #138
Comments
@York-Cheung Hello, check out 7e0a972 |
We address this issue by converting the pointer offsets to int64 if necessary, as the product of |
I tried a small D = 64, and get the same err.
|
@York-Cheung Could you upgrade triton to >=3.0. We are removing support for triton 2.x. or you may try 2.2. |
@yzhangcs triton==3.0 + py3.8 will lead to other errors. Triton 2.2 works for me when only using the btw, the benchmark_gla.py runs successfully with triton 2.2 too. The error message about
|
Describe the Bug
When I run Benchmark for retnet kernel with Triton 2.x (I have to use 2.x for some reason) :
Error Message comes when do chunk_bwd:
Steps to Reproduce the Bug
See the code.
Expected Behavior
Run the benchmark.
Environment Information
The text was updated successfully, but these errors were encountered: