-
Notifications
You must be signed in to change notification settings - Fork 5.9k
【UnitTestFix No.22】test_fused_dconv_drelu_dbn_op 单测 优化 #75507
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
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
|
这个单测需要Ampere以上的架构,在V100上无法验证正确性,可以看到你的测试结果里显示的是所有case都skip了。请问有A100之类的机器可以使用吗? |
rcvd,稍后解决。 |
由于编译未开启 WITH_CUDNN_FRONTEND 会报错算子未注册,这里添加检测代码,防止这个问题。
NOTICE
|
YqGe585
left a comment
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.
LGTM
|
@luotao1 PTAL |
|
hi, @aztice
|
okk |
PR Category
Operator Mechanism
PR Types
Improvements
Description
TestFusedDconvDreluDbnOp()中 添加了set_attrs()并使子类继承,简化配置操作。随机种子测试@luotao1 @YqGe585