Alternative Upload geometry data in parallel to multiple GPUs using the "Multi-Device" #107552

Open
William Leeson wants to merge 137 commits from leesonw/blender-cluster:upload_changed into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e5250ab494 - Show all commits

View File

@ -907,7 +907,7 @@ void GeometryManager::device_update(Device *device,
/* Parallel upload the geometry data to the devices and
calculate or refit the BVHs */
parallel_for(
size_t(0), num_scenes, [=, this, &progress](const size_t idx) {
size_t(0), num_scenes, [=, &progress](const size_t idx) {
device_data_xfer_and_bvh_update(idx,
scene,
dscene,