1. 28 6月, 2021 5 次提交
  2. 25 6月, 2021 5 次提交
  3. 24 6月, 2021 8 次提交
  4. 23 6月, 2021 13 次提交
  5. 22 6月, 2021 7 次提交
  6. 21 6月, 2021 2 次提交
    • P
      fix emb_eltwise_ln gpu_id bug (#33701) · 1b0c5ef2
      Pei Yang 提交于
      1b0c5ef2
    • L
      Add AXPY oneDNN handler (#33632) · 773aabc7
      lidanqing 提交于
      * Add oneDNN AXPY handler.
      
      * Add fallback for small tensors.
      
      * Fix ifdefs
      
      * Remove unnecessary namespace prefixes and add missing headers.
      
      * Guard handler_axpy with proper ifdefs.
      
      * Compilation of this function is possible only when Paddle is not build
      with CUDA nor HIP.
      
      * Move AXPY handler code to separate files.
      
      * Use oneDNN AXPY handler in SGD op.
      
      * Use axpy handler only when Paddle is built with oneDNN.
      
      * Add test for SUM BF16 with big rows.
      
      * Fix SFINAE rules for elementwise_add_to.
      
      * Add test case for SGD with big rows.
      
      * update
      
      * update
      Co-authored-by: NAdam Osewski <adam.osewski@intel.com>
      773aabc7