1. 18 May, 2022 1 commit
  2. 17 May, 2022 4 commits
    • Xin Zhang's avatar
      3dd54d5c
    • Mufei Li's avatar
      Update functional.py (#4015) · de5543e3
      Mufei Li authored
      de5543e3
    • paoxiaode's avatar
      change the curandState and launch dimension of CSRRowwiseSample kernel (#3990) · bacf2ab4
      paoxiaode authored
      
      
      * Change the curand_init parameter
      
      * Change the curand_init parameter
      
      * commit
      
      * commit
      
      * change the curandState and launch dim of CSRRowwiseSample kernel
      
      * commit
      
      * keep  _CSRRowWiseSampleReplaceKernel in sync
      Co-authored-by: default avatarnv-dlasalle <63612878+nv-dlasalle@users.noreply.github.com>
      bacf2ab4
    • ndickson-nvidia's avatar
      [Feature] Added floating-point conversion functions to dgl.transforms.functional (#3890) · e0e8736f
      ndickson-nvidia authored
      
      
      * * Added half_(), float_(), and double_() functions to DGLHeteroGraph, HeteroNodeDataView, and HeteroEdgeDataView, for converting floating-point tensor data to float16, float32, or float64 precision
      
      * * Extracted out private functions for floating-point type conversion, to reduce code duplication
      
      * * Added test for floating-point data conversion functions, half_(), float_(), and double_()
      
      * * Moved half_(), float_(), and double_() functions from HeteroNodeDataView and HeteroEdgeDataView to Frame class
      
      * * Updated test_float_cast() to use dgl.heterograph instead of dgl.graph
      
      * Added to CONTRIBUTORS.md
      
      * * Changed data type conversion to be deferred until the data is accessed, to avoid redundant conversions of data that isn't used.
      
      * * Addressed issues flagged by linter
      
      * * Worked around a bug in the old version of mxnet that's currently used for DGL testing
      
      * * Only defer Column data type conversion if there is a pending device transfer or index sampling to be done.  This is expected to be the desired behaviour based on discussions of a few use cases, as described in the comments.
      
      * * Moved floating-point feature data conversion functions to dgl.transforms.functional
      * Changed them from in-place behaviour to shallow copy (out-of-place) behaviour
      
      * * Fixed linter issues
      
      * * Removed lines that unintentionally added to_half, to_float, and to_double to DGLHeteroGraph
      * Moved _init_api line to the end of the file again
      
      * * Removed one of the two leading underscores from Frame.__astype_float, making it not fully private
      Co-authored-by: default avatarnv-dlasalle <63612878+nv-dlasalle@users.noreply.github.com>
      e0e8736f
  3. 16 May, 2022 4 commits
  4. 13 May, 2022 2 commits
  5. 12 May, 2022 1 commit
  6. 11 May, 2022 4 commits
  7. 10 May, 2022 2 commits
  8. 09 May, 2022 2 commits
  9. 08 May, 2022 1 commit
  10. 07 May, 2022 1 commit
  11. 06 May, 2022 1 commit
    • Mufei Li's avatar
      [DGL-Go] CI for DGL-Go (#3959) · 334e6434
      Mufei Li authored
      * Update
      
      * Update
      
      * Fix
      
      * Update
      
      * CI
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      334e6434
  12. 05 May, 2022 2 commits
  13. 29 Apr, 2022 3 commits
  14. 28 Apr, 2022 2 commits
  15. 27 Apr, 2022 3 commits
  16. 26 Apr, 2022 1 commit
  17. 25 Apr, 2022 2 commits
  18. 24 Apr, 2022 1 commit
  19. 23 Apr, 2022 1 commit
  20. 22 Apr, 2022 2 commits