1. 25 7月, 2022 1 次提交
  2. 19 7月, 2022 1 次提交
    • C
      Record op shape data for profiler [cherry-pick PR43405 43578 43822] (#44384) · a2240190
      chenjian 提交于
      * add serialization for new field in event node (#43405)
      
      * add serialization for new field in event node
      
      * fix a bug
      
      * add more field to memory record (#43578)
      
      * Add infer shape in dygraph (#43822)
      
      * record memory and op supplement info
      
      * update
      
      * update
      
      * fix a bug
      
      * fix memory recording
      
      * fix a bug
      
      * update
      
      * update
      
      * fix a bug
      
      * update
      
      * fix a bug
      
      * fix a bug
      
      * fix a bug
      
      * update dygraph record
      
      * add infer shape record
      
      * fix
      
      * fix
      
      * fix
      
      * add comments
      
      * fix a bug
      
      * fix
      
      * fix
      
      * add record op info
      
      * fix file mode
      
      * add op input shape info
      
      * fix dependency
      a2240190
  3. 12 7月, 2022 1 次提交
  4. 01 7月, 2022 1 次提交
  5. 30 6月, 2022 4 次提交
  6. 29 6月, 2022 2 次提交
    • Q
      Fix elementwise_div UT by providing user defined gradients (#43536) (#43909) · 26187c27
      Qi Li 提交于
      Cherry-pick of #43536
      
      Backgroud in #43262
      
      In elementwise_div UT, the numeric gradient (validation) has large relative error in comparison to analytic gradient (Paddle OP).
      
          The default rtol for UTs is 0.005
          The rtol for float32 and float64 elementwise_div OP is set to be 0.05
          The rtol for float16 and bfloat16 elementwise_div OP is set to be 1.0
      
      The relative error is too large, so this PR provides user defined gradients to test elementwise_div followed by the analytic method.
      26187c27
    • R
      cherry pick 43890 (#43892) · 69e82d83
      ronnywang 提交于
      * cherry pick 43890
      69e82d83
  7. 28 6月, 2022 4 次提交
  8. 27 6月, 2022 2 次提交
  9. 25 6月, 2022 2 次提交
  10. 24 6月, 2022 3 次提交
  11. 23 6月, 2022 6 次提交
  12. 22 6月, 2022 12 次提交
  13. 21 6月, 2022 1 次提交