Commit Graph

6804 Commits

Author SHA1 Message Date
i-robot b27520b6ae !25640 fix minddata ut core
Merge pull request !25640 from luoyang/serving
2021-10-30 01:35:32 +00: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
i-robot e43d0ee554 !25613 [MD] fix dataset ut part06
Merge pull request !25613 from liyong126/fix_md_ut_part06
2021-10-29 03:32:27 +00:00
z00512249 d3726b435d fix lu api bugs 2021-10-29 10:55:56 +08:00
i-robot 48699c939c !25544 add parallel op for resizenearestneighbor
Merge pull request !25544 from yangzhenzhang/add-parallel-op-for-resizenearestneighbor
2021-10-29 02:47:49 +00:00
VectorSL 2d87da9a08 add dynamic stitch gpu kernel 2021-10-29 10:26:43 +08:00
liyong b9bad0bdbb fix md ut part06 2021-10-29 10:26:34 +08:00
i-robot 7259b74092 !25579 Fix the test_async_overflow_watchpoints_hit smoke test error
Merge pull request !25579 from maning202007/master
2021-10-29 02:19:36 +00:00
huangbingjian 02f72ab3ae [Fallback] Added test cases for python built-in functions 2021-10-29 09:33:16 +08:00
i-robot 357ad46cb1 !25585 Enable JIT Fallback in default.
Merge pull request !25585 from 张清华/opt_jit_fallback
2021-10-28 17:30:50 +00:00
i-robot 036bc4329f !25447 Check Device Shape
Merge pull request !25447 from hwjiaorui/check-support-json
2021-10-28 12:38:06 +00:00
Zhang Qinghua e8b421fe6e Enable JIT Fallback in default. 2021-10-28 20:18:06 +08:00
liucunwei f2813b909e add some of ut cases about createIterator columns 2021-10-28 18:57:02 +08:00
maning202007 62db88f8e2 Fix the test_async_overflow_watchpoints_hit smoke test error
Change the LOG of setting mode to EXCEPTION level
2021-10-28 17:51:59 +08:00
i-robot 8758830723 !25479 delete mindquantum c++ simulator
Merge pull request !25479 from donghufeng/master
2021-10-28 08:14:18 +00:00
i-robot ba0e1a810e !25457 add broadcast GPU float64 registration
Merge pull request !25457 from zhujingxuan/master
2021-10-28 07:54:39 +00:00
i-robot 91675add3e !25480 add unit_diagonal option for solve triangular
Merge pull request !25480 from zhujingxuan/solve_tri
2021-10-28 07:26:22 +00:00
luoyang b47ac46e92 Support bytes input for decode op 2021-10-28 15:22:50 +08:00
i-robot e0249cee86 !25441 Update tests/models
Merge pull request !25441 from chenhaozhe/update-models
2021-10-28 07:12:30 +00:00
i-robot 9cfc8cfda6 !25490 fix adamweightdecay st
Merge pull request !25490 from zhaosida/zsd
2021-10-28 03:35:47 +00:00
yangzhenzhang c42081619e add parallel op for resizenearestneighbor 2021-10-28 11:31:00 +08:00
i-robot a7834c382f !25511 Add some fallback testcases
Merge pull request !25511 from Margaret_wangrui/fallback_tests
2021-10-28 02:28:20 +00:00
Margaret_wangrui 7738f55f44 Add some fallback testcases 2021-10-28 09:15:24 +08:00
zhaosida b75197dd66 fix test adamweightdecay st 2021-10-28 09:08:39 +08:00
i-robot 9e1370515a !25451 Make MD ProfilingManager a singleton class
Merge pull request !25451 from h.farahat/profiling_manager_singlton
2021-10-27 20:54:13 +00:00
hesham 843357a6d8 Make ProfilingManager a singleton 2021-10-27 11:37:02 -04:00
i-robot 418e1b425b !23490 [assistant][ops] Add New Math Operator IsNan
Merge pull request !23490 from 孟权令/IsNan
2021-10-27 12:15:41 +00:00
xuxusheng 7a9a4d0515 delete mindquantum simulator 2021-10-27 18:35:35 +08:00
zhujingxuan 7441353d9e add unit_diagonal option for solve triangular 2021-10-27 17:23:50 +08:00
i-robot 360e228f45 !25358 Fix fallback and cell kwargs issues.
Merge pull request !25358 from 张清华/opt_fallback
2021-10-27 09:07:55 +00:00
Sawyer c032d1f83c [feat][assistant][I3T92O]add new operator IsNan 2021-10-27 16:14:03 +08:00
i-robot 0e8774a074 !25462 Parameters whose name are the same between different graphs do not affect each other
Merge pull request !25462 from Margaret_wangrui/add_param_name_test
2021-10-27 08:00:30 +00:00
i-robot 180b071122 !22149 [assistant][ops] Add New IsInf
Merge pull request !22149 from 孟权令/IsInf
2021-10-27 07:41:15 +00:00
i-robot 0d93793e80 !25463 log improvement
Merge pull request !25463 from laiyongqiang/step_log
2021-10-27 07:17:27 +00:00
Zhang Qinghua b43693be23 Fix fallback and cell kwargs issues. 2021-10-27 14:06:02 +08:00
LaiYongqiang dc7988f4bd log improvement 2021-10-27 12:36:47 +08:00
Margaret_wangrui 975695c3a7 Parameters whose name are the same between different graphs do not affect each otherr 2021-10-27 11:34:56 +08:00
zhujingxuan 8f45ddf39d add float64 registration 2021-10-27 11:23:57 +08:00
i-robot 2d8762844e !25402 Add the QR decomposition for cpu kernel.
Merge pull request !25402 from liqiliang/master
2021-10-27 01:13:39 +00:00
hwjiaorui 5f494aa61b check transfrom device shape 2021-10-27 09:12:41 +08:00
i-robot 74977e548d !24624 [Autotune] Modify MD callback and AddWorker logic to ParallelOps
Merge pull request !24624 from h.farahat/add_worker
2021-10-27 00:41:20 +00:00
i-robot 5a49db7a36 !25212 Reduce size of queue and test
Merge pull request !25212 from zetongzhao/resize_smaller
2021-10-26 19:36:00 +00:00
i-robot c0f6286fcb !25092 [MD] API for autotune
Merge pull request !25092 from harshvardhangupta/auto_tune_api
2021-10-26 18:14:43 +00:00
i-robot 704c490e80 !25449 MD UT - Add missing set and restore seed for parallel test execution
Merge pull request !25449 from cathwong/ckw_ut_py_parallel
2021-10-26 17:53:39 +00:00
Cathy Wong e66aba9ef5 MD UT - Add missing set and restore seed.
test_places365_content_check - delete visualize_dataset
2021-10-26 13:19:47 -04:00
harshvardhangupta 1bb45142c9 Implement autotune api 2021-10-26 11:26:13 -04:00