OpenColorIO icon indicating copy to clipboard operation
OpenColorIO copied to clipboard

Add a utility program to print out which CPU feature sets are supported on a machine

Open doug-walker opened this issue 1 year ago • 3 comments

OCIO uses some CPUInfo code to check which SIMD intsruction sets are supported on a given machine and this is used to decide which Lut1D and Lut3D evaluation code to use. It would be nice to have a command-line tool included with OCIO that users could run that would print out the various flags to assist in troubleshooting.

This could be a stand-alone app under src/apps. Or the CPUInfo could be made accessible through the Python binding and then a script could be added under share/troubleshooting.

doug-walker avatar Jan 27 '24 00:01 doug-walker

Hi! Can I take on this issue?

catrinalim avatar Feb 05 '24 17:02 catrinalim

Absolutely, @catrinalim - let us know if you have questions.

carolalynn avatar Feb 05 '24 17:02 carolalynn

This is still available for someone to work on.

doug-walker avatar Mar 18 '24 03:03 doug-walker