1. 25 5月, 2020 5 次提交
  2. 22 5月, 2020 3 次提交
  3. 21 5月, 2020 10 次提交
  4. 20 5月, 2020 10 次提交
  5. 19 5月, 2020 7 次提交
  6. 18 5月, 2020 5 次提交
    • S
      Add lod in gather/scatter (#24613) · 837dd47a
      ShenLiang 提交于
      * add lod msg in gather and scatter_op, test=develop
      837dd47a
    • A
      [Dy2stat] Add GPU unittest of test_se_resnet (#24582) · 85ff7974
      Aurelius84 提交于
      * test_seresnet support gpu test=develop
      
      * Set the Flag by core.globals test=develop
      
      * modify into set_flags test=develop
      85ff7974
    • M
      Readme Corrections (#24599) · 483955b0
      Muennighoff 提交于
      * Updated ReadMe
      
      * Readme Corrections, test=develop, test=document_fix
      483955b0
    • 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