1. 29 1月, 2019 2 次提交
  2. 28 1月, 2019 10 次提交
  3. 25 1月, 2019 9 次提交
  4. 24 1月, 2019 6 次提交
    • X
      support multi grad ops · 4d9feb35
      Xin Pan 提交于
      test=develop
      4d9feb35
    • Y
      Add the CUDA kernel for beam_search op (#15020) · 3008fa12
      Yiqun Liu 提交于
      * Refine the beam_search op and test.
      
      * A basic CUDA implementation of beam_search for small batch_size.
      
      * Implement CUDA kernel for beam_search_op.
      
      * Use multiple CUDA threads in the same block to select the top beam.
      
      * Update the python api of beam_search op.
      
      * Enable extend function in CPU kernel of beam_search op.
      
      * Unify the CUDA codes.
      test=develop
      
      * Unify the CPU kernel of beam_search op.
      
      * Ensure the seletced items of beam_search_op's CPU kernel sorted by scores.
      
      * Update the description of beam_search in API.spec.
      
      * Enable the use of CUDA kernel in beam_search op.
      
      * Exclude the beam_search's CUDA unittest when there is no CUDA gpu, and delete some debuging statements.
      test=develop
      
      * Follow comments.
      test=develop
      
      * Call the CPU kernel for beam_search op when batch_size > 4.
      test=develop
      
      * Remove the except of is_empty op in PrepareData.
      test=develop
      3008fa12
    • W
      fix tangwei merge issue test=develop (#15506) · 22db82c0
      Wu Yi 提交于
      22db82c0
    • T
      nce add check sample lables, test=develop (#15463) · 5cfc40de
      tangwei12 提交于
      * nce add check sample lables, test=develop
      5cfc40de
    • M
      Refine stop_gradient · 3ce2d295
      minqiyang 提交于
      test=develop
      3ce2d295
    • S
      disable eager deletion unittest · eed4a638
      sneaxiy 提交于
      test=develop
      eed4a638
  5. 23 1月, 2019 9 次提交
  6. 22 1月, 2019 4 次提交