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

Code Contribution: [Medium] [Operator Development] diff #393

Open
StrongSpoon opened this issue Jan 3, 2025 · 2 comments
Open

Code Contribution: [Medium] [Operator Development] diff #393

StrongSpoon opened this issue Jan 3, 2025 · 2 comments
Assignees

Comments

@StrongSpoon
Copy link
Collaborator

Description 任务介绍

Develop forward function for diff operator.
开发diff算子的前向功能。

Requirements 任务要求

Interface 接口
diff(Tensor self, int n=1, int dim=-1, Tensor? prepend=None, Tensor? append=None) -> Tensor
Function reference 功能参考
https://pytorch.org/docs/stable/generated/torch.diff.html#torch.diff
Implementation reference 实现参考
None暂无

The operator should support all optional arguments defined in the interface.
算子应支持接口中定义的所有参数选项。
Please provide both accuracy test and performance test code.
请同时提供实现正确性测试与性能测试代码。

DDL 提交时间

Please submit a Pull Request within 2 weeks after accepting the assignment.
请于接取任务后两周内提交PR。

@StrongSpoon StrongSpoon converted this from a draft issue Jan 3, 2025
@CelysPr
Copy link
Contributor

CelysPr commented Jan 3, 2025

GMX 认领

@Tango2018cc Tango2018cc moved this from Todo to In Progress in Triton China Community Jan 3, 2025
@CelysPr
Copy link
Contributor

CelysPr commented Jan 17, 2025

PR #428

@CelysPr CelysPr mentioned this issue Jan 17, 2025
1 task
@Tango2018cc Tango2018cc moved this from In Progress to Review in Triton China Community Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Review
Development

No branches or pull requests

2 participants