SRHMorris

Results 8 issues of SRHMorris

**Describe the bug** OIIO fails to import BMPs correctly when the bits per sample is less than 8. For example this attached image I think is 565 (zipped as github...

I'm using AcesOutputFile to write ACES container files. It looks like it doesn't set the acesImageContainerFlag attribute in the header. I can work around this by manually adding it to...

In some cases I need to have some form of interop with ICC profiles. I'm currently creating a FileTransform with the ICC profile and adding it as a scene referred...

Needs Discussion

I'm using the "studio-config-v1.0.0_aces-v1.3_ocio-v2.1" config and OCIO v2.2.0. Performing any DisplayView transform produces nans (showing up as black on the screen). OCIO produces this line of HLSL code for the...

Needs Discussion

This is macOS only. Rather than linking to the Carbon framework, I'm pretty sure you can just link to the ApplicationServices framework, and in SystemMonitor_macos.cpp replace the include with ApplicationServices/ApplicationServices.h....

Help Wanted

I've compiled main with Vulkan support. Running on Windows with `.\main.exe \path\to\audio.wav -m .\models\ggml-base.bin --processors 2` crashes. This seems to work fine with both the CUDA and Metal backends. In...

I've built whisper.cpp from commit 9e3c5345cd46ea718209db53464e426c3fe7a25e as a dll with Vulkan support and using the base.en model. This is on windows with MSVC (VS version 17.11.0). My code loads this...

This is using whisper.cpp from commit c4e1861d2c24b186cbbac6c07480aaa298b0e6d9 compiled with GGML_VULKAN=ON and GGML_VULKAN_CHECK_RESULTS=ON (enabled because I was trying to debug a very poor transcription on a specific GPU). ``` ... 421751...