-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
【PIR OpTest Fix No.6】 fix test_tdm_sampler_op #59617
【PIR OpTest Fix No.6】 fix test_tdm_sampler_op #59617
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
paddle/phi/infermeta/ternary.cc
Outdated
mask->set_dims(ddim); | ||
} | ||
out->set_dtype(x.dtype()); | ||
labels->set_dtype(x.dtype()); |
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.
label如果是optional的,这里需要做判断处理吧?
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.
已修改
PR types
Others
PR changes
Others
Description
PIR Op单测修复
修复单测
test_tdm_sampler_op
修复后打开
FLAGS_enable_pir_in_executor
单测是否通过:是