Skip to content

Add Python GPUProcessor example#2166

Merged
doug-walker merged 3 commits into
AcademySoftwareFoundation:mainfrom
beatreichenbach:bugfix/docs-gpu-update
Sep 4, 2025
Merged

Add Python GPUProcessor example#2166
doug-walker merged 3 commits into
AcademySoftwareFoundation:mainfrom
beatreichenbach:bugfix/docs-gpu-update

Conversation

@beatreichenbach
Copy link
Copy Markdown
Contributor

@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?

@linux-foundation-easycla
Copy link
Copy Markdown

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)
  • ✅ login: doug-walker / name: Doug Walker (f2a5d11, 64fb7b4)

Python
++++++

A full example of a GPUProcessor can be found in th OCIO source: ``src/apps/pyociodisplay``.
Copy link
Copy Markdown
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
Copy Markdown
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
Copy link
Copy Markdown
Contributor Author

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

Copy link
Copy Markdown
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.

@doug-walker doug-walker requested a review from cozdas August 27, 2025 02:28
@doug-walker doug-walker merged commit 273cdfa into AcademySoftwareFoundation:main Sep 4, 2025
26 checks passed
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

4 participants