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

GPU backend branch merge #148

Open
wants to merge 117 commits into
base: master
Choose a base branch
from
Open

GPU backend branch merge #148

wants to merge 117 commits into from

Commits on Sep 23, 2019

  1. Configuration menu
    Copy the full SHA
    17a90fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d46022b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Configuration menu
    Copy the full SHA
    530b472 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71692ad View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

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

Commits on Sep 27, 2019

  1. Configuration menu
    Copy the full SHA
    4d79563 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0a3392 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    505441d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4bc834 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Configuration menu
    Copy the full SHA
    cb0c070 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d109fb View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Configuration menu
    Copy the full SHA
    85fb156 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cde571c View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. setting up tests for gpu-based priority queue

    Yunming Zhang committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    fe272bf View commit details
    Browse the repository at this point in the history
  2. Merge branch 'gpu_backend' of github.com:GraphIt-DSL/graphit into gpu…

    …_backend
    Yunming Zhang committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    5e2ff33 View commit details
    Browse the repository at this point in the history
  3. adding the file for gpu priority queue

    Yunming Zhang committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    6532105 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4811023 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b9f8c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ea0af5 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

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

Commits on Oct 7, 2019

  1. Configuration menu
    Copy the full SHA
    7198946 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'gpu_backend' of github.com:GraphIt-DSL/graphit into gpu…

    …_backend
    Yunming Zhang committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    7ad6cfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f29384 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c318d42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    537c5fe View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Configuration menu
    Copy the full SHA
    19ba657 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffddce8 View commit details
    Browse the repository at this point in the history
  3. moving the sssp runtime lib into a sssp_lp (label propagation) file, …

    …and adding a real delta stepping version
    Yunming Zhang committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    ed487f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57bea68 View commit details
    Browse the repository at this point in the history
  5. merging with the latest code

    Yunming Zhang committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    561c9ad View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. Configuration menu
    Copy the full SHA
    09c6e74 View commit details
    Browse the repository at this point in the history
  2. adding code to allocate the SP array

    Yunming Zhang committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    e31115c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5923d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    916a532 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4d0ec5 View commit details
    Browse the repository at this point in the history
  6. fixing the initialization of SP on device

    Yunming Zhang committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    de32c7a View commit details
    Browse the repository at this point in the history
  7. Merge branch 'gpu_backend' of github.com:GraphIt-DSL/graphit into gpu…

    …_backend
    Yunming Zhang committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    d1c9738 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Configuration menu
    Copy the full SHA
    8fe8e41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b609ea0 View commit details
    Browse the repository at this point in the history
  3. switching to the frontier and prepare sparse APIs

    Yunming Zhang committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    51ccc4d View commit details
    Browse the repository at this point in the history
  4. comment out the unncessary parts of the code

    Yunming Zhang committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    f5f9033 View commit details
    Browse the repository at this point in the history
  5. adding support for windowing in the updateEdge function

    Yunming Zhang committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    653fca8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3ad3b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f468b6c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    625ab39 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Changed the binary extension in the loader and the loader can directl…

    …y load the binary file format
    AjayBrahmakshatriya committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    4fac36f View commit details
    Browse the repository at this point in the history
  2. fixing a bug with copying window_upper

    Yunming Zhang committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    f85d8a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. adding support to pass start vertex as a commandline argument, cleani…

    …ng up the sssp delta_stepping code a bit
    Yunming Zhang committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    07bd866 View commit details
    Browse the repository at this point in the history
  2. fixing a bug caused by previous cleanup

    Yunming Zhang committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    d6f0000 View commit details
    Browse the repository at this point in the history
  3. further cleaning up the gpu sssp delta stepping code to get ready for…

    … refactoring and switching to more load balance schemes
    Yunming Zhang committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    8ee2212 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    420f56d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5efafa5 View commit details
    Browse the repository at this point in the history
  6. adding support for timing the code

    Yunming Zhang committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    38ed3e8 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'gpu_backend' of github.com:GraphIt-DSL/graphit into gpu…

    …_backend
    Yunming Zhang committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    1e78dd1 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Configuration menu
    Copy the full SHA
    7c0d5aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afbf29a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd2ae36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a60f25e View commit details
    Browse the repository at this point in the history
  5. Implemented new vector field property analyzer for GPU and changed th…

    …e lowering to use it when gpu schedule is enabled
    AjayBrahmakshatriya committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    7f092a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5083e35 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Configuration menu
    Copy the full SHA
    ce14b3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    717cf1f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Configuration menu
    Copy the full SHA
    7c5b21c View commit details
    Browse the repository at this point in the history
  2. refactoring to current_priority_ , delta, and window_upper_ in the pr…

    …iority_queue_ data structure
    yunmingzhang17 committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    ff9e4ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3592bab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bc43cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e72f3ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e26f331 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Configuration menu
    Copy the full SHA
    bd3ef98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    494c4d7 View commit details
    Browse the repository at this point in the history
  3. refactoring the code to make frontier a member of priority queue and …

    …setting up an init function for priority queue
    yunmingzhang17 committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    bc91bb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f28a18 View commit details
    Browse the repository at this point in the history
  5. replace the priorities accessed in update_nodes_identify_min and upda…

    …te_nodes_special to use the priorities inside GPUPriorityQueue
    yunmingzhang17 committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    48f0877 View commit details
    Browse the repository at this point in the history
  6. Added strict load balance and test case for strict with test cases fo…

    …r all load balance schemes with kernel fusion
    AjayBrahmakshatriya committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    c982666 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d293bf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bae47f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4f7d15a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    996434a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2464f10 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c975b9d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b4bfa59 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

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

Commits on Oct 29, 2019

  1. Configuration menu
    Copy the full SHA
    8313c6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dd4716 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb89292 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35a3571 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f06c645 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7dcc7fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a10baa0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2af2fbb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    23b8c83 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    156a3f3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5a6e067 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    437ecb0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6e28e5a View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. adding a check to make sure only eager or eager with merge schedule w…

    …ould lower into ordered processing operator
    yunmingzhang17 committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    0303539 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

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

Commits on Nov 8, 2019

  1. Configuration menu
    Copy the full SHA
    1795db6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    489735b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

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

Commits on Jan 2, 2020

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

Commits on Feb 28, 2020

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

Commits on Mar 5, 2020

  1. Configuration menu
    Copy the full SHA
    2dc1827 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6754d68 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

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

Commits on May 19, 2020

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

Commits on May 28, 2020

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

Commits on Jun 24, 2020

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

Commits on Jul 1, 2020

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

Commits on Dec 3, 2020

  1. Small changes

    AjayBrahmakshatriya committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    729421d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09682fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5974418 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Update README.md

    AjayBrahmakshatriya authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    6cc3eca View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Configuration menu
    Copy the full SHA
    42ff6cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8646f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

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

Commits on Dec 3, 2021

  1. Merge pull request #154 from GraphIt-DSL/cgo_ae

    Fixed minor Codegen bug for AE
    AjayBrahmakshatriya authored Dec 3, 2021
    Configuration menu
    Copy the full SHA
    b55323b View commit details
    Browse the repository at this point in the history