Skip to content

Optimize algorithms for small problem sizes #16

@bmerry

Description

@bmerry

When the number of elements can be held in local memory, it would make sense to do a single-pass solution. For scanning it may also make sense when only a few iterations within a single workgroup are required, rather than suffer the overheads of 3 passes.

Reported by: bmerry

Original Ticket: clogs/tickets/16

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions