"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "f748331aa346c65913fb304036202acd7dad5525"
  1. 17 Jan, 2023 2 commits
  2. 16 Jan, 2023 1 commit
  3. 13 Jan, 2023 3 commits
  4. 11 Jan, 2023 4 commits
  5. 06 Jan, 2023 2 commits
  6. 03 Jan, 2023 2 commits
  7. 29 Dec, 2022 2 commits
  8. 26 Dec, 2022 1 commit
  9. 07 Dec, 2022 2 commits
  10. 05 Dec, 2022 1 commit
  11. 01 Dec, 2022 1 commit
  12. 20 Nov, 2022 1 commit
  13. 18 Nov, 2022 1 commit
  14. 17 Nov, 2022 1 commit
    • hummingg's avatar
      less than 2^31−1 nodes then 32-bit (#4912) · 3103f8cb
      hummingg authored
      English Version: However, if a graph contains less than 2^31−1 nodes or edges, one should use 32-bit integers as it leads to better speed and requires less memory.
      3103f8cb
  15. 16 Nov, 2022 1 commit
  16. 15 Nov, 2022 1 commit
  17. 10 Nov, 2022 1 commit
  18. 06 Nov, 2022 2 commits
    • Xin Yao's avatar
      [Feature] Add bfloat16 (bf16) support (#4648) · 96297fb8
      Xin Yao authored
      * add bf16 specializations
      
      * remove SWITCH_BITS
      
      * enable amp for bf16
      
      * remove SWITCH_BITS for cpu kernels
      
      * enbale bf16 based on CUDART
      
      * fix compiling for sm<80
      
      * fix cpu build
      
      * enable unit tests
      
      * update doc
      
      * disable test for CUDA < 11.0
      
      * address comments
      
      * address comments
      96297fb8
    • rudongyu's avatar
      [Transform] Add shortest distance (#4799) · 1d229194
      rudongyu authored
      * shortest dist
      
      * update
      
      * address issues
      
      * update
      
      * fix indent
      
      * lint
      
      * fix indent
      1d229194
  19. 02 Nov, 2022 1 commit
    • ZhenyuLU_Heliodore's avatar
      [NN] Add DegreeEncoder for graph transformer (#4742) · 9d9280cb
      ZhenyuLU_Heliodore authored
      
      
      * Add files via upload
      
      This file will contain several utility modules for Graph Transformer. DegreeEncoder has been implemented in this file now.
      
      * Update graph_transformer.py
      
      * Update nn-pytorch.rst
      
      Add graph_transformer.DegreeEncoder in Utility Modules
      
      * Update test_nn.py
      
      * Update __init__.py
      
      * Update graph_transformer.py
      
      * Update test_nn.py
      
      * Update graph_transformer.py
      
      fix unused import
      
      * Update graph_transformer.py
      
      add module doc-string
      
      * Update graph_transformer.py
      
      * Update graph_transformer.py
      Co-authored-by: default avatarrudongyu <ru_dongyu@outlook.com>
      9d9280cb
  20. 01 Nov, 2022 1 commit
  21. 31 Oct, 2022 1 commit
  22. 27 Oct, 2022 2 commits
  23. 12 Oct, 2022 1 commit
  24. 10 Oct, 2022 1 commit
  25. 08 Oct, 2022 1 commit
  26. 30 Sep, 2022 1 commit
  27. 29 Sep, 2022 1 commit
  28. 28 Sep, 2022 1 commit