129093fbce
The `MultiDevice` implementation of `get_cpu_osl_memory` returns a nullptr when there is no CPU device in the mix. As such access to that crashed in `update_osl_globals`. But that only updates maps that are not currently used on the GPU anyway, so can just skip that when the CPU is not used for rendering. Maniphest Tasks: T104216