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

Enable annotated function for parallel algorithms #2581

Merged
merged 7 commits into from Apr 16, 2017

Commits on Apr 7, 2017

  1. Copy the full SHA
    d0c4b66 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2017

  1. Making APEX actually picking up the annotated function name

    - added support in for_each, for_loop, and transform
    hkaiser committed Apr 9, 2017
    Copy the full SHA
    c4145db View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2017

  1. Copy the full SHA
    aca1c24 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    916806c View commit details
    Browse the repository at this point in the history
  3. Adding missing decay

    hkaiser committed Apr 10, 2017
    Copy the full SHA
    7f39305 View commit details
    Browse the repository at this point in the history
  4. Making inspect happy

    hkaiser committed Apr 10, 2017
    Copy the full SHA
    d404e01 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2017

  1. Adding RAII annotate_function helper

    - rewrote all existing code in terms of this new facility, much cleaner...
    hkaiser committed Apr 11, 2017
    Copy the full SHA
    6c9af5e View commit details
    Browse the repository at this point in the history