forked from blender/blender
Patrick Mours
53c49589f3
With the switch to using the primary CUDA context it became possible for peer access between CUDA devices to already have been enabled for that context, either by a previous Cycles session or third-party library, thus causing the call to `cuCtxEnablePeerAccess` to return `CUDA_ERROR_PEER_ACCESS_ALREADY_ENABLED`. This is not a failure state however, so just needs to be handled like a success return value. Pull Request: blender/blender#120255 |
||
---|---|---|
.. | ||
app | ||
blender | ||
bvh | ||
cmake | ||
device | ||
doc | ||
graph | ||
hydra | ||
integrator | ||
kernel | ||
scene | ||
session | ||
subd | ||
test | ||
util | ||
CMakeLists.txt |