Nikita Sirgienko Sirgienko
  • Joined on 2020-12-10
Nikita Sirgienko commented on issue blender/blender#119035 2024-03-09 15:35:54 +01:00
Out of GPU memory when rendering animations with Cycles and GPU denoising in Blender 4.1

@brecht, @aafra, I have had some progress with this issue on NVIDIA.

Previously, the context of the CUDADevice had the same lifespan as the CUDADevice object itself, which was relatively…

Nikita Sirgienko commented on issue blender/blender#119035 2024-03-05 19:30:59 +01:00
Out of GPU memory when rendering animations with Cycles and GPU denoising in Blender 4.1

Also thanks @Alaska for the initial triaging! It is for sure is very helpful.

Nikita Sirgienko commented on issue blender/blender#119035 2024-03-05 19:29:21 +01:00
Out of GPU memory when rendering animations with Cycles and GPU denoising in Blender 4.1

Thanks @brecht, for including me in this ticket! I have able to reproducer the reported problem (thanks for the clear steps in the description) with OIDN GPU denoising, but also with OptiX…

Nikita Sirgienko commented on pull request blender/blender#118841 2024-02-29 23:41:01 +01:00
WIP: Fix: Respect Blender Cycles setting for GPU denoising

This seems too risky this close to the release, it's hard to get this properly user tested in such a short time. Particularly the support for CPU rendering I would rather postpone. If there is a…

83b084ab3d Fix: Respect Blender Cycles setting for GPU denoising
07968d7e0e Fix: Respect Blender Cycles setting for GPU denoising
Nikita Sirgienko commented on pull request blender/blender#118841 2024-02-28 11:06:10 +01:00
WIP: Fix: Respect Blender Cycles setting for GPU denoising

So in a nutshell: Right now there are a per-scene denoisers configuration options, which are not aligned with user's Cycles preferences and not respecting them. With this change, it will be…

Nikita Sirgienko commented on pull request blender/blender#118841 2024-02-28 11:00:04 +01:00
WIP: Fix: Respect Blender Cycles setting for GPU denoising

A clarification about how it is working right now and how it suppose to work with this change. Current behavior - despite Cycles preference (red arrows), denoising is happening (yellow arrow) on…

Nikita Sirgienko commented on pull request blender/blender#118841 2024-02-28 10:32:50 +01:00
WIP: Fix: Respect Blender Cycles setting for GPU denoising

@brecht Can you please take a look on this solution? It is about respecting Blender setting for GPU denoising device selection (both OptiX and OIDN). I think it make sense to get this fix to…

Nikita Sirgienko created pull request blender/blender#118841 2024-02-28 10:20:34 +01:00
Fix: Respect Blender Cycles setting for GPU denoising
ffb4f5bdf6 Fix: Respect Blender Cycles setting for GPU denoising
503de16353 Fix #117583: Inaccessible title bar buttons on GNOME/Wayland
cec6d57107 Fix memory leak with Wayland & LIBDECOR
f65e6da101 Fix #118073: show exact integer representation in some cases in socket inspection
64febcf155 Fix #116820: make sure that simulation runs when it contains an active viewer
Compare 10 commits »
Nikita Sirgienko created branch address_gpu_denoising_settings_respect in Sirgienko/blender 2024-02-28 10:19:10 +01:00
Nikita Sirgienko commented on issue blender/blender#118204 2024-02-13 15:19:36 +01:00
Cycles: Different denoise time between compute methods

Wild. After rebooting I get similar results. Maybe it is a laptop oddity? What OS do you use? You have mentioned "Operating system: Windows-11-10.0.22631-SP0 64 Bits" in the description, so…

Nikita Sirgienko commented on issue blender/blender#118204 2024-02-13 14:00:49 +01:00
Cycles: Different denoise time between compute methods

@Raimund58, do you able robustly reproducer it each time? I have tried on my setup, but CPU denoising time was quite similar:

Path tracing on: Intel Core i9-14900K (CPU) (32 threads)…
Nikita Sirgienko pushed to main at blender/blender 2024-02-12 18:16:27 +01:00
c48ea92429 Merge branch 'blender-v4.1-release'
7b8c438715 Fix: Set OIDN GPU memory limit for all filters
Compare 2 commits »
Nikita Sirgienko pushed to blender-v4.1-release at blender/blender 2024-02-12 18:15:38 +01:00
7b8c438715 Fix: Set OIDN GPU memory limit for all filters
Nikita Sirgienko commented on issue blender/blender#117981 2024-02-12 17:00:15 +01:00
Cycles: Wrong denoising device reporting

According to my testing, this issue was fixed by @brecht in f98468c988bd1ff91493406a19fb6bda75ccc88c. And it is already in today daily builds, so @Alaska I guess we need a confirmation from the…

Nikita Sirgienko pushed to main at blender/blender 2024-02-08 14:54:23 +01:00
0ed2d3e260 Merge branch 'blender-v4.1-release'
9d0b811da6 Fix #117931: Swap oidn device when changing "Use GPU" during viewport render
Compare 2 commits »
Nikita Sirgienko closed issue blender/blender#117931 2024-02-08 14:54:22 +01:00
OIDN does not swap devices when editing "Use GPU" while a viewport render is active.
Nikita Sirgienko pushed to blender-v4.1-release at blender/blender 2024-02-08 14:53:49 +01:00
9d0b811da6 Fix #117931: Swap oidn device when changing "Use GPU" during viewport render