Compatible single client (#5417)
* mkdir compatible/single_client * mv to compatible/singe_client/python * mv to ./python/compatible/ * use oneflow.compatible.single_client * back up * backup * refactor oneflow.xxx to oneflow.compatible.single_client.xxx * mv to single_client * refactor import oneflow to oneflow.compatible.single_client * backup * refine * refine * make single_clint ci test copy from correct path * refine * refine * delete ioconf and split single-clint ci test * auto format by CI * delete default session * fix method of erase sess id * delete string multi client in test.yml * fix spell error * delete space * refine * mv single client python file to compatible_single_client_python * refine * fix ci error * fix bug * fix bug * refine * refine * delete skip if in test/(modules/tensor)/* because of default eager env * fix bug * synchronization oneflow/compatible_single_client and oneflow/python * fix distributed_run bug * fix test_multi_process dead lock * fix test_multi_process dead lock * synchronization modify between oneflow/python and oneflow/compatible_single_client * refine * minor fix * fix bug * fix doctest.sh * rm files * remove files and add checks * delete moduels * Revert "delete moduels" This reverts commit f95ab369f556b71fd0663b67c6dd51c9b6d5ee81. Co-authored-by:Xinqi Li <lixinqi0703106@163.com> Co-authored-by:
liufengwei <2472937968@qq.com> Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com> Co-authored-by:
tsai <jackalcooper@gmail.com>
Showing
- .github/workflows/test.yml 11 additions, 14 deletions.github/workflows/test.yml
- ci/test/1node_benchmark_test.sh 1 addition, 1 deletionci/test/1node_benchmark_test.sh
- ci/test/1node_benchmark_test_fp16.sh 1 addition, 1 deletionci/test/1node_benchmark_test_fp16.sh
- ci/test/1node_custom_op_test.sh 1 addition, 1 deletionci/test/1node_custom_op_test.sh
- ci/test/1node_model_serve_test.sh 1 addition, 1 deletionci/test/1node_model_serve_test.sh
- ci/test/1node_model_test.sh 1 addition, 1 deletionci/test/1node_model_test.sh
- ci/test/1node_op_test.sh 1 addition, 1 deletionci/test/1node_op_test.sh
- ci/test/2node_op_test.sh 1 addition, 1 deletionci/test/2node_op_test.sh
- ci/test/distributed_run.py 1 addition, 1 deletionci/test/distributed_run.py
- ci/test/doctest.sh 1 addition, 1 deletionci/test/doctest.sh
- ci/test/dry_run_test.sh 1 addition, 1 deletionci/test/dry_run_test.sh
- ci/test/test_xla.sh 3 additions, 3 deletionsci/test/test_xla.sh
- cmake/oneflow.cmake 17 additions, 1 deletioncmake/oneflow.cmake
- oneflow/compatible_single_client_python/__init__.py 0 additions, 0 deletionsoneflow/compatible_single_client_python/__init__.py
- oneflow/compatible_single_client_python/advanced/__init__.py 0 additions, 0 deletionsoneflow/compatible_single_client_python/advanced/__init__.py
- oneflow/compatible_single_client_python/advanced/distribute_ops.py 237 additions, 0 deletions...ompatible_single_client_python/advanced/distribute_ops.py
- oneflow/compatible_single_client_python/autograd/__init__.py 0 additions, 0 deletionsoneflow/compatible_single_client_python/autograd/__init__.py
- oneflow/compatible_single_client_python/autograd/autograd.py 59 additions, 0 deletionsoneflow/compatible_single_client_python/autograd/autograd.py
- oneflow/compatible_single_client_python/benchmarks/bert_benchmark/benchmark_util.py 115 additions, 0 deletions...client_python/benchmarks/bert_benchmark/benchmark_util.py
- oneflow/compatible_single_client_python/benchmarks/bert_benchmark/bert.py 413 additions, 0 deletions...le_single_client_python/benchmarks/bert_benchmark/bert.py
Please register or sign in to comment