1. 18 11月, 2022 3 次提交
  2. 17 11月, 2022 6 次提交
  3. 15 11月, 2022 4 次提交
  4. 14 11月, 2022 3 次提交
  5. 11 11月, 2022 3 次提交
  6. 10 11月, 2022 5 次提交
  7. 09 11月, 2022 7 次提交
  8. 08 11月, 2022 4 次提交
  9. 07 11月, 2022 5 次提交
    • H
      suqeeze2 + transpose2 fuse onednn (#47592) · fa874a46
      Hui Zhang 提交于
      * suqeeze2 transpose2 fuse onednn
      
      * format
      
      * fix output shape
      
      * fix conflict
      
      * format
      
      * format
      
      * remove useless
      
      * remove log
      
      * simply pass
      
      * fix comment
      
      * fix
      
      * fix msg
      
      * fix error msg
      
      * format
      fa874a46
    • W
      remove hardcoded -Wunused-variable compiler flags (#47706) · 45bc4542
      Wang Xin 提交于
      45bc4542
    • H
      [Restore PR] Remove hard code of PADDLE_WITH_CUDA (#47630) · 908a381d
      HongyuJia 提交于
      * move cudnn hardcode outside GetExpectedKernelType
      
      * add header file
      
      * debug
      
      * update interpreter_util with hardcode
      
      * update interpreter_util headerfile
      
      * solve activation hardcode
      
      * debug with CI
      
      * add mkldnn_op_list header file
      
      * temporarily uncomment mkldnn
      
      * temporarily uncomment mkldnn
      
      * delete sequence_softmax cudnn hardcode
      
      * add hardcode to data_transfer.cc
      
      * update data_transfer headerfile
      
      * try fix segment fault
      
      * update cudnn&miopen_helper
      
      * reset HasAttr of DygraphExctnCtx
      
      * debug, this commit should pass all CI
      
      * debug should pass CI, temporarily disable activation
      
      * debug should pass CI
      
      * fix default_attr=nullptr bug
      
      * clean debug code
      
      * Call SetDnnFallback function in the base class
      
      * activation fallback to plain kernel
      
      * fix default GetExpectedKernelType find wrong kernel
      
      * search cudnn kernel instead of fallback
      
      * fix cudnn_handle bug
      
      * remove tanh use_cudnn
      
      * restore tanh use_cudnn
      
      * debug tanh
      
      * fix tanh bug
      
      * delete activation cudnn kernel
      
      * polish code
      908a381d
    • W
    • S
      [PHI] Migrate batch_norm (#47652) · 2337e609
      Sławomir Siwek 提交于
      * init changes
      
      * bnorm
      
      * method signature
      
      * change order
      
      * bnorm
      
      * removed unused args
      2337e609