Skip to content

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

beatreichenbach
Copy link

@beatreichenbach beatreichenbach commented Jun 10, 2025

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?

Copy link

linux-foundation-easycla bot commented Jun 10, 2025

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: beatreichenbach / name: Beat Reichenbach (1ece5e8)

Python
++++++

A full example of a GPUProcessor can be found in th OCIO source: ``src/apps/pyociodisplay``.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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``.

@zachlewis
Copy link
Collaborator

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?

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>
@beatreichenbach beatreichenbach force-pushed the bugfix/docs-gpu-update branch from 53b048a to 1ece5e8 Compare June 14, 2025 17:27
@beatreichenbach
Copy link
Author

Okay, I completed the EasyCLA and pushed a signed off commit. Hopefully I did everything right.
Thanks for the spellcheck!

Copy link
Collaborator

@doug-walker doug-walker left a 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.

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.

Python Support for GPUProcessor
3 participants