Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: the-data-lab/GraphOne
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: LiminCode/GraphOne
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 4,020 files changed
  • 2 contributors

Commits on Jan 14, 2021

  1. add GraphBLAS

    add directory GraphBLAS from https://github.com/pradeep-k/RedisGraph
    
    Co-Authored-By: Pradeep Kumar <6568946+pradeep-k@users.noreply.github.com>
    LiminCode and pradeep-k committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    201c183 View commit details
    Browse the repository at this point in the history
  2. Some comments

    Co-Authored-By: Pradeep Kumar <6568946+pradeep-k@users.noreply.github.com>
    LiminCode and pradeep-k committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    3f3795f View commit details
    Browse the repository at this point in the history
  3. Create .gitignore

    ignore redundant files created in visual studio
    
    Co-Authored-By: Pradeep Kumar <6568946+pradeep-k@users.noreply.github.com>
    LiminCode and pradeep-k committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    cfb9570 View commit details
    Browse the repository at this point in the history
  4. for debug test

    Print out the vertex sid
    
    Co-Authored-By: Pradeep Kumar <6568946+pradeep-k@users.noreply.github.com>
    LiminCode and pradeep-k committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    d5b94d2 View commit details
    Browse the repository at this point in the history
  5. Add BLAS_Graph files

    Co-Authored-By: Pradeep Kumar <6568946+pradeep-k@users.noreply.github.com>
    LiminCode and pradeep-k committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    63ac34e View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Add some comments and debug print

    Co-Authored-By: Pradeep Kumar <6568946+pradeep-k@users.noreply.github.com>
    LiminCode and pradeep-k committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    6e834eb View commit details
    Browse the repository at this point in the history
  2. Update BLAS_graph.h

    Co-Authored-By: Pradeep Kumar <6568946+pradeep-k@users.noreply.github.com>
    LiminCode and pradeep-k committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    ca2675b View commit details
    Browse the repository at this point in the history
  3. Add utility directory included in gview/BLAS_graph.c

    added a directory /utilityBLAS/,  this directory is a fully copy from RedisGraph/ src/util/
    
    Co-Authored-By: Pradeep Kumar <6568946+pradeep-k@users.noreply.github.com>
    LiminCode and pradeep-k committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    6a3dcb6 View commit details
    Browse the repository at this point in the history
Loading