Skip to content
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

[Feature](bangc-ops): use fill_v3 instead of fill_zeros #858

Merged
merged 2 commits into from
Oct 16, 2023

Conversation

chqy99
Copy link
Collaborator

@chqy99 chqy99 commented Oct 16, 2023

Thanks for your contribution and we appreciate it a lot. 🚀🚀

1. Motivation

mlu_op.h 中没有注册 fill_zeros ,有二进制算子 fill 后,host端的赋0操作统一为 fill_v3。

2. Modification

使用到 fill_zeros 的地方,替换为 fill_v3

删除 kernels/fill_zero/

3. Test Report

MLU370、MLU590原测例全部通过

@PetrelYy PetrelYy added the BANGC label Oct 16, 2023
@PetrelYy PetrelYy added this to the v0.9.0 milestone Oct 16, 2023
@PetrelYy PetrelYy merged commit 8e78027 into Cambricon:master Oct 16, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants