1. 01 6月, 2020 2 次提交
  2. 28 5月, 2020 5 次提交
  3. 27 5月, 2020 5 次提交
  4. 26 5月, 2020 8 次提交
  5. 25 5月, 2020 6 次提交
  6. 22 5月, 2020 1 次提交
  7. 21 5月, 2020 3 次提交
  8. 20 5月, 2020 4 次提交
  9. 19 5月, 2020 3 次提交
  10. 18 5月, 2020 3 次提交
    • S
      Add lod in gather/scatter (#24613) · 837dd47a
      ShenLiang 提交于
      * add lod msg in gather and scatter_op, test=develop
      837dd47a
    • J
      3292f0ef
    • Y
      Add some check for CUDA Driver API and NVRTC (#22719) · 560c8153
      Yiqun Liu 提交于
      * Add the check for whether CUDA Driver and NVRTC is available for the runtime system.
      
      * Call cuInit to initialize the CUDA Driver API before all CUDA callings.
      test=develop
      
      * Change the behavior when libnvrtc.so can not be found, printing a warning instead of exiting.
      test=develop
      
      * Do not initialize CUDA Driver API for windows and macos.
      test=develop
      
      * Remove the call of cuInit when entering paddle and enable the test_code_generator.
      test=develop
      
      * Add some built-in functions for __half.
      test=develop
      
      * Change save_intermediate_out to false in unittest.
      test=develop
      
      * Fix error reference to tempropary variable when seting including path for device_code.
      test=develop
      560c8153