Commit Graph

6773 Commits

Author SHA1 Message Date
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
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
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
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
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
liqiliang f0fc8b1239 Add the QR decomposition for cpu kernel. 2021-10-26 16:31:51 +08:00
i-robot 0b6ecd5b4c !25181 add custom op pynative testcases
Merge pull request !25181 from looop5/custom_cases_commit
2021-10-26 07:04:46 +00:00
i-robot 9b2a81cc39 !25362 change EXCEPTION level to CRITICAL level
Merge pull request !25362 from huangbingjian/critical_level
2021-10-26 06:53:59 +00:00
zetongzhao 9dad5f1f46 resize to a smaller size 2021-10-25 16:03:57 -04:00
looop5 0b34bf33bc add custom op pynative testcases 2021-10-25 20:53:42 +08:00
i-robot a26958dc48 !25370 add trsm GPU
Merge pull request !25370 from zhujingxuan/master
2021-10-25 09:47:51 +00:00
i-robot 19b04d3ff3 !24074 Support AOT Operator for GPU/CPU Backend
Merge pull request !24074 from jiaoy1224/pyfunc
2021-10-25 07:36:19 +00:00
zhujingxuan 28987d787d add trsm 2021-10-25 14:52:21 +08:00
doit cd9242eaa9 [feat] [assistant] [I3T92M] add new math operator IsInf 2021-10-25 14:40:40 +08:00
huangbingjian d7e97dd74a change EXCEPTION level to CRITICAL level 2021-10-25 14:25:50 +08:00
i-robot 9acbf3eb7a !25282 1、Optimize the error message in operator 2、add operator test cases
Merge pull request !25282 from Margaret_wangrui/operator_cases
2021-10-25 01:22:42 +00:00
i-robot cb307e24cf !25153 refactor device loop control
Merge pull request !25153 from laiyongqiang/adjust_kernel_refactory
2021-10-23 07:42:49 +00:00
i-robot 6f413ee29d !25155 Support ops, nn and numpy namespaces, and add test case.
Merge pull request !25155 from 张清华/opt_fallback
2021-10-23 03:50:53 +00:00
Margaret_wangrui 7b93e4e87c 1、Optimize the error message in operator 2、add operator test cases 2021-10-23 10:16:59 +08:00
i-robot e17ba24394 !24528 Adding st dump test
Merge pull request !24528 from sabrinasun_59ee/dump
2021-10-22 14:45:33 +00:00
LaiYongqiang 9bfb2d99fa refactor device loop control 2021-10-22 20:42:38 +08:00
i-robot e05a4393ef !24611 split compile and generate kernel mod
Merge pull request !24611 from liubuyu/bug_fix2
2021-10-22 09:02:55 +00:00
Zhang Qinghua 6a79e262ae Support ops, nn and numpy namespaces, and add test case. 2021-10-22 16:31:30 +08:00
i-robot c544af28b6 !25286 dataset: modify profiling ut for parallel running
Merge pull request !25286 from ms_yan/ut_parallel
2021-10-22 08:09:03 +00:00
ms_yan bb314ad07f make ut parallel 2021-10-22 13:17:43 +08:00
Yang Jiao 40b648b873 add aot 2021-10-22 11:37:39 +08:00
lby 6872e67131 split compile ang gen kernel mod 2021-10-22 10:13:50 +08:00
i-robot cf0029b33a !25277 [MD] fix mindrecord ut part05
Merge pull request !25277 from liyong126/fix_md_ut_05
2021-10-22 01:43:03 +00:00
i-robot 782874bf18 !21215 [MS][crowdfunding]New operator implementation, include phaser
Merge pull request !21215 from Wangsong95/phaser
2021-10-22 01:08:50 +00:00
sabrinasun 332e0dbb0f add overflow st test and checkdumpstructure test 2021-10-22 06:28:58 +08:00
hesham 85e077b60b Callback changes
AddWorker logic to parallel ops
2021-10-21 17:35:11 -04:00
liyong 7c9f6899a3 fix md ut part05 2021-10-21 20:40:09 +08:00
zhujingxuan 8ebad6168e add double type support for matmul cpu op 2021-10-21 10:43:21 +08:00
i-robot 0495ed8630 !25119 add cholesky factorization for gpu backend
Merge pull request !25119 from zhuzhongrui/pub_master
2021-10-21 02:02:15 +00:00
i-robot b7d8bcfe8d !25177 [MD] fix mindrecord ut part04
Merge pull request !25177 from liyong126/fix_md_ut_part04
2021-10-21 01:39:26 +00:00