-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update #22
update #22
Commits on Jul 28, 2021
-
apply pass strategy to sub graph (#34158)
When Graph has sub-graph, apply pass to it and all sub-graph. And add single test script .
Configuration menu - View commit details
-
Copy full SHA for 5e27d16 - Browse repository at this point
Copy the full SHA 5e27d16View commit details -
[NPU] add NPU ops of compare, test=develop (#34365)
* [NPU] add NPU ops&uts of compare, test=develop * testing * try style-format * [NPU] update compare_op_npu uts * [NPU] fix code sytle of test_compare_op_npu.py
Configuration menu - View commit details
-
Copy full SHA for 68b4a2c - Browse repository at this point
Copy the full SHA 68b4a2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a59f215 - Browse repository at this point
Copy the full SHA a59f215View commit details -
graph_to_program save parameter and stop_gradient information (#33771)
This PR added optional boolean is_parameter and stop_gradient in the VarDesc proto, and remove them during save_inference_model
Configuration menu - View commit details
-
Copy full SHA for 8a7dee3 - Browse repository at this point
Copy the full SHA 8a7dee3View commit details -
[CPU-PSLIB] Fix bug for consistency insepection of op's embedding nam…
…e and sparse table name in config_fleet.py (#34441)
Configuration menu - View commit details
-
Copy full SHA for f1654de - Browse repository at this point
Copy the full SHA f1654deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 167523e - Browse repository at this point
Copy the full SHA 167523eView commit details -
[Paddle-TRT] Fix TRT8 cuda error before program exit (#34403)
* trt buildEngineWithConfig is deprecated * add trt version control
Configuration menu - View commit details
-
Copy full SHA for 995195f - Browse repository at this point
Copy the full SHA 995195fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fb15d9 - Browse repository at this point
Copy the full SHA 0fb15d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f60492 - Browse repository at this point
Copy the full SHA 9f60492View commit details -
[NPU] Support ScaleTensor for scale npu kernel (#34418)
* support ScaleTensor for scale npu kernel * add more tests for adam npu * fix compile * fix unittest * refine adam optimizer
Configuration menu - View commit details
-
Copy full SHA for f17ba93 - Browse repository at this point
Copy the full SHA f17ba93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b2e510 - Browse repository at this point
Copy the full SHA 0b2e510View commit details -
Configuration menu - View commit details
-
Copy full SHA for a83a368 - Browse repository at this point
Copy the full SHA a83a368View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54cc065 - Browse repository at this point
Copy the full SHA 54cc065View commit details -
Support C++ import python on windows for paddle (#34312)
* Support C++ import python on windows for paddle * Support C++ import python on windows for paddle
Configuration menu - View commit details
-
Copy full SHA for cf12ea5 - Browse repository at this point
Copy the full SHA cf12ea5View commit details -
[Dy2Stat]Add build_strategy in @to_static to support open pass (#34347)
* Add build_strategy in @to_static to support open pass * fix os.environ * add timeout * disable test_build_strategy on openblas
Configuration menu - View commit details
-
Copy full SHA for eb27d8b - Browse repository at this point
Copy the full SHA eb27d8bView commit details
Commits on Jul 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 92d8fed - Browse repository at this point
Copy the full SHA 92d8fedView commit details -
Configuration menu - View commit details
-
Copy full SHA for e958316 - Browse repository at this point
Copy the full SHA e958316View commit details -
* tile op * more uts * disable tile if trt6.0 * typo * fix timeout issue * opteller * opteller remove duplicate code * comments. test=document_fix * modify PADDLE_ENFORCE. * fix reduce_mean issue
Configuration menu - View commit details
-
Copy full SHA for cffa15c - Browse repository at this point
Copy the full SHA cffa15cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3dae0c - Browse repository at this point
Copy the full SHA d3dae0cView commit details -
add parameter of input in model.summary (#34165)
* add input option in model.summary
Configuration menu - View commit details
-
Copy full SHA for 40bd7a7 - Browse repository at this point
Copy the full SHA 40bd7a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 104c82b - Browse repository at this point
Copy the full SHA 104c82bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e1af38 - Browse repository at this point
Copy the full SHA 9e1af38View commit details -
Configuration menu - View commit details
-
Copy full SHA for b451ff2 - Browse repository at this point
Copy the full SHA b451ff2View commit details -
add persistent_workers (#34017)
* add persistent_workers. test=develop
Configuration menu - View commit details
-
Copy full SHA for 76710e5 - Browse repository at this point
Copy the full SHA 76710e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d71b9ba - Browse repository at this point
Copy the full SHA d71b9baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76f94f8 - Browse repository at this point
Copy the full SHA 76f94f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b56dbe0 - Browse repository at this point
Copy the full SHA b56dbe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02cc3c5 - Browse repository at this point
Copy the full SHA 02cc3c5View commit details -
fix paddle.summary's bug when outputs contains non-tensor (#34160)
* fix paddle.summary's bug when output contains non-tensor
Configuration menu - View commit details
-
Copy full SHA for b7fac0f - Browse repository at this point
Copy the full SHA b7fac0fView commit details -
recover capacity check (#34478)
* graph engine demo * upload unsaved changes * fix dependency error * fix shard_num problem * py client * remove lock and graph-type * add load direct graph * add load direct graph * add load direct graph * batch random_sample * batch_sample_k * fix num_nodes size * batch brpc * batch brpc * add test * add test * add load_nodes; change add_node function * change sample return type to pair * resolve conflict * resolved conflict * resolved conflict * separate server and client * merge pair type * fix * resolved conflict * fixed segment fault; high-level VLOG for load edges and load nodes * random_sample return 0 * rm useless loop * test:load edge * fix ret -1 * test: rm sample * rm sample * random_sample return future * random_sample return int * test fake node * fixed here * memory leak * remove test code * fix return problem * add common_graph_table * random sample node &test & change data-structure from linkedList to vector * add common_graph_table * sample with srand * add node_types * optimize nodes sample * recover test * random sample * destruct weighted sampler * GraphEdgeBlob * WeightedGraphEdgeBlob to GraphEdgeBlob * WeightedGraphEdgeBlob to GraphEdgeBlob * pybind sample nodes api * pull nodes with step * fixed pull_graph_list bug; add test for pull_graph_list by step * add graph table;name * add graph table;name * add pybind * add pybind * add FeatureNode * add FeatureNode * add FeatureNode Serialize * add FeatureNode Serialize * get_feat_node * avoid local rpc * fix get_node_feat * fix get_node_feat * remove log * get_node_feat return py:bytes * merge develop with graph_engine * fix threadpool.h head * fix * fix typo * resolve conflict * fix conflict * recover lost content * fix pybind of FeatureNode * recover cmake * recover tools * resolve conflict * resolve linking problem * code style * change test_server port * fix code problems * remove shard_num config * remove redundent threads * optimize start server * remove logs * fix code problems by reviewers' suggestions * move graph files into a folder * code style change * remove graph operations from base table * optimize get_feat function of graph engine * fix long long count problem * remove redandunt graph files * remove unused shell * recover dropout_op_pass.h * fix potential stack overflow when request number is too large & node add & node clear & node remove * when sample k is larger than neigbor num, return directly * using random seed generator of paddle to speed up * fix bug of random sample k * fix code style * fix code style * fix blocking_queue problem * fix style * fix * recover capacity check Co-authored-by: Huang Zhengjie <270018958@qq.com> Co-authored-by: Weiyue Su <weiyue.su@gmail.com> Co-authored-by: suweiyue <suweiyue@baidu.com> Co-authored-by: luobin06 <luobin06@baidu.com> Co-authored-by: liweibin02 <liweibin02@baidu.com> Co-authored-by: tangwei12 <tangwei12@baidu.com>
Configuration menu - View commit details
-
Copy full SHA for b9d6c98 - Browse repository at this point
Copy the full SHA b9d6c98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d985ca - Browse repository at this point
Copy the full SHA 9d985caView commit details -
add fix op run order pass (#34427)
* add fix op run order pass * add ut for fix_op_run_order * fix ci error * improve coverage * improve coverge again and fix cpu test case * follow some comments
Configuration menu - View commit details
-
Copy full SHA for 79e758c - Browse repository at this point
Copy the full SHA 79e758cView commit details
Commits on Jul 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 423ea97 - Browse repository at this point
Copy the full SHA 423ea97View commit details -
fix lr in param group (#34468)
* fix lr in param group * add unittest for adamw
Configuration menu - View commit details
-
Copy full SHA for 3041605 - Browse repository at this point
Copy the full SHA 3041605View commit details -
Support setitem by None index (#34442)
* Support setitem by None index * remove unreachable code * Add Checkpoint for set_value_op because add a new attribute
Configuration menu - View commit details
-
Copy full SHA for f775bfc - Browse repository at this point
Copy the full SHA f775bfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c09496 - Browse repository at this point
Copy the full SHA 6c09496View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba19398 - Browse repository at this point
Copy the full SHA ba19398View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5571c98 - Browse repository at this point
Copy the full SHA 5571c98View commit details -
[NPU] add clip and clip_grad on NPU, test=develop (#34429)
* [NPU] add clip and clip_grad on NPU, test=develop * address review comments, test=develop * update, test=develop
Configuration menu - View commit details
-
Copy full SHA for b68e36d - Browse repository at this point
Copy the full SHA b68e36dView commit details -
Added expand_v2 BF16/FP32 FWD/BWD kernels (#34284)
* added expand_v2 bf16/fp32 kernel * minor change * CI fix * added missing test file * added formatting * reduced binary size * CI fix
Configuration menu - View commit details
-
Copy full SHA for 41c4f72 - Browse repository at this point
Copy the full SHA 41c4f72View commit details -
add trainer desc config to distributed strategy (#34457)
* add trainer desc config to distributed strategy * code style modified
Configuration menu - View commit details
-
Copy full SHA for e6aacd1 - Browse repository at this point
Copy the full SHA e6aacd1View commit details -
Added reshape, reshape2, squeeze and squeeze2 BF16/FP32 FWD/BWD kerne…
…ls (#34219) * test version of matmul_v2 * added matmul_v2 grad kernel * minor changes * minor changes * minor change for CI approval * CI fix * CI fix * added squeeze and squeeze2 kernels * CI fix * CI fix * CI fix * disabled tests when compiled with cuda * added setting format_tag by strides * added sigmoid BF16 FWD/BWD and gelu BF16 BWD * changes after review * Revert "added sigmoid BF16 FWD/BWD and gelu BF16 BWD" This reverts commit 6e3f767. * Revert "Merge branch 'matmul_v2_grad' into squeeze2_op" This reverts commit 06fcf67, reversing changes made to 6e3f767. * minor change * added reshape1/2 kernels * moved some functions into private block * CI fix * CI fix * CI fix
Configuration menu - View commit details
-
Copy full SHA for 22c4c18 - Browse repository at this point
Copy the full SHA 22c4c18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87148a5 - Browse repository at this point
Copy the full SHA 87148a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ad1e4c - Browse repository at this point
Copy the full SHA 2ad1e4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06b55ea - Browse repository at this point
Copy the full SHA 06b55eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44e4d57 - Browse repository at this point
Copy the full SHA 44e4d57View commit details -
Added matmul_v2 BF16/FP32 BWD kernel (#34192)
* test version of matmul_v2 * added matmul_v2 grad kernel * minor changes * minor changes * minor change for CI approval * CI fix * CI fix * trigger CI * changes after review, not working yet * moved ops to anonymous namespaces * changes after review
Configuration menu - View commit details
-
Copy full SHA for 0be7157 - Browse repository at this point
Copy the full SHA 0be7157View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72a9c8f - Browse repository at this point
Copy the full SHA 72a9c8fView commit details
Commits on Jul 31, 2021
-
add resnet50 trt tests in pr-ci-inference (#34465)
* add resnet50 trt test in pr-ci-inference test
Configuration menu - View commit details
-
Copy full SHA for 8b72a1a - Browse repository at this point
Copy the full SHA 8b72a1aView commit details
Commits on Aug 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 41e2d41 - Browse repository at this point
Copy the full SHA 41e2d41View commit details
Commits on Aug 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a6f55e4 - Browse repository at this point
Copy the full SHA a6f55e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 393a0b1 - Browse repository at this point
Copy the full SHA 393a0b1View commit details -
Fix Inference CE Error by Topo Order (#34521)
The comment background message is too long, see details at #34521
Configuration menu - View commit details
-
Copy full SHA for 508b40e - Browse repository at this point
Copy the full SHA 508b40eView commit details -
* [NPU] add reduce_max * [NPU] delete skipIf * [NPU] add atrrs support or check * [NPU] add attr out_dtype * [NPU] delete debug codes
Configuration menu - View commit details
-
Copy full SHA for de53f2b - Browse repository at this point
Copy the full SHA de53f2bView commit details -
Change Bbenchmark-CI CPU/GPU (#34305)
* notest;test=cpu-benchmark * benchmark-cpu * notest;test=cpu-benchmark * notest;benchmark-cpu * notest;benchmark-cpu * notest;benchmark-cpu * notest;benchmark-cpu * notest;benchmark-cpu * notest;benchmark-cpu * fix * fix * add test_ci_model_benchmark.sh
Configuration menu - View commit details
-
Copy full SHA for 9d54a53 - Browse repository at this point
Copy the full SHA 9d54a53View commit details -
* test=develop * update identity * add unittest * notest,test=mac_py3 * modify comment & testname * test=document_fix * update comment * test=document_fix * activate all of the CI
Configuration menu - View commit details
-
Copy full SHA for 80f7f7e - Browse repository at this point
Copy the full SHA 80f7f7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7cc5ac - Browse repository at this point
Copy the full SHA c7cc5acView commit details