0
0
forked from blender/blender
blender/intern/cycles
Patrick Mours 53c49589f3 Fix #119959: Enabling "Distribute memory between devices" for Cycles results in error
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
2024-04-15 13:20:03 +02:00
..
app Cleanup: format 2024-03-12 20:56:48 +11:00
blender Build: Improve OSL library dependency handling in Cycles 2024-03-29 14:49:51 +01:00
bvh Fix #119551: Cycles denoising crash canceling tiled render with MetalRT 2024-03-18 11:00:21 +01:00
cmake Build: Remove LLVM linking no longer needed by OSL 2024-02-14 12:06:52 +01:00
device Fix #119959: Enabling "Distribute memory between devices" for Cycles results in error 2024-04-15 13:20:03 +02:00
doc License headers: use SPDX-FileCopyrightText in intern/cycles 2023-06-14 16:53:23 +10:00
graph Fix #113777: Cycles IES texture not working for sphere lights 2023-10-18 20:40:07 +02:00
hydra Clang Format: bump to version 17 2024-01-03 13:38:14 +01:00
integrator Revert changes from main commits that were merged into blender-v4.1-release 2024-03-18 15:04:12 +01:00
kernel Fix #120119: Area lamp artifacts in Cycles with light trees 2024-04-09 16:03:37 +02:00
scene Build: Improve OSL library dependency handling in Cycles 2024-03-29 14:49:51 +01:00
session Clang Format: bump to version 17 2024-01-03 13:38:14 +01:00
subd Cleanup: use braces for sources in intern/ 2023-09-17 09:05:40 +10:00
test Revert changes from main commits that were merged into blender-v4.1-release 2024-03-18 15:04:12 +01:00
util Revert changes from main commits that were merged into blender-v4.1-release 2024-03-18 15:04:12 +01:00
CMakeLists.txt Build: Improve OSL library dependency handling in Cycles 2024-03-29 14:49:51 +01:00