Commit Graph

6849 Commits

Author SHA1 Message Date
hezhenhao1 d61b089f6b Support int32 as input type for Abs of GPU op, float64 as input type for IsFinite GPU op. 2021-11-04 11:40:58 +08:00
i-robot 3cb39df189 !25829 add safe_normalize
Merge pull request !25829 from zhujingxuan/norm
2021-11-04 02:53:41 +00: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 835e2e546e !25759 Fix the unloadable bprop mindir files
Merge pull request !25759 from YuJianfeng/bprop_mindir
2021-11-03 09:26:54 +00:00
zhujingxuan f128914f33 add safe_normalize 2021-11-03 17:21:17 +08:00
hezhenhao1 e2b6c926bf Support float64 for CPU OP, including Sqrt, Abs, AbsGrad, AddN. 2021-11-03 17:05:23 +08: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
yujianfeng fc769a79fe Fix the unloadable bprop mindir files 2021-11-03 14:29:56 +08:00
liucunwei a86ac516fc add some of ut about dataset IteratorOneColumn 2021-11-03 12:02:00 +08:00
baihuawei e59d07899b fix reset8p pynative performance 2021-11-03 09:13:19 +08:00
i-robot 2224f75b47 !25696 add pass switch
Merge pull request !25696 from zhoufeng/pass-switch
2021-11-02 01:33:15 +00:00
i-robot d5fbfd1389 !25738 Add MatrixInverse (by eigen) CPU op and testcase.
Merge pull request !25738 from hezhenhao1/add_inv
2021-11-02 01:31:23 +00:00
i-robot 1edd91c974 !25329 MD C++ UT: Remove old tests part 1
Merge pull request !25329 from hetshah/hs_remove_old_tests
2021-11-01 19:35:58 +00:00
i-robot 944733cd82 !25687 Add the BFGS, line_search and block_diag algorithms in scipy.
Merge pull request !25687 from liqiliang/merge_to_master
2021-11-01 14:48:19 +00:00
z00512249 9d13db2ac3 fix cholesky factor and solve for cpu backend 2021-11-01 21:39:54 +08:00
i-robot eff2318bb6 !25524 [Autotune] Add TreeModifier and Remove Worker logic
Merge pull request !25524 from h.farahat/tree_modifier
2021-11-01 13:35:04 +00:00
i-robot 30870cc133 !25443 [MD] mindrecord support overwriting
Merge pull request !25443 from liyong126/add_mindrecord_overwrite
2021-11-01 13:20:48 +00:00
i-robot ba6f67badf !25728 add scatter nd update int64 and float64 support
Merge pull request !25728 from zhujingxuan/master
2021-11-01 12:21:39 +00:00
hezhenhao1 c3194ed4ab Add MatrixInverse (by eigen) CPU op and testcase. 2021-11-01 19:27:16 +08:00
chujinjin 26410ccf75 optimize implicit convert error message 2021-11-01 17:34:11 +08:00
zhoufeng fb17c448c2 add pass switch
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2021-11-01 16:33:02 +08:00
liqiliang dd829f53f9 Add BFGS, line_search and block_diag algorithms in scipy. 2021-11-01 16:06:41 +08:00
i-robot 0b50de7b34 !25596 Add Eigh deomposition (by eigen ) cpu op and testcase
Merge pull request !25596 from wuwenbing/master
2021-11-01 07:19:03 +00:00
i-robot 1462eb1f4e !25465 Ascend Device Context for MindRT
Merge pull request !25465 from laiyongqiang/ascend_context
2021-11-01 07:16:08 +00:00
zhujingxuan ed24ad8f94 add scatter nd update int64 and float64 support 2021-11-01 14:54:38 +08:00
LaiYongqiang 07e5ed9f16 ascend device context 2021-11-01 11:42:40 +08:00
wuwenbing 4203251f81 Add Eigh deomposition (by eigen ) cpu op and testcase 2021-11-01 11:06:37 +08:00
liyong 41e8280f55 add mindrecord overwrite 2021-11-01 10:44:20 +08:00
i-robot e80639357d !25374 Adapt Custom Op to Pyfunc Kernel
Merge pull request !25374 from jiaoy1224/arithmetic
2021-11-01 02:23:26 +00:00
Yang Jiao 9bcf28d15d adapt custom op to pyfunc kernel 2021-10-31 22:08:10 +08:00
i-robot 3452d6e55d !25527 Support float64 for CPU OP, including arithmetic, reshape, scatter_nd_update, select.
Merge pull request !25527 from hezhenhao1/add_double
2021-10-30 10:33:48 +00:00
i-robot f0b38f53e8 !25660 update dynamic stitch
Merge pull request !25660 from VectorSL/dynamic_stitch-2
2021-10-30 10:04:22 +00:00
i-robot 45882752ba !25644 [Fallback] Support builtin type
Merge pull request !25644 from huangbingjian/fallback_set
2021-10-30 10:01:52 +00:00
i-robot f16ed11237 !25651 Add some fallback testcases
Merge pull request !25651 from Margaret_wangrui/fallback_tests
2021-10-30 09:21:46 +00:00
i-robot 80bed6c7c5 !25608 add GPU trsm 2d matrix support
Merge pull request !25608 from zhujingxuan/master
2021-10-30 08:44:24 +00:00
huangbingjian 5063ee55bc [Fallback] Support builtin type: set, dict, slice, bool, int, float, str 2021-10-30 14:54:59 +08:00
zhujingxuan fb1805de30 add GPU trsm 2d matrix support 2021-10-30 14:11:52 +08:00
yujianfeng 195563c67f Fix the random failure of ut tests in ci 2021-10-30 14:09:12 +08:00
hezhenhao1 92aee7c6fe Support float64 for CPU OP, including arithmetic, reshape, scatter_nd_update, select. And Fix floor.cc. 2021-10-30 12:41:26 +08:00
VectorSL 6d2704b227 change test level 2021-10-30 10:19:18 +08:00
i-robot b27520b6ae !25640 fix minddata ut core
Merge pull request !25640 from luoyang/serving
2021-10-30 01:35:32 +00:00
hesham 62d9004d1e TreeModifier and Remove worker 2021-10-29 17:11:19 -04:00
i-robot 5f9ae3ec34 !25356 Add gpu kernel dynamicstitch
Merge pull request !25356 from VectorSL/dynmic_stitch
2021-10-29 09:38:12 +00:00
i-robot 7d50c3d5d7 !25551 [Fallback] Added test cases for python built-in functions
Merge pull request !25551 from huangbingjian/add_fallback_testcases
2021-10-29 09:15:19 +00:00
i-robot 073ff9d2b9 !25590 fix lu api bugs
Merge pull request !25590 from zhuzhongrui/pub_master
2021-10-29 09:04:24 +00:00
luoyang beba798e00 fix minddata ut core 2021-10-29 16:28:22 +08:00
i-robot 958c2a8e00 !25560 Support bytes input for decode op
Merge pull request !25560 from luoyang/serving
2021-10-29 06:47:02 +00:00
Margaret_wangrui 6275cdcf7a add fallback testcases 2021-10-29 12:02:16 +08:00