1. 05 6月, 2023 1 次提交
    • S
      【Complex Op】Remove user defined grad (#54090) · b00ed3f6
      Scotty 提交于
      * clean complex_abs op
      
      * clean complex_op test
      
      * clean complex_view_op test
      
      * clean elementwise_mul_op test
      
      * clean conj_op test
      
      * clean dot_op test
      
      * clean elementwise_add_op test
      
      * clean kron_op test
      
      * clean matmul_v2_op test
      
      * remove unsed function
      
      * remove elementwise_sub_op test
      
      * clean elementwise_div test
      b00ed3f6
  2. 02 6月, 2023 1 次提交
  3. 01 6月, 2023 2 次提交
    • zhouweiwei2014's avatar
    • T
      mv all unittests test (#53235) · b0e86d55
      tianshuo78520a 提交于
      * mv all unittests test
      
      * fix error
      
      * fix error
      
      * fix
      
      * fix
      
      * del unittests
      
      * fix paddle_build.sh
      
      * fix
      
      * fix test
      
      * fix add test
      
      * fix
      
      * fix
      
      * fix
      
      * merge develop
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * merge develop
      
      * fix test_async_read_write
      
      * fix test_async_read_write
      
      * merge develop
      
      * fix
      
      * fix import legacy_test
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix bug
      
      * fix
      
      * fix coverage test bug
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix
      
      * fix code sstyle
      
      * fix code
      
      * fix code
      
      * fix
      
      * fix
      
      * fix
      
      * del test_sequence_enumerate_op.py
      
      * fix
      b0e86d55
  4. 25 5月, 2023 1 次提交
  5. 13 4月, 2023 1 次提交
    • V
      [AMP OP&Test] adjust test_elementwise_sub's tolerance, max_relative_error of grad and (#50953) · 2cff9839
      Vvsmile 提交于
      * adjust test_elementwise_sub's tolerance, max_relative_error of grad and
      atol/rtol of output to 1e-3
      
      * fix the dtype in setUp
      
      * fix the elementwise_sub optest
      
      * modify elementwise_sub optest
      
      * fix and add bf16/fp16 to elementwise_sub
      
      * fix elementwise_sub bugs
      
      * fix bugs
      
      * fix elementwise_sub op
      
      * fix the data type
      
      * fix elementwise_sub
      
      * fix elementwise
      
      * fix elementwise_sub
      
      * fix bugs
      
      * fix elementwise sub
      
      * fix elementwise_sub
      
      * remove scalar and vector
      2cff9839
  6. 25 3月, 2023 1 次提交
  7. 21 3月, 2023 2 次提交
    • G
      【fluid clean】remove fluid.data (#50699) · 72c711bb
      GGBond8488 提交于
      * remove fluid.data
      
      * fix typro
      
      * fix somme unitest error
      
      * fix conflicts
      
      * fix sample code error
      
      * fxi sample coder error
      
      * fxi sample code error
      
      * fxi sample code error
      
      * fix xpu test error
      
      * fix xpu test error
      
      * Delete ps_pb2.py
      
      * fix test error
      
      * fix typro
      
      * fix sample code error
      
      * fix comments
      
      * fix test norm op data
      
      * fix sample code error
      
      * fix conflicts
      72c711bb
    • C
      [Prim Op Test]add public_python_api in prim test (#51829) · bef4e9f7
      Charles-hit 提交于
      * add public_python_api in prim test
      
      * fix test_squeeze2_op
      bef4e9f7
  8. 10 3月, 2023 1 次提交
  9. 03 3月, 2023 1 次提交
  10. 02 3月, 2023 1 次提交
    • C
      Add prim test for elementwise ops (#50807) · b8713309
      Charles-hit 提交于
      * fix prim_op_test when python api outs is different with kernel sig
      
      * add elementwise op prim test
      
      * fix unit test
      
      * add bfloat16 for full in static  prim api
      
      * empty-commit
      
      * close bf16 test
      
      * polish elementwise tests
      b8713309
  11. 31 1月, 2023 1 次提交
  12. 13 12月, 2022 1 次提交
  13. 29 11月, 2022 1 次提交
  14. 23 11月, 2022 1 次提交
  15. 02 11月, 2022 1 次提交
  16. 23 10月, 2022 1 次提交
  17. 11 10月, 2022 1 次提交
  18. 27 9月, 2022 1 次提交
  19. 26 9月, 2022 1 次提交
    • W
      [Eager, Performance optimization] math op sink to Cpp level ( + and - operator... · 23c50648
      Weilong Wu 提交于
      [Eager, Performance optimization] math op sink to Cpp level ( + and - operator as an example ) (#45811)
      
      * [Eager] math op sink to Cpp level
      
      * fix ci errors
      
      * draft version
      
      * draft version
      
      * draft version
      
      * support + and - operator under cpp directly
      
      * add static test
      
      * polish code
      
      * promote types or unify right type to left
      
      * recover static test case
      
      * polish code and fix some ci errors
      
      * support complex and polish code
      
      * fix conflicts
      
      * fix windows ci errors
      
      * fix windows-inference-ci errors
      
      * polish and fix tests
      
      * fix test case
      
      * polish code
      
      * polish code
      
      * polish code and fix code-format
      
      * polish code
      
      * polish code
      
      * polish code
      
      * polish code
      23c50648
  20. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  21. 25 2月, 2022 1 次提交
  22. 30 4月, 2021 1 次提交
    • P
      Add 12 inplace APIs including auto generated (#32573) · 308073de
      pangyoki 提交于
      * add relu6_ hardsigmoid_ leaky_relu_ Inplace APIs
      
      * add softmax_with_cross_entropy_ Inplace API
      
      * add clip_ scale_ add_ subtract_ Inplace APIs
      
      * add wlist
      
      * fix parameter of scale api
      
      * add add_n_ Inplace API and remove log_ Inplace API
      
      * fix elementwise_add_ and elementwise_sub_ broadcast problem
      
      * elementwise inplace api give error message before run the op
      
      * use broadcast_shape in elementwise inplace op
      
      * add 8 inplace apis that is auto generated
      
      * add unittest for all inplace apis
      
      * add decorator for inplace apis in static mode
      
      * fix windows blas fail of exp inplace api, change array_equal to allclose
      
      * add flatten inplace api
      
      * add flatten unittest
      
      * fix flatten unittest
      
      * add decorator
      
      * fix grad.numpy in test_pylayer_op
      
      * unsupport softmax_with_cross_entropy_
      
      * add test_inplace_softmax_with_cross_entropy to static_mode_white_list
      
      * delete __all__ in inplace_utils
      
      * delete activation inplace function and add Tensor.inplace_func
      
      * change paddle.inplace_ to Tensor.inplace_
      
      * fix little problem
      
      * add paddle in inplace_utils
      308073de
  23. 11 1月, 2021 1 次提交
  24. 17 1月, 2020 1 次提交
  25. 19 12月, 2019 1 次提交
  26. 16 12月, 2019 2 次提交
  27. 12 12月, 2019 1 次提交
    • Z
      fix input shape of op tests (#21682) · 4c987a60
      zhupengyang 提交于
      * fix input shape of op tests for elementwise_sub,
      gather, pad2d, transpose, softmax, scale,
      elementwise_max, hierarchical_sigmoid, reshape2,
      sign, squeeze, reduce_sum, sum, squeeze2,
      unsqueeze, unsqueeze2, cast, reverse
      
      test=develop
      
      * fix cast, elementwise_mul, gather, scale, sign,
      softmax, transpose
      
      test=develop
      4c987a60
  28. 19 11月, 2019 1 次提交
  29. 04 9月, 2019 1 次提交
  30. 15 8月, 2018 1 次提交
  31. 01 8月, 2018 1 次提交
  32. 26 7月, 2018 2 次提交
  33. 24 2月, 2018 1 次提交
  34. 13 2月, 2018 1 次提交
    • X
      Run Python OP tests in a single Python process to improve test time. (#8362) · cde6241a
      Xin Pan 提交于
      Currently, our tests run with 2 GPUs, the init time is absurdly long:
      about 4s for each process.  Currently, we run each OP test on
      different processes. This PR:
      
      1. create cmake function py_test_modules which will generate the
      Makefile that runs a list of Python unittest module in a single Python
      process.
      
      2. move all "python unittest compatible" (e.g., used the unittest
      package, not just a regular python file). from fluid/tests to
      fluid/tests/unittests.
      
      3. cmake now will run all OP tests in fluid/tests/unittests in a
      single process, except the time-consuming tests, they are separated
      into different processes to utilize parallelism. Please make sure to
      use the unittest package if you put the python test file in
      fluid/tests/unittests
      
      4. remove all exit(0) from fluid/tests/unittests/*.py, exit(0) is used
      to disable unittest, we can not do it when running all tests in a
      single process since it will terminate the process without running the
      other tests. Instead, the test is disabled in
      fluid/tests/unittests/CMakeLists.txt. FIXME is added for each disabled
      item. Please disable the unittest from
      fluid/tests/unittests/CMakeLists.txt, instead of adding exit(0) to the
      Python file, for all Python file in fluid/tests/unittests/.
      
      5. add an option WITH_FAST_BUNDLE_TEST. When OFF, will run the unit
      tests in separate process so that they can be tested individually.
      cde6241a
  35. 12 2月, 2018 1 次提交
  36. 17 1月, 2018 1 次提交