1. 30 Jun, 2022 4 commits
  2. 29 Jun, 2022 5 commits
  3. 28 Jun, 2022 4 commits
  4. 27 Jun, 2022 4 commits
    • ndickson-nvidia's avatar
      [Bug][Feature] Added more missing FP16 specializations (#4140) · a5d8460c
      ndickson-nvidia authored
      * * Added missing specializations for `__half` of `DLDataTypeTraits`, `IndexSelect`, `Full`, `Scatter_`, `CSRGetData`, `CSRMM`, `CSRSum`, `IndexSelectCPUFromGPU`
      * Fixed casting issue in `_LinearSearchKernel` that was preventing it from supporting `__half`
      * Added `#if`'d out specializations of `CSRGEMM`, `CSRGEAM`, and `Xgeam`, which would require functions that aren't currently provided by cublas
      
      * * Added more specific error messages for unimplemented FP16 specializations of Xgeam, CSRGEMM, and CSRGEAM
      
      * * Added missing instantiation of DLDataTypeTraits<__half>::dtype
      
      * * Fixed linter error
      * Added clearer comment explaining why the cast to long long is necessary
      
      * * Worked around a compile error in some particular setup, where __half can't be constructed on the host side
      
      * * Fixed linter formatting errors
      
      * * Changes to comments as recommended
      
      * * Made recommended changes to logging errors in FP16 specializations
      * Also changed the existing Xgeam function for unsupported data types from LOG(INFO) to LOG(FATAL)
      a5d8460c
    • Xin Yao's avatar
    • Rhett Ying's avatar
      [BugFix] fix rpc-related build issue on mac OS (#4168) · 10db5d0b
      Rhett Ying authored
      * [BugFix] fix rpc-related build issue on mac OS
      
      * add warning message
      
      * add warning message
      10db5d0b
    • Rhett Ying's avatar
      [Dist] enable USE_EPOLL in default (#4167) · 9d425315
      Rhett Ying authored
      * [Dist] enable USE_EPOLL in default
      
      * fix build issue on windows
      
      * fix build issue on windows
      
      * fix build issue on windows
      
      * fix build issue on windows
      
      * fix build issue on windows
      
      * fix build issue
      9d425315
  5. 24 Jun, 2022 2 commits
  6. 23 Jun, 2022 5 commits
  7. 22 Jun, 2022 3 commits
  8. 21 Jun, 2022 1 commit
    • Mufei Li's avatar
      [DGL-Go] Inference for Node Prediction Pipeline (full & ns) (#4095) · 31e4a89b
      Mufei Li authored
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      31e4a89b
  9. 20 Jun, 2022 3 commits
  10. 17 Jun, 2022 1 commit
  11. 16 Jun, 2022 1 commit
  12. 15 Jun, 2022 3 commits
  13. 14 Jun, 2022 4 commits