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.
2 changed files with 1 additions and 2 deletions
Showing only changes of commit d7cd4a4951 - Show all commits

View File

@ -10,6 +10,7 @@
# include "util/progress.h"
# include "device/device.h"
# include "device/metal/bvh.h"
# include "device/metal/util.h"

View File

@ -46,9 +46,7 @@
#include "kernel/util/color.h"
#ifdef WITH_OPTIX
#include "device/device.h"
#endif
CCL_NAMESPACE_BEGIN