-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[refactor] Merge Kernel.argument_names and argument_annotations #4753
Conversation
✅ Deploy Preview for docsite-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
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.
Thanks for your contribution, and let's make CI pass :-)
(since this is the first time I made pr with code modification, I am glad to hear any suggestion from you.(^-^) Thanks again).
You are doing great! A tip from me: you can actually run tests locally to detect potential issues early. See https://docs.taichi.graphics/lang/articles/contributor_guide#run-integration-tests
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.
Thanks for your contribution!
@yuanming-hu @k-ye Thanks for your suggestion. I think I made part of things right this time (modified some tests and passed) but not sure whether everything is correct. If something is wrong, I will fix it later. I think I am being familiar with the whole procedure gradually. Thanks for your time. :-) |
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.
Just one nit before LGTM :-)
@k-ye Sry to bother you again. I hope this time everything is all right. Thanks again:-) |
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!
Related issue = #4749
I create a small class which is
KernelArguments: annotation, name
and mergeKernel.argument_name
andKernel.argument_annotations
together. I hope to meet the requirements in the issue #4749 . If something is wrong in the pr, please don't hesitate to let me know. I will be appreciate for that.(since this is the first time I made pr with code modification, I am glad to hear any suggestion from you.(^-^) Thanks again).