- 06 4月, 2023 1 次提交
-
-
由 Kim Yann 提交于
* rem is_compiled_with_npu * rem nup related code * make lint happy * rem test * remove some tests * Update grad_scaler.py * fix an error
-
- 03 4月, 2023 1 次提交
-
-
由 Kim Yann 提交于
* rem is_compiled_with_mlu * fix some mlu_place and mlu_device_coount * make lint happy
-
- 31 3月, 2023 1 次提交
-
-
由 Ainavo 提交于
-
- 16 3月, 2023 2 次提交
-
-
由 Nyakku Shigure 提交于
* [CodeStyle] initial ruff config * update F401 config * [CodeStyle][F401] replace autoflake with ruff * empty commit; test=document_fix * restore unfixable; test=document_fix
-
由 Nyakku Shigure 提交于
* [CodeStyle] initial ruff config * update F401 config * [CodeStyle][NPY001] replace numpy deprecated type alias
-
- 01 3月, 2023 1 次提交
-
-
由 Nyakku Shigure 提交于
* [CodeStyle] fix flake8 cannot find the config on Windows * empty commit; test=document_fix
-
- 14 2月, 2023 1 次提交
-
-
由 Nyakku Shigure 提交于
* update flake8 config * remove _pb2 from linter ignore list * refine config * empty commit, test=document_fix
-
- 01 2月, 2023 1 次提交
-
-
由 MarDino 提交于
-
- 20 12月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
-
- 05 12月, 2022 1 次提交
-
-
由 risemeup1 提交于
* test * test * test * test * test * suport setuptools for paddle * modify paddle_build.sh * modify paddle_build.sh * modify paddle_build.sh * modify paddle_build.sh * modify paddle_build.sh * test * modify setup.py * modify build_options * modify build_options * modify paddle_build.sh * modify setup.py * modify paddle_build.sh * modify setup.py * modify setup.py * modify setup.py * modify setup.py * modfiy paddle_build.sh * debug * debug * debug * dddd * debug * debug * debug * debug * debug * debug * debug * debug * debug * fix bug that no version.py * debug * debug * debug * debug * debug * debug * Delete .pre-commit-config.yaml * debug * support ninja * support ninja * debug * debug * debug * support setuptools for paddle * modify code style * debug * debug * debug * debug * 取消make clean * 取消make clean * debug * debug * debug * debug for py3 * debug * debug * debug * 将mkdir_and_copy_file单独封装一个函数 * modify paddle_build.sh * modify setup.py after zhangbo reviewd
-
- 25 11月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* add isort config * isort all files
-
- 07 11月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* sort hooks * add `name` for remove-tabs
-
- 01 11月, 2022 1 次提交
-
-
由 Aurelius84 提交于
* [Tools]Add autoflake pre-commit hook to remove unused-imports/var * add more args test=document_fix
-
- 28 10月, 2022 1 次提交
-
-
由 zyfncg 提交于
* generate static graph code for some activation op * fix example code of cosh
-
- 24 10月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* [CodeStyle][black] format dy2static unittests * format some missing files * update lineno in test_origin_info * update lineno in test_error * update lineno
-
- 23 10月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* update config * re-blacken python code * temporarily disable date and diff_py_file * skip a format
-
- 12 10月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* exclude python code that auto-generated by protoc * [CodeStyle][F401] update flake8 F401 config (unittests/npu,xpu,mlu,ipu) * add npu, mlu to `exclude` field * empty commit, test=document_fix
-
- 28 9月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* [CodeStyle] reformat test_error * update lineno * remove test_error from yapf whitelist * try format test_origin_info * try to fix origin info test case * remove future import * remove test_origin_info from yapf excludes * empty commit, test=document_fix * empty commit
-
- 27 9月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
-
- 21 9月, 2022 2 次提交
-
-
由 Nyakku Shigure 提交于
-
由 Nyakku Shigure 提交于
* [CodeStyle] add pre-commit hook `remove-tabs` for cpp files * empty commit, test=document_fix
-
- 20 9月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
-
- 19 9月, 2022 2 次提交
-
-
由 Nyakku Shigure 提交于
* update cpplint hook script * update pre-commit config * try trigger cpplint on ci * Revert "try trigger cpplint on ci" This reverts commit 895853453c5f68b587914713e313c92abb69fc45. * empty commit, test=document_fix
-
由 Nyakku Shigure 提交于
* adjust pre-commit config * incremental trailing whitespace * revert python increment, fix in #46080 * add .yaml and .hook suffix to pre-commit config, test=document_fix * add yml suffix
-
- 16 9月, 2022 1 次提交
-
-
由 zyfncg 提交于
* clear extra attr of scale in opmaker * fix sum bug * fix merge conflict * fix minus
-
- 15 9月, 2022 2 次提交
-
-
由 Nyakku Shigure 提交于
-
由 Sing_chan 提交于
-
- 01 9月, 2022 1 次提交
-
-
由 Roc 提交于
-
- 15 7月, 2022 1 次提交
-
-
由 zyfncg 提交于
* remove auto to_pascal_case for args in op generator * fix yaml config
-
- 23 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
* upgrade pre-commit tools in docker * python36 support pre-commit<=2.1.1 * upgrade pip; remove old clang-format; remove redundant apt update * remove redundant apt-get update * remove duplicate apt-get update that will cause cinn download fail * remove duplicate pip upgrade * add --fix-missing to avoid cinn docker build fail * remove duplicate apt-get update in make_cinn_docker * make cinn command in the end * solve gpg problem * remove unneccessary modification
-
- 21 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
resort .cu headers, set clang-format not sort include block and consider .cu as main source file (#43633)
-
- 14 6月, 2022 1 次提交
-
-
由 Wilber 提交于
* cmake-lint * update
-
- 13 6月, 2022 2 次提交
-
-
由 Sing_chan 提交于
-
由 Ruibiao Chen 提交于
-
- 12 6月, 2022 1 次提交
-
-
由 Ruibiao Chen 提交于
* Fix cmakelint errors for generic.cmake * Fix cmake errors
-
- 06 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
-
- 05 6月, 2022 2 次提交
- 04 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
-
- 01 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
-