Commit Graph

33379 Commits

Author SHA1 Message Date
Emir Haleva 8433b1be54 API to change TensorsWeights for Site AI 2021-11-03 16:02:09 +02:00
i-robot 2828f317f7 !25718 optimize implicit convert error message
Merge pull request !25718 from chujinjin/optimize_implicit_convert_error_msg
2021-11-03 12:31:56 +00:00
i-robot f84400ef51 !25817 Support float64 for CPU OP, including Sqrt, Abs, AbsGrad, AddN.
Merge pull request !25817 from hezhenhao1/add_double2
2021-11-03 12:28:35 +00:00
i-robot 8144da40ac !25688 Optimize isa() and type id related code.
Merge pull request !25688 from hewei/opt_perf
2021-11-03 12:04:50 +00:00
i-robot d2cb681a4c !25799 Fix a performance issue in OrderedSet/OrderedMap
Merge pull request !25799 from hewei/fix_perf
2021-11-03 11:51:42 +00:00
i-robot c8a454c675 !25713 ROC.roc change to inner api
Merge pull request !25713 from wangnan39/change_roc_in_Roc_to_inner
2021-11-03 11:31:35 +00:00
i-robot 835e2e546e !25759 Fix the unloadable bprop mindir files
Merge pull request !25759 from YuJianfeng/bprop_mindir
2021-11-03 09:26:54 +00:00
hezhenhao1 e2b6c926bf Support float64 for CPU OP, including Sqrt, Abs, AbsGrad, AddN. 2021-11-03 17:05:23 +08:00
i-robot 0f1d3e5baf !25739 PyNative RunOps support string input
Merge pull request !25739 from tanghuikang/runops_string
2021-11-03 09:02:12 +00:00
i-robot 5596e855db !25807 fix cpu control flow bug
Merge pull request !25807 from baihuawei/fix_cpu_control
2021-11-03 08:58:54 +00:00
i-robot 1a2a462c8f !25786 fix resnet pynative performance
Merge pull request !25786 from baihuawei/fixpynativeperformance
2021-11-03 08:58:09 +00:00
i-robot bc025e907d !25686 fix cholesky fatcor and solve for cpu backend
Merge pull request !25686 from zhuzhongrui/pub_master
2021-11-03 08:32:30 +00:00
i-robot cd44957b2d !25772 [Fallback] Filter out the Function type paramters for PyInterpretEvaluator.
Merge pull request !25772 from 张清华/opt_fallback
2021-11-03 07:15:07 +00:00
i-robot 61b29cb77c !25815 [CPU] Fix the bug of gather kernel
Merge pull request !25815 from zhanyuan/dev
2021-11-03 07:07:53 +00:00
i-robot 5880bb3aa1 !25752 opt quant cast using asm
Merge pull request !25752 from zhaozhenlong/lite/opt-quant-casts
2021-11-03 06:55:53 +00:00
i-robot 4b916d4ea7 !25809 docstrings gramma fix
Merge pull request !25809 from luoyang/code_docs_doc
2021-11-03 06:43:11 +00:00
i-robot c13d33a42c !25770 Generator op timing problem
Merge pull request !25770 from luoyang/issues
2021-11-03 06:42:54 +00:00
i-robot 2b511c049f !25816 add some of dataset ut cases about createIterator columns
Merge pull request !25816 from liucunwei/dataset-lcw-1029
2021-11-03 06:40:42 +00:00
i-robot 60e8ff0adb !25814 check ElementsNum and Size
Merge pull request !25814 from zhaozhenlong/lite/check-elements-num
2021-11-03 06:32:10 +00:00
yujianfeng fc769a79fe Fix the unloadable bprop mindir files 2021-11-03 14:29:56 +08:00
i-robot ca708af5fc !25716 Add collective adapter
Merge pull request !25716 from ZPaC/dir-of-distributed
2021-11-03 06:25:04 +00:00
He Wei fd8bbb4d96 Optimize isa() and type id related code.
1. Let 'isa<T>()' calls 'IsSameTypeId()' when T is final,
   and we add 'final' mark to some final classes derived from Base;

2. Generate type id at compile time using constexpr hash function,
   remove TypeIdManager and related code;

3. Add a tool script 'scripts/check_tid.sh' to check tid uniqueness;

