Skip to content

Optimize algorithms for small problem sizes #16

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions