We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
test_min_dot_size
UT added in #2978 from upstream commit triton-lang/triton@5700c14.
The text was updated successfully, but these errors were encountered:
4d2e9e5
I get this error:
FAILED test_compile_errors.py::test_min_dot_size[dtype0] - TypeError: ASTSource.__init__() got an unexpected keyword argument 'constexprs'
This happens because our version of ASTSource is not up to date. We need https://github.com/triton-lang/triton/pull/5220 first.
ASTSource
https://github.com/triton-lang/triton/pull/5220
Sorry, something went wrong.
@whitneywhtsang I see from the log that you have merged but then reverted the PR with the changes we need:
commit 492ea92c05ac2fdde8abf7ded241442f029217ea Author: Whitney Tsang <[email protected]> Date: Tue Dec 10 04:02:08 2024 +0000 Revert "[FRONTEND] added support for tuples (#5220)" This reverts commit 9743ec0dca5bbd9dbce20adc3ee273af6b095f94.
What was the reason for reverting that commit ?
Because it causes UTs failures.
Depends on #2979.
No branches or pull requests
UT added in #2978 from upstream commit triton-lang/triton@5700c14.
The text was updated successfully, but these errors were encountered: