Replace src tick with with wait and send ids (#5603)
* nn.Graph call and launch impl * Fix bug of 1.pybind11 list->vector; 2.GlobalJobDesc in NNGraph Compile * Fix bug: AutoTick Multi-Client callback notifier lbn * Fix bug: callback notifier op check in multi-client * Fix bug: CheckOpGraph in multi-client * Fix bug of MultiClientSessionContext new ProfileConf * Fix bug of create NONE type kernel; add note; refine PlanUtil::PopulateOpAttibute * Fix bug: CallbackNotifier kernel dtype with uint8; change tick dtype; Feat: add Kernel create fault-tolerant * inputs tensor list * rollback of hack * Using TensorTuple for RunLazyNNGraph * Fix bug: WaitAndSendIdsKernel handle for Multi-Client * skip graph runnable test * refine * skip test graph optimizer for nn.Graph train job completer error * debug code * rm InputKernel Forward overwrite * rm debug code * revert useless change * revert debug code in graph * rm skip in test * revert source tick op * rm useless import * mv test_graph_relu.py * correct break * change the code of finding tick Co-authored-by:chengtbf <472491134@qq.com> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
Showing
- oneflow/core/job_rewriter/autotick.cpp 29 additions, 8 deletionsoneflow/core/job_rewriter/autotick.cpp
- oneflow/core/kernel/input_kernel.cpp 0 additions, 2 deletionsoneflow/core/kernel/input_kernel.cpp
- oneflow/core/operator/op_conf.proto 1 addition, 2 deletionsoneflow/core/operator/op_conf.proto
- oneflow/core/operator/source_tick_op.cpp 1 addition, 3 deletionsoneflow/core/operator/source_tick_op.cpp
- python/oneflow/test/graph/test_graph_relu.py 6 additions, 9 deletionspython/oneflow/test/graph/test_graph_relu.py
Please register or sign in to comment