BLI: Let to know about prefix sum to weighted parallel function #120322

Closed
Iliya Katushenock wants to merge 5 commits from mod_moder:parallel_for_weighted into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

Prefix sum (or offsets, in term of blender library) can provide total sum
of some range in O(1). This is useful for cases where we want to split range
in segments with the same average weigh of elements of range. Currently,
weighted parallel function build such prefix sum on the fly. But in case prefix
sum is already there (for example, offsets of curves), binary search can
reduce overhead by check weigh of range of curves, instead of check each
curve in loop to accumulate total.

This done by adding template overload to parallel_for_weighted.

Prefix sum (or offsets, in term of blender library) can provide total sum of some range in O(1). This is useful for cases where we want to split range in segments with the same average weigh of elements of range. Currently, weighted parallel function build such prefix sum on the fly. But in case prefix sum is already there (for example, offsets of curves), binary search can reduce overhead by check weigh of range of curves, instead of check each curve in loop to accumulate total. This done by adding template overload to `parallel_for_weighted`.
Iliya Katushenock added the
Interest
Geometry Nodes
label 2024-04-05 19:57:59 +02:00
Iliya Katushenock added 1 commit 2024-04-05 19:58:09 +02:00
Iliya Katushenock added this to the Core Libraries project 2024-04-05 19:58:14 +02:00
Iliya Katushenock added 1 commit 2024-04-05 20:39:25 +02:00
Iliya Katushenock added 1 commit 2024-04-05 21:00:33 +02:00
Author
Member

I added benchmark file to simplify speed up check compared to per-element overload.
There is a lot of possible distributions / sizes to check, so this file are suitable to be customized for different settings, but there is no something to just open and run. Reviewers will need to manually check things that they think need to be checked. I checked and think this is good, but this will be better to know if this is also good for anyone else.
Changes in node_geo_sort_elements.cc will be revert before commit and right now used as just way to check.

I added benchmark file to simplify speed up check compared to per-element overload. There is a lot of possible distributions / sizes to check, so this file are suitable to be customized for different settings, but there is no something to just open and run. Reviewers will need to manually check things that they think need to be checked. I checked and think this is good, but this will be better to know if this is also good for anyone else. Changes in `node_geo_sort_elements.cc` will be revert before commit and right now used as just way to check.
Iliya Katushenock requested review from Jacques Lucke 2024-04-05 21:05:27 +02:00
Iliya Katushenock added 2 commits 2024-04-06 11:55:37 +02:00
Author
Member
#121127
Iliya Katushenock deleted branch parallel_for_weighted 2024-04-26 23:56:40 +02:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#120322
No description provided.