You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

execution_tree.cc 15 kB

5 years ago
5 years ago
5 years ago
5 years ago
added python api based on cpp api 1st draft of python iterator Added Cifar10 and Cifar100 pybind port Change pybind to use IR for Skip and Manifest Signed-off-by: alex-yuyue <yue.yu1@huawei.com> DatasetNode as a base for all IR nodes namespace change Fix the namespace issue and make ut tests work Signed-off-by: alex-yuyue <yue.yu1@huawei.com> Add VOCDataset !63 Added RandomDataset * Added RandomDataset add imagefolder ir Pybind switch: CelebA and UT !61 CLUE example with class definition * Merge branch 'python-api' of gitee.com:ezphlow/mindspore into clue_class_pybind * Passing testcases * Added CLUE, not working add ManifestDataset IR Signed-off-by: alex-yuyue <yue.yu1@huawei.com> Update Coco & VOC & TFReader, Update clang-format, Reorder datasets_binding !69 Add Generator and move c_dataset.Iterator to dataset.Iterator * Add GeneratorDataset to c_dataset * Add GeneratorDataset to c_dataset !67 Moving c_datasets and adding sampler wrapper * Need to add create() method in datasets.py * migration from c_dataset to dataset part 1 !71 Fix indent error * Fix indentation error !72 Fix c_api tests cases * Fix c_api tests cases !73 Added CSV Dataset * Added CSVDataset pybind switch: Take and CelebA fixes !75 move c_dataset functionality to datasets * Fixed existing testcases * Added working clue and imagefolder * Added sampler conversion from pybind * Added sampler creation !77 Add Python API tree * Python API tree add minddataset TextFileDataset pybind Rename to skip test_concat.py and test_minddataset_exception.py !80 Add batch IR to python-api branch, most test cases work * staging III * staging, add pybind Enable more c_api take and CelebA tests; delete util_c_api !84 Schema changes in datasets.py * Schema changes !85 Remove input_indexes from sub-classes * remove input_index from each subclass !83 Remove C datasets * Removed c_dataset package * Remove c_datasets !82 pybind switch: shuffle * pybind switch: shuffle !86 Add build_vocab * Add build_vocab Rebase with upstream/master _shuffle conflict BatchNode error !88 Fix rebase problem * fix rebase problem Enable more unit tests; code typo/nit fixes !91 Fix python vocag hang * Fix python vocab hang !89 Added BucketBatchByLength Pybind switch * Added BucketBatchByLength Update and enable more tet_c_api_*.py tests !95 Add BuildSentencePeiceVocab * - Add BuildSentencePeiceVocab !96 Fix more tests * - Fix some tests - Enable more test_c_api_* - Add syncwait !99 pybind switch for device op * pybind switch for device op !93 Add getters to python API * Add getters to python API !101 Validate tree, error if graph * - Add sync wait !103 TFrecord/Random Datasets schema problem * - TfRecord/Random schem aproblem !102 Added filter pybind switch * Added Filter pybind switch !104 Fix num_samples * - TfRecord/Random schem aproblem !105 Fix to_device hang * Fix to_device hang !94 Adds Cache support for CLUE dataset * Added cache for all dataset ops * format change * Added CLUE cache support * Added Cache conversion Add save pybind fix compile err init modify concat_node !107 Fix some tests cases * Fix tests cases Enable and fix more tests !109 pybind switch for get dataset size * pybind_get_dataset_size some check-code fixes for pylint, cpplint and clang-format !113 Add callback * revert * dataset_sz 1 line * fix typo * get callback to work !114 Make Android compile clean * Make Android Compile Clean Fix build issues due to rebase !115 Fix more tests * Fix tests cases * !93 Add getters to python API fix test_profiling.py !116 fix get dataset size * fix get dataset size !117 GetColumnNames pybind switch * Added GetColumnNames pybind switch code-check fixes: clangformat, cppcheck, cpplint, pylint Delete duplicate test_c_api_*.py files; more lint fixes !121 Fix cpp tests * Remove extra call to getNext in cpp tests !122 Fix Schema with Generator * Fix Schema with Generator fix some cases of csv & mindrecord !124 fix tfrecord get_dataset_size and add some UTs * fix tfrecord get dataset size and add some ut for get_dataset_size !125 getter separation * Getter separation !126 Fix sampler.GetNumSamples * Fix sampler.GetNumSampler !127 Assign runtime getter to each get function * Assign runtime getter to each get function Fix compile issues !128 Match master code * Match master code !129 Cleanup DeviceOp/save code * Cleanup ToDevice/Save code !130 Add cache fix * Added cache fix for map and image folder !132 Fix testing team issues * Pass queue_name from python to C++ * Add Schema.from_json !131 Fix Cache op issues and delete de_pipeline * Roll back C++ change * Removed de_pipeline and passing all cache tests. * fixed cache tests !134 Cleanup datasets.py part1 * Cleanup dataset.py part1 !133 Updated validation for SentencePieceVocab.from_dataset * Added type_check for column names in SentencePieceVocab.from_dataset Rebase on master 181120 10:20 fix profiling temporary solution of catching stauts from Node.Build() !141 ToDevice Termination * ToDevice termination pylint fixes !137 Fix test team issues and add some corresponding tests * Fix test team issues and add some corresponding tests !138 TreeGetter changes to use OptPass * Getter changes to use OptPass (Zirui) Rebase fix !143 Fix cpplint issue * Fix cpplint issue pylint fixes in updated testcases !145 Reset exceptions testcase * reset exception test to master !146 Fix Check_Pylint Error * Fix Check_Pylint Error !147 fix android * fix android !148 ToDevice changes * Add ToDevice to the iterator List for cleanup at exit !149 Pylint issue * Add ToDevice to the iterator List for cleanup at exit !150 Pylint 2 * Add ToDevice to the iterator List for cleanup at exit !152 ExecutionTree error * ET destructor error !153 in getter_pass, only remove callback, without deleting map op * getter pass no longer removes map !156 early __del__ of iterator/to_device * early __del__ of iterator !155 Address review comments Eric 1 * Added one liner fix to validators.py * roll back signature fix * lint fix * Eric Address comments 2 * C++ lint fix * Address comments Eric 1 !158 Review rework for dataset bindings - part 1 * Reorder nodes repeat and rename * Review rework for dataset bindings - part 1 !154 Fixing minor problems in the comments (datasets.py, python_tree_consumer.cc, iterators_bindings.cc, and iterators.py) * Fixing minor problems in the comments (datasets.py, python_tree_consum… !157 add replace none * Add replace_none to datasets.py, address comments in tests Trying to resolve copy Override the deepcopy method of deviceop Create_ir_tree method Create_ir_tree method 2 Create_ir_tree method 2 del to_device if already exists del to_device if already exists cache getters shapes and types Added yolov3 relaxation, to be rolled back Get shapes and types together bypass yolo NumWorkers for MapOp revert Yolo revert Thor Print more info Debug code: Update LOG INFO to LOG ERROR do not remove epochctrl for getter pass Remove repeat(1) pritn batch size add log to tree_consumer and device_queue op Revert PR 8744 Signed-off-by: alex-yuyue <yue.yu1@huawei.com> __del__ toDEvice __del__ toDevice2 !165 add ifndef ENABLE_ANDROID to device queue print * Add ifndef ENABLE_ANDROID to device queue print revert some changes !166 getter: get_data_info * getter: get_data_info !168 add back tree print * revert info to warnning in one log * add back the missed print tree log Release GIL in GetDataInfo
5 years ago
added python api based on cpp api 1st draft of python iterator Added Cifar10 and Cifar100 pybind port Change pybind to use IR for Skip and Manifest Signed-off-by: alex-yuyue <yue.yu1@huawei.com> DatasetNode as a base for all IR nodes namespace change Fix the namespace issue and make ut tests work Signed-off-by: alex-yuyue <yue.yu1@huawei.com> Add VOCDataset !63 Added RandomDataset * Added RandomDataset add imagefolder ir Pybind switch: CelebA and UT !61 CLUE example with class definition * Merge branch 'python-api' of gitee.com:ezphlow/mindspore into clue_class_pybind * Passing testcases * Added CLUE, not working add ManifestDataset IR Signed-off-by: alex-yuyue <yue.yu1@huawei.com> Update Coco & VOC & TFReader, Update clang-format, Reorder datasets_binding !69 Add Generator and move c_dataset.Iterator to dataset.Iterator * Add GeneratorDataset to c_dataset * Add GeneratorDataset to c_dataset !67 Moving c_datasets and adding sampler wrapper * Need to add create() method in datasets.py * migration from c_dataset to dataset part 1 !71 Fix indent error * Fix indentation error !72 Fix c_api tests cases * Fix c_api tests cases !73 Added CSV Dataset * Added CSVDataset pybind switch: Take and CelebA fixes !75 move c_dataset functionality to datasets * Fixed existing testcases * Added working clue and imagefolder * Added sampler conversion from pybind * Added sampler creation !77 Add Python API tree * Python API tree add minddataset TextFileDataset pybind Rename to skip test_concat.py and test_minddataset_exception.py !80 Add batch IR to python-api branch, most test cases work * staging III * staging, add pybind Enable more c_api take and CelebA tests; delete util_c_api !84 Schema changes in datasets.py * Schema changes !85 Remove input_indexes from sub-classes * remove input_index from each subclass !83 Remove C datasets * Removed c_dataset package * Remove c_datasets !82 pybind switch: shuffle * pybind switch: shuffle !86 Add build_vocab * Add build_vocab Rebase with upstream/master _shuffle conflict BatchNode error !88 Fix rebase problem * fix rebase problem Enable more unit tests; code typo/nit fixes !91 Fix python vocag hang * Fix python vocab hang !89 Added BucketBatchByLength Pybind switch * Added BucketBatchByLength Update and enable more tet_c_api_*.py tests !95 Add BuildSentencePeiceVocab * - Add BuildSentencePeiceVocab !96 Fix more tests * - Fix some tests - Enable more test_c_api_* - Add syncwait !99 pybind switch for device op * pybind switch for device op !93 Add getters to python API * Add getters to python API !101 Validate tree, error if graph * - Add sync wait !103 TFrecord/Random Datasets schema problem * - TfRecord/Random schem aproblem !102 Added filter pybind switch * Added Filter pybind switch !104 Fix num_samples * - TfRecord/Random schem aproblem !105 Fix to_device hang * Fix to_device hang !94 Adds Cache support for CLUE dataset * Added cache for all dataset ops * format change * Added CLUE cache support * Added Cache conversion Add save pybind fix compile err init modify concat_node !107 Fix some tests cases * Fix tests cases Enable and fix more tests !109 pybind switch for get dataset size * pybind_get_dataset_size some check-code fixes for pylint, cpplint and clang-format !113 Add callback * revert * dataset_sz 1 line * fix typo * get callback to work !114 Make Android compile clean * Make Android Compile Clean Fix build issues due to rebase !115 Fix more tests * Fix tests cases * !93 Add getters to python API fix test_profiling.py !116 fix get dataset size * fix get dataset size !117 GetColumnNames pybind switch * Added GetColumnNames pybind switch code-check fixes: clangformat, cppcheck, cpplint, pylint Delete duplicate test_c_api_*.py files; more lint fixes !121 Fix cpp tests * Remove extra call to getNext in cpp tests !122 Fix Schema with Generator * Fix Schema with Generator fix some cases of csv & mindrecord !124 fix tfrecord get_dataset_size and add some UTs * fix tfrecord get dataset size and add some ut for get_dataset_size !125 getter separation * Getter separation !126 Fix sampler.GetNumSamples * Fix sampler.GetNumSampler !127 Assign runtime getter to each get function * Assign runtime getter to each get function Fix compile issues !128 Match master code * Match master code !129 Cleanup DeviceOp/save code * Cleanup ToDevice/Save code !130 Add cache fix * Added cache fix for map and image folder !132 Fix testing team issues * Pass queue_name from python to C++ * Add Schema.from_json !131 Fix Cache op issues and delete de_pipeline * Roll back C++ change * Removed de_pipeline and passing all cache tests. * fixed cache tests !134 Cleanup datasets.py part1 * Cleanup dataset.py part1 !133 Updated validation for SentencePieceVocab.from_dataset * Added type_check for column names in SentencePieceVocab.from_dataset Rebase on master 181120 10:20 fix profiling temporary solution of catching stauts from Node.Build() !141 ToDevice Termination * ToDevice termination pylint fixes !137 Fix test team issues and add some corresponding tests * Fix test team issues and add some corresponding tests !138 TreeGetter changes to use OptPass * Getter changes to use OptPass (Zirui) Rebase fix !143 Fix cpplint issue * Fix cpplint issue pylint fixes in updated testcases !145 Reset exceptions testcase * reset exception test to master !146 Fix Check_Pylint Error * Fix Check_Pylint Error !147 fix android * fix android !148 ToDevice changes * Add ToDevice to the iterator List for cleanup at exit !149 Pylint issue * Add ToDevice to the iterator List for cleanup at exit !150 Pylint 2 * Add ToDevice to the iterator List for cleanup at exit !152 ExecutionTree error * ET destructor error !153 in getter_pass, only remove callback, without deleting map op * getter pass no longer removes map !156 early __del__ of iterator/to_device * early __del__ of iterator !155 Address review comments Eric 1 * Added one liner fix to validators.py * roll back signature fix * lint fix * Eric Address comments 2 * C++ lint fix * Address comments Eric 1 !158 Review rework for dataset bindings - part 1 * Reorder nodes repeat and rename * Review rework for dataset bindings - part 1 !154 Fixing minor problems in the comments (datasets.py, python_tree_consumer.cc, iterators_bindings.cc, and iterators.py) * Fixing minor problems in the comments (datasets.py, python_tree_consum… !157 add replace none * Add replace_none to datasets.py, address comments in tests Trying to resolve copy Override the deepcopy method of deviceop Create_ir_tree method Create_ir_tree method 2 Create_ir_tree method 2 del to_device if already exists del to_device if already exists cache getters shapes and types Added yolov3 relaxation, to be rolled back Get shapes and types together bypass yolo NumWorkers for MapOp revert Yolo revert Thor Print more info Debug code: Update LOG INFO to LOG ERROR do not remove epochctrl for getter pass Remove repeat(1) pritn batch size add log to tree_consumer and device_queue op Revert PR 8744 Signed-off-by: alex-yuyue <yue.yu1@huawei.com> __del__ toDEvice __del__ toDevice2 !165 add ifndef ENABLE_ANDROID to device queue print * Add ifndef ENABLE_ANDROID to device queue print revert some changes !166 getter: get_data_info * getter: get_data_info !168 add back tree print * revert info to warnning in one log * add back the missed print tree log Release GIL in GetDataInfo
5 years ago
added python api based on cpp api 1st draft of python iterator Added Cifar10 and Cifar100 pybind port Change pybind to use IR for Skip and Manifest Signed-off-by: alex-yuyue <yue.yu1@huawei.com> DatasetNode as a base for all IR nodes namespace change Fix the namespace issue and make ut tests work Signed-off-by: alex-yuyue <yue.yu1@huawei.com> Add VOCDataset !63 Added RandomDataset * Added RandomDataset add imagefolder ir Pybind switch: CelebA and UT !61 CLUE example with class definition * Merge branch 'python-api' of gitee.com:ezphlow/mindspore into clue_class_pybind * Passing testcases * Added CLUE, not working add ManifestDataset IR Signed-off-by: alex-yuyue <yue.yu1@huawei.com> Update Coco & VOC & TFReader, Update clang-format, Reorder datasets_binding !69 Add Generator and move c_dataset.Iterator to dataset.Iterator * Add GeneratorDataset to c_dataset * Add GeneratorDataset to c_dataset !67 Moving c_datasets and adding sampler wrapper * Need to add create() method in datasets.py * migration from c_dataset to dataset part 1 !71 Fix indent error * Fix indentation error !72 Fix c_api tests cases * Fix c_api tests cases !73 Added CSV Dataset * Added CSVDataset pybind switch: Take and CelebA fixes !75 move c_dataset functionality to datasets * Fixed existing testcases * Added working clue and imagefolder * Added sampler conversion from pybind * Added sampler creation !77 Add Python API tree * Python API tree add minddataset TextFileDataset pybind Rename to skip test_concat.py and test_minddataset_exception.py !80 Add batch IR to python-api branch, most test cases work * staging III * staging, add pybind Enable more c_api take and CelebA tests; delete util_c_api !84 Schema changes in datasets.py * Schema changes !85 Remove input_indexes from sub-classes * remove input_index from each subclass !83 Remove C datasets * Removed c_dataset package * Remove c_datasets !82 pybind switch: shuffle * pybind switch: shuffle !86 Add build_vocab * Add build_vocab Rebase with upstream/master _shuffle conflict BatchNode error !88 Fix rebase problem * fix rebase problem Enable more unit tests; code typo/nit fixes !91 Fix python vocag hang * Fix python vocab hang !89 Added BucketBatchByLength Pybind switch * Added BucketBatchByLength Update and enable more tet_c_api_*.py tests !95 Add BuildSentencePeiceVocab * - Add BuildSentencePeiceVocab !96 Fix more tests * - Fix some tests - Enable more test_c_api_* - Add syncwait !99 pybind switch for device op * pybind switch for device op !93 Add getters to python API * Add getters to python API !101 Validate tree, error if graph * - Add sync wait !103 TFrecord/Random Datasets schema problem * - TfRecord/Random schem aproblem !102 Added filter pybind switch * Added Filter pybind switch !104 Fix num_samples * - TfRecord/Random schem aproblem !105 Fix to_device hang * Fix to_device hang !94 Adds Cache support for CLUE dataset * Added cache for all dataset ops * format change * Added CLUE cache support * Added Cache conversion Add save pybind fix compile err init modify concat_node !107 Fix some tests cases * Fix tests cases Enable and fix more tests !109 pybind switch for get dataset size * pybind_get_dataset_size some check-code fixes for pylint, cpplint and clang-format !113 Add callback * revert * dataset_sz 1 line * fix typo * get callback to work !114 Make Android compile clean * Make Android Compile Clean Fix build issues due to rebase !115 Fix more tests * Fix tests cases * !93 Add getters to python API fix test_profiling.py !116 fix get dataset size * fix get dataset size !117 GetColumnNames pybind switch * Added GetColumnNames pybind switch code-check fixes: clangformat, cppcheck, cpplint, pylint Delete duplicate test_c_api_*.py files; more lint fixes !121 Fix cpp tests * Remove extra call to getNext in cpp tests !122 Fix Schema with Generator * Fix Schema with Generator fix some cases of csv & mindrecord !124 fix tfrecord get_dataset_size and add some UTs * fix tfrecord get dataset size and add some ut for get_dataset_size !125 getter separation * Getter separation !126 Fix sampler.GetNumSamples * Fix sampler.GetNumSampler !127 Assign runtime getter to each get function * Assign runtime getter to each get function Fix compile issues !128 Match master code * Match master code !129 Cleanup DeviceOp/save code * Cleanup ToDevice/Save code !130 Add cache fix * Added cache fix for map and image folder !132 Fix testing team issues * Pass queue_name from python to C++ * Add Schema.from_json !131 Fix Cache op issues and delete de_pipeline * Roll back C++ change * Removed de_pipeline and passing all cache tests. * fixed cache tests !134 Cleanup datasets.py part1 * Cleanup dataset.py part1 !133 Updated validation for SentencePieceVocab.from_dataset * Added type_check for column names in SentencePieceVocab.from_dataset Rebase on master 181120 10:20 fix profiling temporary solution of catching stauts from Node.Build() !141 ToDevice Termination * ToDevice termination pylint fixes !137 Fix test team issues and add some corresponding tests * Fix test team issues and add some corresponding tests !138 TreeGetter changes to use OptPass * Getter changes to use OptPass (Zirui) Rebase fix !143 Fix cpplint issue * Fix cpplint issue pylint fixes in updated testcases !145 Reset exceptions testcase * reset exception test to master !146 Fix Check_Pylint Error * Fix Check_Pylint Error !147 fix android * fix android !148 ToDevice changes * Add ToDevice to the iterator List for cleanup at exit !149 Pylint issue * Add ToDevice to the iterator List for cleanup at exit !150 Pylint 2 * Add ToDevice to the iterator List for cleanup at exit !152 ExecutionTree error * ET destructor error !153 in getter_pass, only remove callback, without deleting map op * getter pass no longer removes map !156 early __del__ of iterator/to_device * early __del__ of iterator !155 Address review comments Eric 1 * Added one liner fix to validators.py * roll back signature fix * lint fix * Eric Address comments 2 * C++ lint fix * Address comments Eric 1 !158 Review rework for dataset bindings - part 1 * Reorder nodes repeat and rename * Review rework for dataset bindings - part 1 !154 Fixing minor problems in the comments (datasets.py, python_tree_consumer.cc, iterators_bindings.cc, and iterators.py) * Fixing minor problems in the comments (datasets.py, python_tree_consum… !157 add replace none * Add replace_none to datasets.py, address comments in tests Trying to resolve copy Override the deepcopy method of deviceop Create_ir_tree method Create_ir_tree method 2 Create_ir_tree method 2 del to_device if already exists del to_device if already exists cache getters shapes and types Added yolov3 relaxation, to be rolled back Get shapes and types together bypass yolo NumWorkers for MapOp revert Yolo revert Thor Print more info Debug code: Update LOG INFO to LOG ERROR do not remove epochctrl for getter pass Remove repeat(1) pritn batch size add log to tree_consumer and device_queue op Revert PR 8744 Signed-off-by: alex-yuyue <yue.yu1@huawei.com> __del__ toDEvice __del__ toDevice2 !165 add ifndef ENABLE_ANDROID to device queue print * Add ifndef ENABLE_ANDROID to device queue print revert some changes !166 getter: get_data_info * getter: get_data_info !168 add back tree print * revert info to warnning in one log * add back the missed print tree log Release GIL in GetDataInfo
5 years ago
added python api based on cpp api 1st draft of python iterator Added Cifar10 and Cifar100 pybind port Change pybind to use IR for Skip and Manifest Signed-off-by: alex-yuyue <yue.yu1@huawei.com> DatasetNode as a base for all IR nodes namespace change Fix the namespace issue and make ut tests work Signed-off-by: alex-yuyue <yue.yu1@huawei.com> Add VOCDataset !63 Added RandomDataset * Added RandomDataset add imagefolder ir Pybind switch: CelebA and UT !61 CLUE example with class definition * Merge branch 'python-api' of gitee.com:ezphlow/mindspore into clue_class_pybind * Passing testcases * Added CLUE, not working add ManifestDataset IR Signed-off-by: alex-yuyue <yue.yu1@huawei.com> Update Coco & VOC & TFReader, Update clang-format, Reorder datasets_binding !69 Add Generator and move c_dataset.Iterator to dataset.Iterator * Add GeneratorDataset to c_dataset * Add GeneratorDataset to c_dataset !67 Moving c_datasets and adding sampler wrapper * Need to add create() method in datasets.py * migration from c_dataset to dataset part 1 !71 Fix indent error * Fix indentation error !72 Fix c_api tests cases * Fix c_api tests cases !73 Added CSV Dataset * Added CSVDataset pybind switch: Take and CelebA fixes !75 move c_dataset functionality to datasets * Fixed existing testcases * Added working clue and imagefolder * Added sampler conversion from pybind * Added sampler creation !77 Add Python API tree * Python API tree add minddataset TextFileDataset pybind Rename to skip test_concat.py and test_minddataset_exception.py !80 Add batch IR to python-api branch, most test cases work * staging III * staging, add pybind Enable more c_api take and CelebA tests; delete util_c_api !84 Schema changes in datasets.py * Schema changes !85 Remove input_indexes from sub-classes * remove input_index from each subclass !83 Remove C datasets * Removed c_dataset package * Remove c_datasets !82 pybind switch: shuffle * pybind switch: shuffle !86 Add build_vocab * Add build_vocab Rebase with upstream/master _shuffle conflict BatchNode error !88 Fix rebase problem * fix rebase problem Enable more unit tests; code typo/nit fixes !91 Fix python vocag hang * Fix python vocab hang !89 Added BucketBatchByLength Pybind switch * Added BucketBatchByLength Update and enable more tet_c_api_*.py tests !95 Add BuildSentencePeiceVocab * - Add BuildSentencePeiceVocab !96 Fix more tests * - Fix some tests - Enable more test_c_api_* - Add syncwait !99 pybind switch for device op * pybind switch for device op !93 Add getters to python API * Add getters to python API !101 Validate tree, error if graph * - Add sync wait !103 TFrecord/Random Datasets schema problem * - TfRecord/Random schem aproblem !102 Added filter pybind switch * Added Filter pybind switch !104 Fix num_samples * - TfRecord/Random schem aproblem !105 Fix to_device hang * Fix to_device hang !94 Adds Cache support for CLUE dataset * Added cache for all dataset ops * format change * Added CLUE cache support * Added Cache conversion Add save pybind fix compile err init modify concat_node !107 Fix some tests cases * Fix tests cases Enable and fix more tests !109 pybind switch for get dataset size * pybind_get_dataset_size some check-code fixes for pylint, cpplint and clang-format !113 Add callback * revert * dataset_sz 1 line * fix typo * get callback to work !114 Make Android compile clean * Make Android Compile Clean Fix build issues due to rebase !115 Fix more tests * Fix tests cases * !93 Add getters to python API fix test_profiling.py !116 fix get dataset size * fix get dataset size !117 GetColumnNames pybind switch * Added GetColumnNames pybind switch code-check fixes: clangformat, cppcheck, cpplint, pylint Delete duplicate test_c_api_*.py files; more lint fixes !121 Fix cpp tests * Remove extra call to getNext in cpp tests !122 Fix Schema with Generator * Fix Schema with Generator fix some cases of csv & mindrecord !124 fix tfrecord get_dataset_size and add some UTs * fix tfrecord get dataset size and add some ut for get_dataset_size !125 getter separation * Getter separation !126 Fix sampler.GetNumSamples * Fix sampler.GetNumSampler !127 Assign runtime getter to each get function * Assign runtime getter to each get function Fix compile issues !128 Match master code * Match master code !129 Cleanup DeviceOp/save code * Cleanup ToDevice/Save code !130 Add cache fix * Added cache fix for map and image folder !132 Fix testing team issues * Pass queue_name from python to C++ * Add Schema.from_json !131 Fix Cache op issues and delete de_pipeline * Roll back C++ change * Removed de_pipeline and passing all cache tests. * fixed cache tests !134 Cleanup datasets.py part1 * Cleanup dataset.py part1 !133 Updated validation for SentencePieceVocab.from_dataset * Added type_check for column names in SentencePieceVocab.from_dataset Rebase on master 181120 10:20 fix profiling temporary solution of catching stauts from Node.Build() !141 ToDevice Termination * ToDevice termination pylint fixes !137 Fix test team issues and add some corresponding tests * Fix test team issues and add some corresponding tests !138 TreeGetter changes to use OptPass * Getter changes to use OptPass (Zirui) Rebase fix !143 Fix cpplint issue * Fix cpplint issue pylint fixes in updated testcases !145 Reset exceptions testcase * reset exception test to master !146 Fix Check_Pylint Error * Fix Check_Pylint Error !147 fix android * fix android !148 ToDevice changes * Add ToDevice to the iterator List for cleanup at exit !149 Pylint issue * Add ToDevice to the iterator List for cleanup at exit !150 Pylint 2 * Add ToDevice to the iterator List for cleanup at exit !152 ExecutionTree error * ET destructor error !153 in getter_pass, only remove callback, without deleting map op * getter pass no longer removes map !156 early __del__ of iterator/to_device * early __del__ of iterator !155 Address review comments Eric 1 * Added one liner fix to validators.py * roll back signature fix * lint fix * Eric Address comments 2 * C++ lint fix * Address comments Eric 1 !158 Review rework for dataset bindings - part 1 * Reorder nodes repeat and rename * Review rework for dataset bindings - part 1 !154 Fixing minor problems in the comments (datasets.py, python_tree_consumer.cc, iterators_bindings.cc, and iterators.py) * Fixing minor problems in the comments (datasets.py, python_tree_consum… !157 add replace none * Add replace_none to datasets.py, address comments in tests Trying to resolve copy Override the deepcopy method of deviceop Create_ir_tree method Create_ir_tree method 2 Create_ir_tree method 2 del to_device if already exists del to_device if already exists cache getters shapes and types Added yolov3 relaxation, to be rolled back Get shapes and types together bypass yolo NumWorkers for MapOp revert Yolo revert Thor Print more info Debug code: Update LOG INFO to LOG ERROR do not remove epochctrl for getter pass Remove repeat(1) pritn batch size add log to tree_consumer and device_queue op Revert PR 8744 Signed-off-by: alex-yuyue <yue.yu1@huawei.com> __del__ toDEvice __del__ toDevice2 !165 add ifndef ENABLE_ANDROID to device queue print * Add ifndef ENABLE_ANDROID to device queue print revert some changes !166 getter: get_data_info * getter: get_data_info !168 add back tree print * revert info to warnning in one log * add back the missed print tree log Release GIL in GetDataInfo
5 years ago
5 years ago
5 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377
  1. /**
  2. * Copyright 2019 Huawei Technologies Co., Ltd
  3. *
  4. * Licensed under the Apache License, Version 2.0 (the "License");
  5. * you may not use this file except in compliance with the License.
  6. * You may obtain a copy of the License at
  7. *
  8. * http://www.apache.org/licenses/LICENSE-2.0
  9. *
  10. * Unless required by applicable law or agreed to in writing, software
  11. * distributed under the License is distributed on an "AS IS" BASIS,
  12. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. * See the License for the specific language governing permissions and
  14. * limitations under the License.
  15. */
  16. #include "minddata/dataset/engine/execution_tree.h"
  17. #include <iostream>
  18. #include <string>
  19. #include <utility>
  20. #include <limits>
  21. #if defined(NUMA_ENABLED) && (defined(ENABLE_GPUQUE) || defined(ENABLE_TDTQUE))
  22. #include <numa.h>
  23. #endif
  24. #include "minddata/dataset/engine/datasetops/dataset_op.h"
  25. #include "minddata/dataset/engine/datasetops/shuffle_op.h"
  26. #include "minddata/dataset/engine/datasetops/device_queue_op.h"
  27. #include "minddata/dataset/util/task_manager.h"
  28. #include "minddata/dataset/engine/opt/pass.h"
  29. #include "minddata/dataset/engine/opt/pre/removal_pass.h"
  30. #ifndef ENABLE_ANDROID
  31. #include "minddata/dataset/engine/opt/pre/cache_transform_pass.h"
  32. #include "minddata/dataset/engine/opt/post/repeat_pass.h"
  33. #include "minddata/dataset/engine/opt/pre/cache_error_pass.h"
  34. #include "mindspore/ccsrc/minddata/dataset/engine/opt/optional/tensor_op_fusion_pass.h"
  35. #endif
  36. #include "minddata/dataset/engine/opt/pre/epoch_injection_pass.h"
  37. #include "minddata/dataset/engine/perf/profiling.h"
  38. #include "minddata/dataset/engine/perf/monitor.h"
  39. namespace mindspore {
  40. namespace dataset {
  41. // Constructor
  42. ExecutionTree::ExecutionTree() : id_count_(0), tree_state_(kDeTStateInit), prepare_flags_(kDePrepNone) {
  43. tg_ = std::make_unique<TaskGroup>();
  44. profiling_manager_ = std::make_unique<ProfilingManager>(this);
  45. #if defined(NUMA_ENABLED) && (defined(ENABLE_GPUQUE) || defined(ENABLE_TDTQUE))
  46. std::shared_ptr<ConfigManager> cfg = GlobalContext::config_manager();
  47. rank_id_ = cfg->rank_id();
  48. #endif
  49. }
  50. // Destructor
  51. ExecutionTree::~ExecutionTree() {
  52. #ifdef ENABLE_TDTQUE
  53. DeviceQueueOp *op = dynamic_cast<DeviceQueueOp *>(root_.get());
  54. if (op != nullptr) {
  55. op->StopWaiting();
  56. }
  57. #endif
  58. (void)tg_->ServiceStop();
  59. }
  60. // Associates a DatasetOp with this tree. This assigns a valid node id to the operator and
  61. // provides it with a link to the tree. A node cannot form any relationships (parent/child) with
  62. // other nodes unless they are associated with the same tree.
  63. Status ExecutionTree::AssociateNode(const std::shared_ptr<DatasetOp> &op) {
  64. // If we are already a part of the tree, no-op
  65. if (op->tree_ == this) {
  66. return Status::OK();
  67. }
  68. if (tree_state_ != kDeTStateInit && tree_state_ != kDeTStateBuilding && tree_state_ != kDeTStatePrepare) {
  69. std::string err_msg =
  70. "Invalid tree state for adding a node. Current state: " + std::to_string(static_cast<int>(tree_state_)) +
  71. " Expected states: " + std::to_string(static_cast<int>(kDeTStateInit)) + " or " +
  72. std::to_string(static_cast<int>(kDeTStateBuilding)) + " or " + std::to_string(static_cast<int>(kDeTStatePrepare));
  73. RETURN_STATUS_UNEXPECTED(err_msg);
  74. }
  75. // Enter the building state if we were not already there
  76. tree_state_ = kDeTStateBuilding;
  77. // Assign an id to the operator
  78. op->set_id(id_count_);
  79. id_count_++;
  80. // Assign our tree into the op so that each op has a link back to the tree
  81. op->set_tree(this);
  82. return Status::OK();
  83. }
  84. // Sets the root node of the tree
  85. Status ExecutionTree::AssignRoot(const std::shared_ptr<DatasetOp> &op) {
  86. // Tree must be in building state before we can assign root to it
  87. if (tree_state_ != kDeTStateBuilding) {
  88. std::string err_msg =
  89. "Invalid tree state for assigning a root node. Current state: " + std::to_string(static_cast<int>(tree_state_)) +
  90. " Expected state: " + std::to_string(static_cast<int>(kDeTStateBuilding));
  91. RETURN_STATUS_UNEXPECTED(err_msg);
  92. }
  93. // If they didn't already call AssociateNode for this node before calling AssignRoot,
  94. // then do so now.
  95. if (op->operator_id_ == DatasetOp::kInvalidOperatorId) {
  96. RETURN_IF_NOT_OK(this->AssociateNode(op));
  97. }
  98. // Then add it as the root.
  99. root_ = op;
  100. return Status::OK();
  101. }
  102. // A print method typically used for debugging
  103. void ExecutionTree::Print(std::ostream &out, const std::shared_ptr<DatasetOp> &op) const {
  104. out << "Execution tree summary:\n"
  105. << "-----------------------\n";
  106. this->PrintNode(out, op == nullptr ? root_ : op, "", true, false);
  107. out << "\nExecution tree operator details:\n"
  108. << "--------------------------------\n";
  109. this->PrintNode(out, op == nullptr ? root_ : op, "", true, true);
  110. }
  111. // A helper functions for doing the recursive printing
  112. void ExecutionTree::PrintNode(std::ostream &out, const std::shared_ptr<DatasetOp> &dataset_op, std::string indent,
  113. bool last, bool detailed) const {
  114. // Decide which printer to use based on detailed arg.
  115. if (!detailed) {
  116. out << indent << "+- " << *dataset_op;
  117. indent += (last ? " " : "| ");
  118. } else {
  119. dataset_op->Print(out, detailed);
  120. }
  121. // Descend to children
  122. for (int32_t i = 0; i < dataset_op->child_.size(); ++i) {
  123. this->PrintNode(out, dataset_op->child_[i], indent, (i == (dataset_op->child_.size() - 1)), detailed);
  124. }
  125. }
  126. // Start the execution of the tree
  127. Status ExecutionTree::Launch() {
  128. // opencv limit too many threads
  129. #ifndef ENABLE_ANDROID
  130. #if !defined(_WIN32) && !defined(_WIN64) && !defined(__APPLE__)
  131. #if defined(NUMA_ENABLED) && (defined(ENABLE_GPUQUE) || defined(ENABLE_TDTQUE))
  132. // Here we do numa bind for performance optimization, as our test result,
  133. // if we do numa bind when get_dataset_size launch a tree, we'll get a
  134. // better performance than only we do numa bind at the time _To_Device
  135. // launch a tree. Our numa bind work is a process level bind, bind with
  136. // both cpu and memory and we choose numa_node with a polling logic:
  137. // numa_bind_id = rank_id_ % (numa_max_node() + 1)
  138. // Now we only test pass in GPU scenario, we've not tested D scenario,
  139. // without enough test we don't suggest numa feature open in D scenario
  140. int numa_node_max_id = numa_max_node();
  141. if (numa_node_max_id < 0) {
  142. RETURN_STATUS_UNEXPECTED("Get numa max node failed.");
  143. }
  144. if (rank_id_ >= 0) {
  145. uint32_t numa_bind_id = static_cast<uint32_t>(rank_id_ % (numa_node_max_id + 1));
  146. auto bm = numa_allocate_nodemask();
  147. numa_bitmask_clearall(bm);
  148. numa_bitmask_setbit(bm, numa_bind_id);
  149. numa_bind(bm);
  150. numa_bitmask_free(bm);
  151. } else {
  152. MS_LOG(INFO) << "Numa bind feature doesn't work now.";
  153. }
  154. #endif
  155. int32_t thread_num = get_nprocs();
  156. if (thread_num == 0) {
  157. std::string err_msg = "Invalid thread number.";
  158. RETURN_STATUS_UNEXPECTED(err_msg);
  159. }
  160. if (thread_num > 8)
  161. cv::setNumThreads(8);
  162. else
  163. cv::setNumThreads(thread_num);
  164. #endif
  165. #endif
  166. // Tree must be built and prepared before it can be launched!
  167. if (tree_state_ != kDeTStateReady) {
  168. std::string err_msg =
  169. "Invalid tree state for launching tree. Current state: " + std::to_string(static_cast<int>(tree_state_)) +
  170. " Expected state: " + std::to_string(static_cast<int>(kDeTStateReady));
  171. RETURN_STATUS_UNEXPECTED(err_msg);
  172. }
  173. // Profiling infrastructures need to be initialized before Op launching
  174. if (profiling_manager_->IsProfilingEnable()) {
  175. // Setup profiling manager
  176. RETURN_IF_NOT_OK(profiling_manager_->Initialize());
  177. // Launch Monitor Thread
  178. RETURN_IF_NOT_OK(profiling_manager_->LaunchMonitor());
  179. }
  180. std::ostringstream ss;
  181. ss << *this;
  182. MS_LOG(DEBUG) << "Printing the tree before launch tasks:\n" << ss.str();
  183. for (auto itr = this->begin(); itr != this->end(); ++itr) {
  184. // An inlined operator is one that has an output connector size of 0, and it does not
  185. // require a thread to execute. Instead, the work of this operator is executed inlined
  186. // from the tree node directly above it (or in the case of a root node, it runs from within
  187. // the launching tree/user thread. Do not exec any thread for an inlined op.
  188. itr->state_ = DatasetOp::OpState::kDeOpRunning;
  189. if (!itr->inlined()) {
  190. RETURN_IF_NOT_OK(tg_->CreateAsyncTask(itr->NameWithID(), std::ref(*itr)));
  191. // Set the state of the Operator as running. This only matters in Leaf ops, CacheOp and TakeOp
  192. }
  193. }
  194. tree_state_ = kDeTStateExecuting;
  195. return Status::OK();
  196. }
  197. // A function that traverse the tree in postorder then save the results in nodes
  198. void ExecutionTree::Iterator::PostOrderTraverse(const std::shared_ptr<DatasetOp> &node) {
  199. if (node == nullptr) {
  200. return;
  201. }
  202. for (int32_t i = 0; i < node->child_.size(); ++i) {
  203. PostOrderTraverse(node->child_[i]);
  204. }
  205. nodes_.push_back(node);
  206. }
  207. ExecutionTree::Iterator::Iterator(const std::shared_ptr<DatasetOp> &root) : ind_(0) {
  208. // post-order traverse the tree, if root is null, it return
  209. PostOrderTraverse(root);
  210. nodes_.emplace_back(nullptr);
  211. }
  212. // Given the number of workers, launches the worker entry function for each. Essentially a
  213. // wrapper for the TaskGroup handling that is stored inside the execution tree.
  214. Status ExecutionTree::LaunchWorkers(int32_t num_workers, std::function<Status(uint32_t)> func, std::string name) {
  215. int32_t num_cpu_threads = GlobalContext::Instance()->config_manager()->num_cpu_threads();
  216. // this performs check that num_workers is positive and not unreasonably large which could happen
  217. // for example, un-initialized variable. uint16 max is 65536 which is large enough to cover everything
  218. CHECK_FAIL_RETURN_UNEXPECTED(num_workers > 0 && num_workers < std::numeric_limits<uint16_t>::max(),
  219. name + "'s num_worker=" + std::to_string(num_workers) + ", is negative or too large.");
  220. // Launch the workers
  221. if (num_workers > num_cpu_threads) {
  222. MS_LOG(WARNING) << name + " is launched with " << std::to_string(num_workers) << " worker threads which exceeds "
  223. << std::to_string(num_cpu_threads) << ", the maximum number of threads on this CPU.";
  224. }
  225. for (int32_t i = 0; i < num_workers; ++i) {
  226. RETURN_IF_NOT_OK(tg_->CreateAsyncTask(name, std::bind(func, i)));
  227. }
  228. return Status::OK();
  229. }
  230. // The driver of the prepare phase of the execution tree.
  231. // Prepare phase consists of three sub phases
  232. //
  233. // 1. PreAction()
  234. // Compulsory transformation/action pre optimization.
  235. // For example, CacheOp Insertion
  236. //
  237. // 2. Optimize()
  238. // Optimization transformation/action, optional
  239. // For example, MapOp Fusion
  240. //
  241. // 3. PostAction()
  242. // Compulsory transformation/action post optimization.
  243. // For example, repeatOp inlining
  244. //
  245. // @return Status The status code returned
  246. Status ExecutionTree::Prepare(int32_t num_epochs, bool partial) {
  247. num_epochs_ = num_epochs;
  248. partially_prepare_ = partial;
  249. // Pre optimization compulsory transformation
  250. RETURN_IF_NOT_OK(this->PreAction());
  251. // Post optimization compulsory transformation
  252. RETURN_IF_NOT_OK(this->PostAction());
  253. // The tree is ready to be prepared.
  254. tree_state_ = kDeTStatePrepare;
  255. // Existing transformation implementation, will be removed later
  256. RETURN_IF_NOT_OK(this->PrepareDeprecated());
  257. return Status::OK();
  258. }
  259. Status ExecutionTree::PreAction() {
  260. bool modified = false;
  261. std::vector<std::unique_ptr<Pass>> pre_actions;
  262. // Construct pre actions
  263. if (!partially_prepare_) {
  264. #ifndef ENABLE_ANDROID
  265. pre_actions.push_back(std::make_unique<CacheErrorPass>());
  266. #endif
  267. pre_actions.push_back(std::make_unique<EpochInjectionPass>());
  268. pre_actions.push_back(std::make_unique<RemovalPass>());
  269. }
  270. MS_LOG(INFO) << "Running " << pre_actions.size() << " pre pass loops.";
  271. // Apply pre action passes
  272. for (auto &pass : pre_actions) {
  273. RETURN_IF_NOT_OK(pass->Run(this, &modified));
  274. }
  275. MS_LOG(INFO) << "Pre passes complete.";
  276. return Status::OK();
  277. }
  278. Status ExecutionTree::PostAction() {
  279. bool modified = false;
  280. OptPass post_actions;
  281. // Construct pre actions
  282. MS_LOG(INFO) << "Running post pass loops.";
  283. #ifndef ENABLE_ANDROID
  284. // Calling CacheErrorPass again. This is a temporary fix until the TensorOperation is properly done in Pybind.
  285. // The IR version cannot detect an invalid case of a cache on Map with random tensor operation from Python API.
  286. // This is because Python API binding to TensorOperation is still in progress.
  287. post_actions.push_back(std::make_unique<CacheErrorPass>());
  288. post_actions.push_back(std::make_unique<CacheTransformPass>());
  289. post_actions.push_back(std::make_unique<RepeatPass>());
  290. #endif
  291. // Apply post action passes
  292. for (auto &pass : post_actions) {
  293. RETURN_IF_NOT_OK(pass->Run(this, &modified));
  294. }
  295. MS_LOG(INFO) << "Post passes complete.";
  296. return Status::OK();
  297. }
  298. // The driver of the prepare phase of the execution tree. The prepare phase will recursively
  299. // walk the tree to perform modifications to the tree or specific nodes within the tree to get
  300. // it ready for execution.
  301. //
  302. // This driver is deprecated.
  303. Status ExecutionTree::PrepareDeprecated() {
  304. // Tree must be in pending prepare state before we can assign root to it
  305. if (tree_state_ != kDeTStatePrepare) {
  306. std::string err_msg =
  307. "Invalid tree state for preparing the tree. Current state: " + std::to_string(static_cast<int>(tree_state_)) +
  308. " Expected state: " + std::to_string(static_cast<int>(kDeTStatePrepare));
  309. RETURN_STATUS_UNEXPECTED(err_msg);
  310. }
  311. if (root_ == nullptr) {
  312. RETURN_STATUS_UNEXPECTED("Please assign one operator as the root of this tree.");
  313. }
  314. // Start the recursive prepare
  315. RETURN_IF_NOT_OK(this->PrepareNode(root_));
  316. tree_state_ = kDeTStateReady;
  317. return Status::OK();
  318. }
  319. // Recursive function used during prepare phase to visit a node and drive any pre- and post-
  320. // node actions during a tree walk.
  321. Status ExecutionTree::PrepareNode(const std::shared_ptr<DatasetOp> &dataset_op) {
  322. // Before going down into children, make any prepare flags updates based on this operator.
  323. uint32_t op_prep_flags = dataset_op->PrepareFlags();
  324. BitSet(&prepare_flags_, op_prep_flags);
  325. // Now, descend to children
  326. for (const auto &i : dataset_op->child_) {
  327. RETURN_IF_NOT_OK(this->PrepareNode(i));
  328. }
  329. // No more children, now we execute any prepare actions before going back up the
  330. // the tree on recursive function
  331. RETURN_IF_NOT_OK(dataset_op->PrepareNodePostAction());
  332. // Then clear the flags from this op now that we have prepared it.
  333. BitClear(&prepare_flags_, op_prep_flags);
  334. return Status::OK();
  335. }
  336. } // namespace dataset
  337. } // namespace mindspore