- 17 4月, 2023 1 次提交
-
-
由 Sonder 提交于
* add register info for eigh and eig_gard * add sync_batch_norm_op.cu register info * add lamb output register info * add unique register info * change type name * change type name * add output register info for check_finite_and_unscale * update cmake and config file * add register info for adagrad * fix build error * add sync to run_unittests.sh * add register info for unique_consecutive * fix build error * add eigh to STATIC_BUILD_TESTS * update eig_kernel.cc * update eig_kernel.cc * fix infer mate error * fix unique register error * fix lamb register info error * fix lamb register info * update lamb register info * fix lamb * remove one Output Register * update static build file * add eigh op to disable_wingpu_test * update run_unittests
-
- 04 4月, 2023 1 次提交
-
-
由 Ruibiao Chen 提交于
* Improve new executor static build * Skip GC for static build * Skip infershape for static build * Handle read_op * Add fused_attention to OpsWithFluidKernelNeedMoveToPhi * Fix argsort typos * Add sequence_pool to OpsWithFluidKernelNeedMoveToPhi * Fix skip share lod errors * Fix errors for adam * Fix errors for eigvals, memcpy and fake_quantize * Add static_build.cc * Add black list * Fix CI errors * Fix CI errors * Fix CI errors * Fix TensorArray * Fix TensorArray * Add update_loss_scaling to OpsNeedSetOutputDtypeWhenRegisterPhiKernel * Fix copy * Fix errors * Fix momentum * Skip mkldnn * Fix CI errors * Fix c_sync_calc_stream_op * Fix CINN * Fix while op * All CI pass, disable FLAGS to merge code, enable it after more tests in future * Add UTs * Fix typos * Fix typos * Add mkldnn UT * Remove mkldnn test * Fix typos * Fix dist test * Fix typos * Fix CI errors * Fix CI errors * Add UTs * Fix typos * Fix typos * Add sparse tests * ToComplexType -> ToComplex * Add test_matmul_op_static_build to disable_win_inference_test
-
- 13 3月, 2023 1 次提交
-
-
由 kangguangli 提交于
-
- 28 2月, 2023 1 次提交
-
-
由 xiaoguoguo626807 提交于
* modify name * merge develop * original code * build modify * success 2*2 * fused dim=1 failed * success * modify static * success for static except dim=1 * delete log * tmp modify * success * success * add fp1664 * delete fp16 cpu test * stop windows test * review modify * modify tanh test * modify tanh * fix_conflixt * modift static prim * fix_conflict * Update test_static_prim.cc * update * bug fix
-
- 23 12月, 2022 1 次提交
-
-
由 Charles-hit 提交于
* fix matmul double and triple grad * remove some comment * add matmul_double_grad unit test * fix matmul triple grad * fix dot triple grad and add unit test * modify codestyle * fix dot_grad * refactor dot triple grad * disable some unit test * fix unit test * fix unit test in double grad
-
- 21 12月, 2022 1 次提交
-
-
由 wangxiaoning 提交于
* add index sample fp16 support * remove fluid APIs in distributed_strategy.py and role_maker.py * Revert "remove fluid APIs in distributed_strategy.py and role_maker.py" This reverts commit 223bbee990d3bf69e252fc3c0f19e3873550a264. * remove fluid APIs in distributed_strategy.py and role_maker.py * remove index sample op changes * remove fluid APIs under fleet.base * remove fluid APIs under fleet.layers.mpu * remove fluid APIs under fleet.meta_optimizers * fix fluid error * fix util_factory.py * reset fluid.io.load_inference_model API * remove dygraph.parallel.prepare_context * remove fluid.dygraph.StaticModelRunner API * remove split_lod_tensor merge_lod_tensor * remove unittests
-
- 20 12月, 2022 1 次提交
-
-
由 wanghuancoder 提交于
* delete FLAGS_enable_eager_mode
-
- 04 11月, 2022 1 次提交
-
-
由 risemeup1 提交于
* 修改.gitigore文件,把ljd_sh文件忽略掉 * 取消ljd_sh文件忽略 * fix ci bug * fix windows ci bug * fix bug ci * fix bug test * fix bug test
-
- 13 9月, 2022 1 次提交
-
-
由 zhouweiwei2014 提交于
-
- 01 8月, 2022 1 次提交
-
-
由 Sing_chan 提交于
* set parallel_job according to CUDA memory * fix bug: add whitespace between conten and [] or condition wont work
-
- 20 7月, 2022 1 次提交
-
-
由 Ruibiao Chen 提交于
* Add dependency for read op in standalone executor * Fix CI errors * Add UT * add_dependency -> dependency_utils * Fix CI errors
-
- 13 7月, 2022 1 次提交
-
-
由 Ruibiao Chen 提交于
* Enable test_tesnsordot * Fix CI errors * Disable windows inference test * Fix typos * Fix typos * Fix CI errors * Remove disable_wingpu11_test
-
- 07 7月, 2022 1 次提交
-
-
由 Sing_chan 提交于
* copy onnxruntime.dll to c++ test folder in windows * remove ut that failed due to onnxrumtime.dll * test_api_impl failed of diff * use TARGET to make sure if the test exist; use POST_BUILD to add copy command
-
- 05 7月, 2022 1 次提交
-
-
由 Sing_chan 提交于
* open ut in windows-inference;test=document_fix;test=windows_ci_inference * test=document_fix;test=windows_ci_inference;disable failed tests temporarily in windows-inference
-
- 20 6月, 2022 1 次提交
-
-
由 zhangchunle 提交于
-
- 14 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
* open inference_ut;test=windows_ci_inference * inference_ut need onnx;test=windows_ci_inference * disable trt_split_converter_test; use higher parallel level * too high parallel will cause ut timeout
-
- 02 4月, 2022 1 次提交
-
-
由 Xiaoxu Chen 提交于
Enhance vjp/jvp/Jacobian/Hessian API for supporting dynamic, static graph and batched, unbatched mode (#40692) * modify vjp/jvp for both dynamic and static graph * enforce jacobian class for supporting first/last batch * add unittest for jvp, jacobian withlast batch, jacobian with first batch * fix the incorrect shape when multi-index Jacobian * enforce Hessian class for supporting dynamic graph * add Hessian class unittest * bugfix, jvp double_backward_trick zeros_like return stop_gradient=True in static graph * add API beta warnnings * add white_list for cuda11.x ci windows. * optimize some code snippets and documments * set unittest timeout to 100 seconds * move vjp,jvp,Jacobian,Hessian to incubate * fix vjp,vjp import path of sample code * fix code style error of augtograd/__init__ file
-
- 27 1月, 2022 1 次提交
-
-
由 王明冬 提交于
-
- 16 12月, 2021 1 次提交
-
-
由 Sing_chan 提交于
-
- 14 12月, 2021 1 次提交
-
-
由 Sing_chan 提交于
-
- 06 12月, 2021 1 次提交
-
-
由 Sing_chan 提交于
* test inference_api_test when run in windows-inference ci * test if test failed the code run correctly * put the failed test back
-
- 01 12月, 2021 1 次提交
-
-
由 Sing_chan 提交于
-
- 30 11月, 2021 1 次提交
-
-
由 Sing_chan 提交于
* modify for wincheck-inference case * modify according to zhouwei's comment * open with_trt and block failed unittests in windows * test
-
- 24 11月, 2021 1 次提交
-
-
由 Sing_chan 提交于
-
- 23 11月, 2021 1 次提交
-
-
由 Sing_chan 提交于
* for pure fp16 * opt topk * modify for wincheck-inference case * modify according to zhouwei's comment * modify according to zhouwei's comment 2nd time Co-authored-by: Nzhangkaihuo <zhangkaihuo@baidu.com>
-
- 22 11月, 2021 1 次提交
-
-
由 Sing_chan 提交于
* modify unittest's parallel num * modify unittest's parallel num
-
- 16 11月, 2021 1 次提交
-
-
由 Sing_chan 提交于
-
- 28 10月, 2021 1 次提交
-
-
由 Sing_chan 提交于
-
- 07 9月, 2021 1 次提交
-
-
由 Aurelius84 提交于
* open test_resnet_amp on Windows * disable on Windows CPU CI for timeout * disable on Windows CPU CI for timeout * fix code style
-
- 31 8月, 2021 1 次提交
-
-
由 Aurelius84 提交于
* Add model for ResNet50 for Dy2stat AMP training * fix timeout * fix dataloader
-
- 28 7月, 2021 1 次提交
-
-
由 Aurelius84 提交于
* Add build_strategy in @to_static to support open pass * fix os.environ * add timeout * disable test_build_strategy on openblas
-
- 15 7月, 2021 1 次提交
-
-
由 Aurelius84 提交于
* Refine Constructor logic of ParallelExecutor * Replace executor into ParallelExecutor in run_program_op
-
- 08 6月, 2021 1 次提交
-
-
由 YUNSHEN XIE 提交于
* Optimizing prec process on windows * fix bug
-
- 19 5月, 2021 1 次提交
-
-
由 Zhou Wei 提交于
-
- 12 5月, 2021 1 次提交
-
-
由 Zhou Wei 提交于
* fix windows CI * fix windows CI
-
- 26 4月, 2021 1 次提交
-
-
由 Zhou Wei 提交于
* clear CUDA compile environment on windows * fix Windows CI * fix Windows CI * fix Windows CI
-
- 13 4月, 2021 1 次提交
-
-
由 YUNSHEN XIE 提交于
* fix error for long args * remove unneccessary code
-
- 12 4月, 2021 1 次提交
-
-
由 YUNSHEN XIE 提交于
* test,test,notest,test=windows_ci * test,notest,test=windows_ci * test,notest,test=windows_ci * test,notest,test=windows_ci * remove test code * delete some unnecessary logs * fix format error * turn on added ut check on windows
-
- 07 4月, 2021 1 次提交
-
-
由 YUNSHEN XIE 提交于
* added ut check on windows,notest,test=windows_ci * debug,notest,test=windows_ci * debug,notest,test=windows_ci * fix bug,notest,test=windows_ci * added ut check * test for new ut add on windows * test,notest,test=windows_ci * fix bug,notest,test=windows_ci * test * test * test * test,notest,test=windows_ci * test,notest,test=windows_ci * check added ut on windows * only fetch upstream develop * modified according comment * Update run_unittests.sh * Update run_unittests.sh
-
- 02 4月, 2021 1 次提交
-
-
由 YUNSHEN XIE 提交于
* use busybox run test on windows openblas * fix error * fix disable_quick and nightly lable issue * add retry on windows openblas * fix bug * use one file to run cpu and gpu tests * fix with grep warning * fix syntax error * change run_unittest to run_unittest_gpu * Update run_unittests.sh fix error
-