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

updated hammerblade backend (DO NOT MERGE) #22

Open
wants to merge 61 commits into
base: gpu_backend
Choose a base branch
from

Commits on Sep 14, 2020

  1. initial update of hb backend to be up to date with gpu_backend. still…

    … need to enable manycore specific scheduling options in backend
    eafurst committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    71b55c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Configuration menu
    Copy the full SHA
    6811f46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acc3a03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e6ab94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9eadaf View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Configuration menu
    Copy the full SHA
    f98df07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54cefba View commit details
    Browse the repository at this point in the history
  3. adding fetch and add call

    eafurst committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    b73d147 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Configuration menu
    Copy the full SHA
    8ea9689 View commit details
    Browse the repository at this point in the history
  2. Update atomics.h

    Fix recursive call.
    eafurst authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    64e55dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2805b4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d55e2c View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. adding lockable type

    eafurst committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    e31dc50 View commit details
    Browse the repository at this point in the history
  2. small nitpicks on lockable

    eafurst committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    f699022 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Configuration menu
    Copy the full SHA
    856ba0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5a5e56 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    eb1a1cc View commit details
    Browse the repository at this point in the history
  2. remove redundant line

    eafurst committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    58b6205 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. make print on device serial

    eafurst committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    2a1907b View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Configuration menu
    Copy the full SHA
    61cc2c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f642ef0 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

  1. small typo fixes

    eafurst committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    2beae12 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Configuration menu
    Copy the full SHA
    3facd1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79a06b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Adds a bucket priority queue class implemented on the host with

    priority data on the device.
    mrutt92 committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    8932325 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6299bb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d803197 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8de156b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d5f15e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    75d16e6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #26 from bespoke-silicon-group/furst/fixups

    runtime library fixes and small code gen typo fixes
    eafurst authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    3b8a556 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. typos

    eafurst committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    67ba293 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38a4268 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad18276 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. final check of partitions

    eafurst committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    59a4b32 View commit details
    Browse the repository at this point in the history
  2. flip flop of params

    eafurst committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    3b3dbe2 View commit details
    Browse the repository at this point in the history
  3. small range bug

    eafurst committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    b780367 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. lots of fixes: fix param list order, edge cases of assign statements,…

    … vertexset apply bug, small bugs/cleaning code up
    eafurst committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    37be8a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60f181b View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

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

Commits on Oct 23, 2020

  1. typo

    eafurst committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    0014f3d View commit details
    Browse the repository at this point in the history
  2. typos

    eafurst committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    8474612 View commit details
    Browse the repository at this point in the history
  3. final check of partitions

    eafurst committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    6af2b12 View commit details
    Browse the repository at this point in the history
  4. flip flop of params

    eafurst committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    6bb6277 View commit details
    Browse the repository at this point in the history
  5. small range bug

    eafurst committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    86e1f7c View commit details
    Browse the repository at this point in the history
  6. lots of fixes: fix param list order, edge cases of assign statements,…

    … vertexset apply bug, small bugs/cleaning code up
    eafurst committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    b4af5a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0bb5d51 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b7b0cd6 View commit details
    Browse the repository at this point in the history
  9. typo

    eafurst committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    318602e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d3bbd77 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    26b7d62 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    e872430 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from bespoke-silicon-group/furst/atomics

    atomic device functions
    eafurst authored Oct 26, 2020
    Configuration menu
    Copy the full SHA
    8127cd5 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. weighted graph fixes

    eafurst committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    28f6743 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. add initialization into buckets, add unreached/null value, switch to …

    …global scalar for code gen
    eafurst committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    185d32b View commit details
    Browse the repository at this point in the history
  2. weighted graph fixes

    eafurst committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    dcdc190 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f51c8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af8c8b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    53e3be3 View commit details
    Browse the repository at this point in the history
  2. fix runtime lib bug

    eafurst committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    96b0e50 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    6bef234 View commit details
    Browse the repository at this point in the history