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 bd08b280a4 - Show all commits

View File

@ -7,7 +7,6 @@
#include <stdlib.h>
#include "bvh/params.h"
#include "scene/scene.h"
#include "device/denoise.h"
#include "device/memory.h"
@ -30,6 +29,7 @@ class Progress;
class CPUKernels;
class CPUKernelThreadGlobals;
class Scene;
class DeviceScene;
/* Device Types */