Nikita Sirgienko Sirgienko
  • Joined on 2020-12-10
1c68563713 Rework PR code for better code quality without Blender behaviour changes.
844ac11736 Merge branch 'main' into address_gpu_denoising_settings_respect
e97d46e5b0 UI: Add tooltips to Physics and Subdivide modifiers
1334d64780 Refactor: GPv3: Move stroke operation construction to stroke_update_step
e0ecf443d4 Cycles: Fix compile error in 1465076a0a
Compare 94 commits »
Nikita Sirgienko pushed to main at blender/blender 2024-06-03 11:33:47 +02:00
e0ecf443d4 Cycles: Fix compile error in 1465076a0a
Nikita Sirgienko pushed to main at blender/blender 2024-06-03 11:11:44 +02:00
6d87a5d9ed Cleanup: Cycles: Fix type in the OpenImageDenoise name.
1465076a0a Refactor: Cycles: Unify error reporting code from denoiser's classes
cb8d2bf4ad Fix: Cycles: Add missing queue init in run_film_convert_kernels
Compare 3 commits »
Nikita Sirgienko commented on pull request blender/blender#118841 2024-05-31 20:25:41 +02:00
Fix: Respect Blender Cycles setting for GPU denoising

> Is this considered fully read for review and landing? If so please remove the WIP prefix from the title. Hi Brecht, I haven't finalized the changes yet. I'm planning to simplify the logic…

72348a2eea Adopt the PR to the latest Blender source code
0fbcf7a043 Merge branch 'main' into address_gpu_denoising_settings_respect
4e838fdae7 UI: Toggle Camera Guides in 3D View Overlay
a94b8ade20 GPU: Add library for handling shared exponent format in software
c05c08cbff glTF exporter: Allow float socket (ex. Alpha) to get data from Color socket
Compare 3511 commits »
Nikita Sirgienko pushed to main at blender/blender 2024-05-29 21:57:24 +02:00
8ee8d01711 Cycles: oneAPI: Fix Out-Of-Memory errors on some integrated GPUs
Nikita Sirgienko deleted branch oneapi_enable_host_migraiton from Sirgienko/blender 2024-05-28 19:04:34 +02:00
Nikita Sirgienko pushed to main at blender/blender 2024-05-28 19:04:31 +02:00
759bb6c768 Cycles: oneAPI: Enable host memory migration
Nikita Sirgienko merged pull request blender/blender#122385 2024-05-28 19:04:31 +02:00
Cycles: oneAPI: Enable host memory migration
Nikita Sirgienko commented on pull request blender/blender#122385 2024-05-28 18:36:40 +02:00
Cycles: oneAPI: Enable host memory migration
Nikita Sirgienko pushed to oneapi_enable_host_migraiton at Sirgienko/blender 2024-05-28 18:35:14 +02:00
14919dba35 Requested changes and minor improvements
Nikita Sirgienko pushed to oneapi_enable_host_migraiton at Sirgienko/blender 2024-05-28 17:29:40 +02:00
d86455c45f Cycles: oneAPI: Enable host memory migration
Nikita Sirgienko commented on pull request blender/blender#122385 2024-05-28 17:26:37 +02:00
Cycles: oneAPI: Enable host memory migration

Based on the measurements taken on my machines, I have not observed any negative performance impact resulting from these changes. In fact, benchmark scores have slightly improved due to some work…

Nikita Sirgienko created pull request blender/blender#122385 2024-05-28 17:13:54 +02:00
Cycles: oneAPI: Enable host memory migration
Nikita Sirgienko pushed to oneapi_enable_host_migraiton at Sirgienko/blender 2024-05-28 17:08:01 +02:00
3a5391e6b4 Cycles: oneAPI: Enable host memory migration
89c13dbb5c Fix: Mesh draw extraction missing wire batch missing normals input
61178b22a2 Nodes: port "Connect to Output" operator from Node Wrangler
be4788a9bd Extensions: pass platform to the remote URL
905aaf439c Geometry Nodes: new Set Instance Transform node
Compare 10 commits »
Nikita Sirgienko created branch oneapi_enable_host_migraiton in Sirgienko/blender 2024-05-28 17:08:01 +02:00
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
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…