-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[Good First Issue]: Operation list to be supported #28584
Comments
.take |
Thank you for looking into this issue! Please let us know if you have any questions or require any help. |
Hey @mvafin thank you for this list for all the operations that have to be enabled. I would be very excited to work and implement many of these components. Just for my understanding, is there any avaibilbe resource for the formula or description of the respective items? |
Looking into the PyTorch Aten Library for more information on this. Would be great if you can post some other resources on the this, to better understand and contribute. |
hey!, @itsbharatj seems like a long list to go! @mvafin is it possible that we could work together on it? |
@darksapien23151 Definately! Would love to |
@itsbharatj @darksapien23151 Please take one or two operations to work on. Do not take this issue. New issue will be created for operations you took. |
@mvafin aight, got it! |
Greetings to both of you sir! May I get the chance to work on aten::equal Waiting for the positive response from both of you! Do try to take a chance on me sir ! Thank you and Regards!!! :) |
I removed |
okay sir Thanks for assigning me the issue!! Regards!! |
Hi @mvafin, I picked up a few operations: |
Hi @mvafin |
Hi @mvafin are there any functions left I can help contribute towards? |
Hi @mvafin can you assign any functions that are left unattended |
Hey @mvafin Can I contribute to this issue? |
.take @mvafin |
Sounds, good. You can start, here is the issue for you #28873 |
IMPORTANTHello everyone, We decided to change the method of managing the operators subtask list, since this issue grew into chaos. From now on all the tasks are already created and are to be treated as regular Good First Issue tasks. The current Issue is now only for organization, please do not assign yourselves to it, do not add comments about picking tasks (general comments/questions about operators are of course welcome). Please do not assign yourselves to this issue, do not create new issues, just choose a sub-issue you're interested in and pick it. |
You are right. It isn't easy to find descriptions of those functions. Quite often you can replace My recommendation would be to make a model that have the operation that is suspected to be the one you are looking for and use torch.jit.trace and torch.jit.script on that model and check what inlined_graph of the resulting output looks like. Sometimes it may be tricky to reproduce the operation in the model. For such cases you can ask for help in the ticket for this operation. |
@mvafin this issue is assigned to me, can you brief me on which file I have to look upon to start the work. |
Hello, everyone. I noticed an interest in PyTorch GFI. Right now we have the following list of operations that can be enabled:
Please note that not all operations can be easily enabled and the task may become more exploratory than a simple implementation.
Example PRs:
Do not work on these for now
The text was updated successfully, but these errors were encountered: