1. 18 8月, 2021 3 次提交
    • Z
      Add function to disable paddle signal handler (#34577) · dd533dd3
      Zhanlue Yang 提交于
      * Add function to disable paddle signal handler
      
      Paddle used google::InstallFaultSignalHandler to handle selected system signals,
      mainly for debugging and bug report purposes.
      
      However, this can be conflicted with other python packages whoever captures similar signals.
      Such python package involves tvm and more
      
      To resolve this issue, we support a function to disable signal handler
      
      * Remove signal test from WIN32 platform
      
      * Remove redundant return from disable_signal_handler() function
      
      * Add detailed messages to en_doc
      dd533dd3
    • G
      support class center sample of PartialFC (#34106) · 100db44f
      Guoxia Wang 提交于
      * support class center sample of PartialFC
      100db44f
    • W
      [Paddle-TRT] unitest_quant_dequant (#34929) · c7070cb8
      Wangzheee 提交于
      * unitest_quant_dequant
      
      * fix
      
      * fix
      
      * deleted: test_trt_quant_conv2d_dequant_fuse_pass.py
      
      * fix
      c7070cb8
  2. 17 8月, 2021 8 次提交
  3. 16 8月, 2021 12 次提交
  4. 13 8月, 2021 4 次提交
    • T
      New Einsum API (#33821) · 8c8667f0
      Tongxin Bai 提交于
      * OP dot: refactor CPU kernels and get better loop performance.
      
      * Minor fix on code format.
      
      * Fixed minor errors.
      
      * Add new API: einsum
      
      * Update the Einsum unit test.
      
      One case failed with matmul_v2, where the dtype is int64:
      
      a = np.arange(2 * 3 * 1).reshape(2, 3, 1)
      b = np.arange(1)
      paddle.einsum("...i, ...i", a, b)
      
      * Test cases in test_einsum test floating point dtypes only.
      
      As of now Paddle only supports float/double dtypes in matmul, which is
      one of building blocks of this Einsum implementation. We decide not to
      test einsum against other dtypes.
      
      * Polish format.
      
      * More formatting.
      
      * Format...
      
      * Einsum: improve test coverage.
      
      * Einsum: bug fixes and more testcases for testing error messages
      
      * Einsum: fix format..
      
      * Einsum: fixed typo and format.
      
      * Einsum: format again...
      
      * Einsum: applied suggested changes.
      
      * Einsum API: improve API documentation.
      
      * Einsum API: apply suggested changes.
      
      * Einsum API: Add dygraph only note.
      
      * Einsum API: Add dygraph only note.
      
      * Einsum API: fixed unittest.
      8c8667f0
    • Z
      fix a bug of slice by none index (#34877) · ff4bdac3
      zyfncg 提交于
      ff4bdac3
    • Q
      [NPU] fix bce_loss_npu, test=develop (#34876) · 5b86b999
      Qi Li 提交于
      5b86b999
    • A
      [npu]add unsqueeze2_grad,test=develop (#34733) · 2164ad61
      andyjpaddle 提交于
      2164ad61
  5. 12 8月, 2021 6 次提交
  6. 11 8月, 2021 7 次提交