1. 20 12月, 2021 11 次提交
  2. 18 12月, 2021 3 次提交
  3. 17 12月, 2021 17 次提交
  4. 16 12月, 2021 9 次提交
    • L
      [new-exec] skip add_dependency when cc_test skipped because of CI_SKIP_CPP_TEST=ON (#38191) · 30973183
      Leo Chen 提交于
      * fix cmake
      
      * not check execution time
      30973183
    • C
      add grad maker debug log (#38183) · a43d8e59
      chentianyu03 提交于
      a43d8e59
    • T
      Faster implementation of CPU kernel for ROI Align operator (#37848) · 023ff4f5
      Tomasz Socha 提交于
      * Faster implementation of CPU kernel for ROI_ALIGN Operator
      
      * Add missing variable to CUDA roi_align_op
      
      * Style
      
      * Fix boundaries
      
      * Rename variables for indexes calculation
      
      * Remove unnecessary emplace
      
      * Revert "Remove unnecessary emplace"
      
      This reverts commit c10e87f7fb812f1a672fde32f2690a97d47e2f5a.
      
      * Style
      023ff4f5
    • C
      pylayer support HIP (#38184) · 2e76d5ad
      chentianyu03 提交于
      2e76d5ad
    • Z
      Fixed LD_LIBRARY_PATH for eager_code_generator (#38160) · af30f545
      Zhanlue Yang 提交于
      * Rearranged Eager AutoCodeGen directory structure
      
      * Removed USE_OP in Eager AutoCodeGen
      
      * Enabled generation for Operators without Grad/Inputs/Outputs
      
      * Resolved operators without input
      
      * Fixed merge conflicts
      
      * Enabled Eager AutoCodeGen for 10+ more operators
      
      * Refactored Eager AutoCodeGen with more organized helper objects
      
      * Enabled Eager AutoCodeGen for operators with multiple OpBases
      
      * Adjusted Eager AutoCodeGen to Enable Passing Output Tensor as Input Argument
      
      * Handled Dispensable Inputs/Outputs in Eager AutoCodeGen
      
      * Enabled Eager AutoCodeGen for All Existing Operators & Possible Future Operators
      
      * Fixed CI issues
      
      * Fixed LD_LIBRARY_PATH for eager_code_generator
      af30f545
    • X
      Add arc hyperbolic function op (#37076) · 36b7368d
      xiaoting 提交于
      * add activation
      
      * update activation_op
      
      * add unitest for activation
      
      * fix acosh for init, test=develop
      36b7368d
    • F
      Conv transpose eltwiseadd bn fuse pass (#37800) · e64f0997
      feng_shuai 提交于
      * conv_transpose_eltwiseadd_bn_fuse_pass
      
      * change timeout
      
      * add TIMEOUT
      
      * add random num for group and dilation
      
      * change PassCompat
      e64f0997
    • Revert "modify the fix_seed attribute in dropout op is a def... · 464f2af8
      王明冬 提交于
      Revert "modify the fix_seed attribute in dropout op is a def attribute.test=develop (#38100)" (#38127)
      
      This reverts commit f44add7b.
      464f2af8
    • Y
      Add tests for PaddleInference Pass (#37676) · 96597a85
      yeliang2258 提交于
      * add test for conv_elementwise_add2_act_fuse_pass and conv_elementwise_add_act_fuse_pass
      
      * Add conv_eltwiseadd_bn_fuse_pass test and fix test_conv_elementwise_addX_act_fuse_pass
      
      * add tests for conv_act_mkldnn_fuse_pass
      
      * add test for conv_bias_mkldnn_fuse_pass
      
      * update code
      
      * add conv_act_mkldnn_fuse_pass for relu, relu6, swish, leaky_relu
      
      * update test
      
      * update
      
      * update bug
      
      * update
      
      * update pattern_detector
      
      * fix test_conv_eltwiseadd_bn_fuse_pass
      
      * add diff display notest;test=windows_ci_inference
      
      * fix
      
      * remove test_conv_act_mkldnn_fuse_pass.py
      
      * ifix
      96597a85