Commit Graph

4562 Commits

Author SHA1 Message Date
i-robot 6924866a87 [MD] minddata error msg optimize
Merge pull request  from xiefangqi/md_datasetops_error_msg_opt
2021-12-01 07:18:18 +00:00
zy 5ca98a494a [fix] [assistant] [I3ZSQS] add new data operator FastText 2021-12-01 11:12:08 +08:00
i-robot b6a6dbbe8f [Auto parallel] [Sharding propagation] Dealing with a parameter being used by mutiple ops
Merge pull request  from Xiaoda/114-adapting-sharding-propagation-for-common-parameter
2021-12-01 02:01:34 +00:00
i-robot fcac7351aa add loss landscape ut and st
Merge pull request  from Songyuanwei/landscape_ci
2021-12-01 01:49:43 +00:00
i-robot eb9537af11 [assistant][ops] Add data operator Vectors
Merge pull request  from 张渝/Vectors
2021-12-01 01:29:45 +00:00
i-robot 1905b228b4 Update minddata log message
Merge pull request  from luoyang/log
2021-12-01 01:25:11 +00:00
i-robot bf59d75604 [MD] fix mindrecord log message part01
Merge pull request  from liyong126/fix_mindrecord_log_msg
2021-12-01 01:12:48 +00:00
xiefangqi f74b5cea0c optimize datasetops error msg 2021-12-01 09:11:22 +08:00
Xiaoda Zhang 364858cbc9 In sharding propagation, to keep strategy consistent of parameter being used by multiple operators, we check the edge with one node of TmpIdentityInfo 2021-11-30 18:58:33 +08:00
i-robot 2fd00935ed [assistant][ops] Add new data operator SpeechCommandsDataset
Merge pull request  from 杨旭华/SpeechCommandsDataset
2021-11-30 09:33:03 +00:00
i-robot 95c0cafef4 white list for syntax exception
Merge pull request  from zhangzhaoju/master_syntax
2021-11-30 08:01:59 +00:00
i-robot 7554053c00 Add initializer and optimizer ut
Merge pull request  from wanyiming/add_init_opt_ut
2021-11-30 07:23:27 +00:00
luoyang 1a6a42c083 Update minddata log message 2021-11-30 15:22:40 +08:00
zhangyuqwer 6a6e73ef82 [fix] [assistant] [I3ZSQM] add new data operator Vectors 2021-11-30 14:39:42 +08:00
i-robot f513e0bfdd [GraphKernel] lite adapt for akg build.
Merge pull request  from chenlei_autodiff/lite_callback
2021-11-30 03:38:38 +00:00
songyuanwei a67ac908d8 add landscape ut and st 2021-11-30 11:28:47 +08:00
liyong 2869352cc8 fix mindrecord log part01 2021-11-30 10:57:58 +08:00
i-robot 51dbbda8f2 [Auto parallel] Recover 'auto_parallel_search_mode' in parallel_context
Merge pull request  from Xiaoda/115-adapting-interface-of-search-mode
2021-11-30 01:58:52 +00:00
i-robot b9d56b9cce fix some error report and remove some useless code
Merge pull request  from lianliguang/master
2021-11-29 12:34:41 +00:00
Xiaoda Zhang 04db51a528 In a previous PR (https://gitee.com/mindspore/mindspore/pulls/26807/), we replaced 'auto_parallel_search_mode' by 'search_mode' directly.
However, to be forward compatitable, it is suitable to keep 'auto_parallel_search_mode' available. This PR recovers the 'auto_parallel_search_mode' interface and adds a warning when using this old interface.

This PR also deals with other codestyle things.
2021-11-29 15:40:23 +08:00
zhangzhaoju d34f14e324 white list for syntax exception 2021-11-29 12:40:38 +08:00
i-robot 16fa10fd38 add ut for debug info
Merge pull request  from huanghui/add-ut
2021-11-29 03:55:52 +00:00
lianliguang 0dc5d7f4f9 modify some eroor log and remove some useless code 2021-11-29 10:23:03 +08:00
chenlei_autodiff 54227cae81 [GraphKernel] lite adapt for akg build. 2021-11-27 17:51:54 +08:00
huanghui 67a6beb1b1 add ut for debug info 2021-11-27 17:29:45 +08:00
i-robot 2bd6deaeeb GraphKernel For CPU
Merge pull request  from ZengZitao/gk_cpu
2021-11-27 06:23:01 +00:00
vddong 91d3a7543f [feat][assistant][I3T96F] add new data operator SpeechCommands 2021-11-27 11:25:18 +08:00
i-robot 4252b24335 malloc ts memory for label
Merge pull request  from zhoufeng/change-label-memory-type
2021-11-27 01:09:03 +00:00
zengzitao 62458b5636 adapt graph kernel for cpu 2021-11-26 18:42:34 +08:00
i-robot d1e4e674ab Add supoort resolving outer lambda function for ops.Partial.
Merge pull request  from hezhenhao1/add_lambda
2021-11-26 09:21:34 +00:00
hezhenhao1 4af312d17e Add supoort resolving outer lambda function for ops.Partial. 2021-11-26 15:05:50 +08:00
i-robot 04132e0c50 fix error log and move some function to inner
Merge pull request  from lianliguang/master
2021-11-26 06:09:42 +00:00
i-robot 9f8ec2c5ab [Auto parallel] [Sharding propagation] Interface change of sharding propagation
Merge pull request  from Xiaoda/113-auto-parallel-search-mode-changes-to-search-mode
2021-11-26 01:48:58 +00:00
i-robot 6ecbc97fd6 virtual_dataset_avoid_auto_parallel
Merge pull request  from yao_yf/virtual_dataset_avoid_auto_parallel
2021-11-26 01:48:53 +00:00
wanyiming ab65f4ac98 addut 2021-11-26 09:48:34 +08:00
i-robot b282414de7 arallel_ut_refactoring
Merge pull request  from 王志伟/parallel_ut_refactoring1
2021-11-26 01:34:49 +00:00
i-robot bbe9606f1c Revert "Add the check of function return None."
Merge pull request  from Margaret_wangrui/return_none
2021-11-26 01:28:46 +00:00
lianliguang 5864d6a006 modify some eroor log 2021-11-26 09:24:19 +08:00
zhoufeng 881179fa10 malloc ts memory for label
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2021-11-26 09:17:02 +08:00
i-robot d8fbc26419 [MD][Profiler][Autotune] Add test, logs, clean state
Merge pull request  from harshvardhangupta/add_test_at_prof
2021-11-25 19:38:33 +00:00
i-robot 3520f1427d MD C++ UT: Remove old tests part 3
Merge pull request  from hetshah/hs_remove_old_tests
2021-11-25 19:29:30 +00:00
hetshah 098ca49dd3 remove instances of datasetiterator from old tests and move coverage to new method 2021-11-25 15:22:34 +00:00
Margaret_wangrui 922678edef Revert "Add the check of function return None."
This reverts commit f9a384456a.
2021-11-25 21:18:24 +08:00
i-robot 4407210ae3 Modify error
Merge pull request  from liuyang/error_ms
2021-11-25 12:18:11 +00:00
Xiaoda Zhang ad5ac77ae8 1) 'auto_parallel_search_mode' changes to 'search_mode';
2) 'sharding_propagation' moves to 'search_mode';
2021-11-25 19:38:21 +08:00
yao_yf f29ce1fb60 virtual dataset avoid auto parallel 2021-11-25 18:47:35 +08:00
harshvardhangupta 02f4a8068b add tests, clean states, print proper warn logs 2021-11-25 00:03:38 -05:00
liuyang_655 12092c882f modify error 2021-11-24 22:40:23 -05:00
jonyguo 58c9112c2e fix: generator dataset with source zip 2021-11-25 11:32:28 +08:00
i-robot 3d0f9d8aae Enable compile cache feature to load hyper parameter data from python
Merge pull request  from LiangZhibo/mindir
2021-11-25 03:25:27 +00:00