1. 05 4月, 2022 1 次提交
  2. 04 4月, 2022 27 次提交
  3. 03 4月, 2022 9 次提交
  4. 02 4月, 2022 3 次提交
    • L
      [new-exec] fit empty program for new executor (#41328) · e0ccaeaf
      Leo Chen 提交于
      e0ccaeaf
    • A
      [Eager]Fix eager no take effect problem (#41291) · 50714d5c
      Aurelius84 提交于
      * [Eager]Fix eager no take effect problem
      
      * add element_wise and fix greater_than
      50714d5c
    • S
      Add graph apis (#40809) · b0398c8e
      Siming Dai 提交于
      * Add graph_reindex API
      
      * add graph_sample_neighbors api
      
      * Add buffer
      
      * delete VLOG
      
      * delete thrust::copy for output
      
      * add ShareDataWith
      
      * delete graph_reindex hashtable output
      
      * add graph_reindex dispensable
      
      * add reindex unittest, move memset to cuda kernel, change api
      
      * fix conflict
      
      * add reindex buffer for gpu version note
      
      * fix conflicts for op_func_generator
      
      * Add fisher_yates sampling, add dispensable, change infermeta
      
      * add dtype for edge_id
      
      * fix rocm ci and static check ci
      
      * add unittest
      
      * fix unittest
      
      * fix unittest
      
      * fix bug
      b0398c8e