brians
brians
About Me
Connect
LOCATION
Not Specified
WEBSITE
Houdini Skills
Availability
Not Specified
My Badges
SideFX Staff
Since May 2019
Recent Forum Posts
Karma volume sampling, how to get a clean image? Sept. 11, 2025, 4:31 p.m.
Try tweaking the variance-oracle settings (or disable it completely)
5090 XPU shader compilation error? Sept. 3, 2025, 3:22 p.m.
smbell
I'm not sure what it does, or if there are any downsides to this?
Optix has two different paths for compilation (PTX vs OptixIR). Each has different bugs in different drivers, so we internally choose one or the other depending on driver version. However, it's helpful to also have it on an environment variable for testing/debug purposes.
Any downside is that you might notice a performance difference (either faster or slower, depending on the scene).
I guess that you might have some cache corruption.
Could you try this?
remove the KARMA_XPU_OPTIX_FORCE_OPTIXIR envvar
delete these two directories
C:\Users\USERNAME\AppData\Local\NVIDIA\OptixCache
C:\Users\USERNAME\AppData\Local\Temp\houdini_temp\VEX_CodeCache
then try again. I guess that things should work again for you.
I've seen this cache corruption elsewhere, so we are starting to look into it.
Thanks
Houdini 20.5.584 crashes with SIGSERV (signal 11) Sept. 3, 2025, 3:11 p.m.
osenski
If that is the case, how can I disable the usage of my video card and force Karma to work on the CPU only?
FYI
you can do this via the KARMA_XPU_DEVICES envvar
so...
KARMA_XPU_DEVICES=embree (will only make use of the CPU device)
https://www.sidefx.com/docs/houdini/solaris/karma_xpu.html#disablingdevices [www.sidefx.com]