multi client launcher test (#5488)
* Multi-Client LogicalRun degenerate to PhysicalRun * Add Logical->Physical in Multi-Client for IdGenerator and InstructionsBuilder * multi client test Signed-off-by:daquexian <daquexian566@gmail.com> * auto format by CI * fix wrong std::shared_ptr Signed-off-by:
daquexian <daquexian566@gmail.com> * run module api test by test_multi_client/generic_test.sh Signed-off-by:
daquexian <daquexian566@gmail.com> * fix test script Signed-off-by:
daquexian <daquexian566@gmail.com> * use oneflow.distributed.launch -m unittest discover instead of bash for loop to speed up the test Signed-off-by:
daquexian <daquexian566@gmail.com> * update ci/test_multi_client/generic_test.sh Signed-off-by:
daquexian <daquexian566@gmail.com> Co-authored-by:
chengtbf <472491134@qq.com> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com> Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org>
Showing
- .github/workflows/test.yml 1 addition, 1 deletion.github/workflows/test.yml
- ci/test_multi_client/generic_test.sh 29 additions, 0 deletionsci/test_multi_client/generic_test.sh
- oneflow/python/framework/unittest.py 4 additions, 0 deletionsoneflow/python/framework/unittest.py
- oneflow/python/test/modules/test_abs.py 1 addition, 0 deletionsoneflow/python/test/modules/test_abs.py
- oneflow/python/test/modules/test_acos.py 1 addition, 0 deletionsoneflow/python/test/modules/test_acos.py
- oneflow/python/test/modules/test_acosh.py 1 addition, 0 deletionsoneflow/python/test/modules/test_acosh.py
- oneflow/python/test/modules/test_activation.py 15 additions, 0 deletionsoneflow/python/test/modules/test_activation.py
- oneflow/python/test/modules/test_adaptive_pool.py 1 addition, 0 deletionsoneflow/python/test/modules/test_adaptive_pool.py
- oneflow/python/test/modules/test_add.py 1 addition, 0 deletionsoneflow/python/test/modules/test_add.py
- oneflow/python/test/modules/test_addmm.py 1 addition, 0 deletionsoneflow/python/test/modules/test_addmm.py
- oneflow/python/test/modules/test_allreduce.py 49 additions, 0 deletionsoneflow/python/test/modules/test_allreduce.py
- oneflow/python/test/modules/test_arange.py 1 addition, 0 deletionsoneflow/python/test/modules/test_arange.py
- oneflow/python/test/modules/test_argmax.py 1 addition, 0 deletionsoneflow/python/test/modules/test_argmax.py
- oneflow/python/test/modules/test_argsort.py 1 addition, 0 deletionsoneflow/python/test/modules/test_argsort.py
- oneflow/python/test/modules/test_argwhere.py 1 addition, 0 deletionsoneflow/python/test/modules/test_argwhere.py
- oneflow/python/test/modules/test_atan.py 1 addition, 0 deletionsoneflow/python/test/modules/test_atan.py
- oneflow/python/test/modules/test_atan2.py 1 addition, 0 deletionsoneflow/python/test/modules/test_atan2.py
- oneflow/python/test/modules/test_atanh.py 1 addition, 0 deletionsoneflow/python/test/modules/test_atanh.py
- oneflow/python/test/modules/test_autograd.py 1 addition, 0 deletionsoneflow/python/test/modules/test_autograd.py
- oneflow/python/test/modules/test_avgpool.py 1 addition, 0 deletionsoneflow/python/test/modules/test_avgpool.py
ci/test_multi_client/generic_test.sh
0 → 100644
Please register or sign in to comment