Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add barrier proposal #216

Closed
wants to merge 6 commits into from
Closed

Add barrier proposal #216

wants to merge 6 commits into from

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    050b692 View commit details
    Browse the repository at this point in the history
  2. Fix path to correct location

    Tobski committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    f1d264c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Updated to version 2 based on feedback

    This version makes use of closures as suggested, integrates cross-thread data shuffling directly with that concept, and automatically adds control barriers, rather than relying on this to be validated somehow by the compiler.
    Tobski committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    ec42c04 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Fix RATE argument in example

    Tobski committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    0ad4da4 View commit details
    Browse the repository at this point in the history
  2. Fix GLSL example

    Tobski committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    c0b975e View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Address feedback

    Tobski committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    abf017a View commit details
    Browse the repository at this point in the history