4. Improve type search in 'proto_exporter.cc' and 'convert_utils_py.cc';

5. Add some missed MS_DECLARE_PARENT;

6. Ensure calls of 'parent_t::IsFromTypeId()' are all inlined.
2021-11-03 14:14:44 +08:00
liucunwei a86ac516fc add some of ut about dataset IteratorOneColumn 2021-11-03 12:02:00 +08:00
zhaozhenlong 4b61fa454e check ElementsNum and Size 2021-11-03 11:32:48 +08:00
zhanyuan a5b416d0f4 [CPU] Fix the bug of gather kernel 2021-11-03 11:32:06 +08:00
Zhang Qinghua 6131c94f19 [Fallback] Filter out the Function type paramters for PyInterpretEvaluator. 2021-11-03 11:18:54 +08:00
zhaozhenlong 290b431805 opt quant cast 2021-11-03 10:55:28 +08:00
ZPaC e5789757d6 Add collective adapter 2021-11-03 10:42:18 +08:00
i-robot ae1ebf1430 !25695 [MSLITE] Fix bug and optimize reduce mean op in micro
Merge pull request !25695 from zhanyuan/reduce_micro
2021-11-03 02:13:53 +00:00
luoyang a77eb61ba1 docstrings gramma fix 2021-11-03 10:04:28 +08:00
i-robot 9cdb27393c !25758 [MS][LITE] code clean
Merge pull request !25758 from XianglongZeng/myms_new_2
2021-11-03 01:44:37 +00:00
i-robot 7c143d90fe !25665 add big model load
Merge pull request !25665 from hangq/fuzz
2021-11-03 01:34:35 +00:00
i-robot db85f17d65 !25504 [MSLITE] Fuzz test
Merge pull request !25504 from wangshaocong/fuzz_test
2021-11-03 01:32:43 +00:00
baihuawei 4db003303d fix cpu ctrlflow bug 2021-11-03 09:26:40 +08:00
luoyang 7b0fb9cd8d Generator op timing problem 2021-11-03 09:21:57 +08:00
baihuawei e59d07899b fix reset8p pynative performance 2021-11-03 09:13:19 +08:00
He Wei c33c8489d3 Fix a performance issue in OrderedSet/OrderedMap
Add empty check before call map_.clear().
2021-11-02 20:45:03 +08:00
zhanyuan 01adfccc9e [MSLITE] Optimize micro's reduce mean op 2021-11-02 20:14:02 +08:00
hangangqiang d0a0e5582f add big model load 2021-11-02 20:01:58 +08:00
i-robot b8c50982c5 !25760 dataset: parse acl datatype for ps cache
Merge pull request !25760 from ms_yan/parse_type
2021-11-02 11:55:26 +00:00
i-robot a6e077a7d7 !25733 fix transpose format
Merge pull request !25733 from yuchaojie/op_select
2021-11-02 11:23:00 +00:00
i-robot 0f6e245dd4 !25746 corrected API comments
Merge pull request !25746 from chentangyu/code_docs_cty_master_I4GCIA
2021-11-02 09:04:54 +00:00
zengxianglong 2e40f64200 code clean 2021-11-02 16:45:56 +08:00
i-robot 0e30ad373b !25737 dataset_strategy_repeat_cal_fix1
Merge pull request !25737 from yao_yf/dataset_strategy_repeat_cal_fix1
2021-11-02 08:39:26 +00:00
i-robot b3c5b96c37 !25769 Fix document for Jvp and Vjp
Merge pull request !25769 from LiangZhibo/code_docs_master
2021-11-02 06:50:13 +00:00
wang_shaocong 1265c27e91 [MSLITE] Fuzz test. 2021-11-02 14:41:19 +08:00
ms_yan 8136ea8816 parse acl data type for ps cache 2021-11-02 13:28:19 +08:00
l00591931 75d945fce6 Fix document of Jvp and Vjp 2021-11-02 11:37:23 +08:00
tanghuikang bd04436fd8 PyNative RunOps support string input 2021-11-02 11:35:18 +08:00
i-robot 010cc7a435 !25641 fix subclass check error
Merge pull request !25641 from lianliguang/fix-bug-error
2021-11-02 02:21:31 +00:00