1. 13 Jul, 2021 2 commits
    • sanchit-misra's avatar
      [CPU][Kernel] Single socket spmm (#3024) · fac75e16
      sanchit-misra authored
      
      
      * optimizations of spmm for CPU
      
      * Added names of contributors
      
      * Minor code cleanup
      
      * Moved the spmm optimization code to a new header file
      
      * Moved to DGL's logging method
      
      * removed duplicate code between SpMMSumCsr and SpMMCmpCsr
      
      * Changes made to follow Google coding style
      
      * Fixed lint errors in spmm.h
      
      * Fixed some lint errors from spmm_blocking_libxsmm.h
      
      * Fixed lint errors from spmm_blocking_libxsmm.h
      
      * Added comments to SpMMCreateLibxsmmKernel
      
      * to enable building of tests, and other cosmetic changes
      
      * disabling libxsmm on windows
      
      * Put a condition to avoid opt impl for FP64 as libxsmm does not have FP64 support yet
      
      * cosmetic changes and documentation
      
      * cosmetic changes
      
      * to pass lint tests
      
      * replaced multiple allocations for buffers of indices and edges with a single allocation
      Co-authored-by: default avatarMinjie Wang <wmjlyjemaine@gmail.com>
      fac75e16
    • Rhett Ying's avatar
      [Feature] apply dgl.reorder() onto several node classification datase… (#3102) · 186ef592
      Rhett Ying authored
      * [Feature] apply dgl.reorder() onto several node classification datasets in DGL
      
      * rebase on latest dgl.reorder_graph()
      186ef592
  2. 12 Jul, 2021 5 commits
  3. 09 Jul, 2021 1 commit
  4. 08 Jul, 2021 2 commits
  5. 07 Jul, 2021 4 commits
  6. 06 Jul, 2021 4 commits
  7. 05 Jul, 2021 5 commits
  8. 04 Jul, 2021 1 commit
  9. 03 Jul, 2021 1 commit
  10. 02 Jul, 2021 7 commits
  11. 01 Jul, 2021 1 commit
  12. 30 Jun, 2021 3 commits
  13. 29 Jun, 2021 3 commits
  14. 28 Jun, 2021 1 commit