-
Notifications
You must be signed in to change notification settings - Fork 38
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
[Tags: v2.1] Error behavior for 'flag_gems.pad(ref_x, pad_params, pad_mode, pad_value)' #268
Comments
@MARD1NO hey, please hava a look |
我这里py311 triton2.3.1运行正常 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
位置:
FlagGems/tests/test_special_ops.py::test_pad
FlagGems/src/flag_gems/ops/pad.py
现象:
E cond = (dst_index_0 >= valid_dim0_start and dst_index_0 < valid_dim0_end)
E ^
E IncompatibleTypeErrorImpl('invalid operands of type pointer and triton.language.int32')
The text was updated successfully, but these errors were encountered: