-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
No.55 complete argsort FP16 test, add argsort BF16 support and test #51823
Conversation
好的,我将按照您的建议进行进一步更改 |
继承了OpTest类后,重写setUp()函数里面的self.op_type = "argsort"不对吗,CI测试结果提示我应该修改为self.class.op_type = "argsort" |
or not core.is_bfloat16_supported(core.CUDAPlace(0)), | ||
"core is not compiled with CUDA and not support the bfloat16", | ||
) | ||
class TestArgsortBF16OP(unittest.TestCase): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个我记得之前实现的时候是OpTest,现在为啥又换成了TestCase,最好继承OpTest,如果有单测问题不好解决可以留言帮忙解决
Sorry to inform you that 0fec5d6's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
你好,这个PR已经几乎接近完成了,目前看上去有一些代码冲突,可以解决下冲突,如果没有其他问题应该就可以合入了 |
close due to the following PR is merged: |
PR types
Others
PR changes
Others
Description
complete argsort FP16 test, add argsort BF16 support and test