1. 20 11月, 2019 6 次提交
    • T
      support general embedding params (#21217) · 349e82d6
      Thunderbrook 提交于
      * general table
      
      * add sparse table
      test=develop
      
      * no cvm
      test=develop
      
      * add no_cvm
      test=develop
      
      * add note
      test=develop
      
      * code style
      test=develop
      
      * code style
      test=develop
      
      * code style
      test=develop
      
      * code style
      test=develop
      
      * code style
      test=develop
      
      * add key of optimizer
      test=develop
      349e82d6
    • L
      Fix the CAPI ZeroCopy shape error and reuse the code to get output (#21240) · 3cb6c0a0
      liu zhengxi 提交于
      * fix the CAPI ZeroCopy shape error and reconstruct the output obtain
      
      * use an anonymous namespace to cover the functor
      
      * fix unit tests because of the output of typeid(T).name() is different from linux and windows, test=develop
      3cb6c0a0
    • Y
      Enable generating code for a given subgraph. (#21126) · 6b1e1f0d
      Yiqun Liu 提交于
      * Enable generating code for a given subgraph.
      
      * Support sorting the subgraph.
      
      * Remove the rearange of expressions because we use the sorted subgraph directly.
      
      * Enable generating code for a subgraph which is composed of grad ops.
      
      * Use expression information to check the accuracy in unittest.
      
      * Separate load and store from computation expressions.
      test=develop
      
      * Improve the loading statements in generated codes.
      test=develop
      
      * Remove unused arguments from formal list.
      test=develop
      6b1e1f0d
    • Z
      Fix topk compile failed on windows (#21243) · 3ff5cc2d
      zhaoyuchen2018 提交于
      * Fix topk compile failed on windows
      * Use explicit cast for assign data
      3ff5cc2d
    • P
      fix trt weight bug (#21231) · 2e2f92a5
      Pei Yang 提交于
      added splitter "__" between weight name and suffix number to avoid conflicts.
      2e2f92a5
    • Z
      optimize assign op to avoid copy data from GPU to GPU (#21181) · 01a96463
      Zhang Ting 提交于
      * optimize assign op to avoid copy data from GPU to GPU, test=develop
      
      * modified GetkernelTypeForVar and just avoid device transform, test=develop
      01a96463
  2. 19 11月, 2019 6 次提交
  3. 18 11月, 2019 6 次提交
  4. 15 11月, 2019 5 次提交
  5. 14 11月, 2019 8 次提交
  6. 13 11月, 2019 3 次提交
  7. 12 11月, 2019 6 次提交