-
Notifications
You must be signed in to change notification settings - Fork 473
Add Python GPUProcessor example #2166
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
base: main
Are you sure you want to change the base?
Add Python GPUProcessor example #2166
Conversation
|
Python | ||
++++++ | ||
|
||
A full example of a GPUProcessor can be found in th OCIO source: ``src/apps/pyociodisplay``. |
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.
A full example of a GPUProcessor can be found in th OCIO source: ``src/apps/pyociodisplay``. | |
A full example of a GPUProcessor can be found in the OCIO source: ``src/apps/pyociodisplay``. |
I'm not sure. I know for the individual CLA registration process, you have to provide legit contact information; but I think as long as github is able to validate your signed commits, you can sign with your @users.noreply.github.com address. Put it this way: whenever I use github's web interface for any git-fu, it creates commits signed with my users.noreply.github.com address that pass the EasyCLA + DCO checks. (Even though I still use the e-mail address I signed up with whenever I manually sign commits...) |
Signed-off-by: Beat Reichenbach <44111292+beatreichenbach@users.noreply.github.com>
53b048a
to
1ece5e8
Compare
Okay, I completed the EasyCLA and pushed a signed off commit. Hopefully I did everything right. |
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 making things easier for others @beatreichenbach , this is exactly how open source is supposed to work!
By the way, the failing CI tests are unrelated to your changes.
This just adds a basic example to the docs that would have helped me find what I needed.
Fixes #2164
I am probably going to fail EasyCLA so please feel free to edit and take over if it's easier.
edit: Is there any workaround that allows me not having to use my email address for the EasyCLA? Can I use my
beatreichenbach@users.noreply.github.com
address?