Commit Graph

6259 Commits

Author SHA1 Message Date
mindspore-ci-bot a182a87a6d !3820 support tensor attr shape and dtype in graph mode
Merge pull request !3820 from zhangbuxue/support_dtype_and_shape_as_attr_in_graph_mode
2020-08-03 18:57:46 +08:00
liuxiao93 374b7b8583 Add TBE op SquaredDifference for VM. 2020-08-03 18:52:18 +08:00
liuwenhao4 a367b3c286 Add new hms ops of floor, round and ceil with type of int8 2020-08-03 18:51:19 +08:00
zhongligeng 58e6227a23 fix space to depth bug 2020-08-03 17:39:13 +08:00
kingfo 577535b387 fix gradients issue in pynative 2020-08-03 17:35:21 +08:00
z00505269 87323cf0f1 fix thread pool bug 2020-08-03 17:23:45 +08:00
chenjianping 131cad16e8 batch_to_space,depth_to_space,argmin,argmax support int8 2020-08-03 17:20:29 +08:00
mindspore-ci-bot 201bcdd9af !3866 add register func for mean op
Merge pull request !3866 from fuzhiye/mindspore
2020-08-03 17:15:53 +08:00
buxue b075674cf2 support tensor attr shape and dtype in graph mode 2020-08-03 17:09:31 +08:00
fuzhiye 0d77de77e0 add register func for mean op 2020-08-03 17:04:33 +08:00
mindspore-ci-bot 02c921550e !3865 fix anf_export quant function
Merge pull request !3865 from yankai10/merge_branch
2020-08-03 17:04:05 +08:00
mindspore-ci-bot e9c4a697d5 !3868 set tensor allocator
Merge pull request !3868 from 张学同/to_merge
2020-08-03 16:53:31 +08:00
Yi Huaijie 15d5cc396d change type of Shape from int32 to int64 2020-08-03 16:47:19 +08:00
mindspore-ci-bot e01036f6ca !3816 If not set pretrained model,we should not be allowed to run training tasks
Merge pull request !3816 from zhouyuanshen/master
2020-08-03 16:42:24 +08:00
yangruoqi713 88a44a0ef0 optimize arm cpu op: conv_depthwise, deconv_depthwise 2020-08-03 16:36:54 +08:00
mindspore-ci-bot a1bdecb9e6 !3856 fix matrixDiag msg , FloorDiv grad, SoftmaxCrossEntropyLogit mag
Merge pull request !3856 from fangzehua/fix_matrix_msg
2020-08-03 16:24:07 +08:00
mindspore-ci-bot 36b8941412 !3873 fix quantdtypecast
Merge pull request !3873 from zhongligeng/master
2020-08-03 16:17:09 +08:00
zhaozhenlong aa6be43437 fix reduce for loop size bug 2020-08-03 16:13:21 +08:00
mindspore-ci-bot be507b96e0 !3473 [refine]change base class of parameter
Merge pull request !3473 from vlne-v1/change_base_class_of_parameter
2020-08-03 16:05:46 +08:00
mindspore-ci-bot 8beb1b0fb5 !3799 conv1x1 & deconv change
Merge pull request !3799 from ling/conv1x1
2020-08-03 16:01:44 +08:00
zhousiyi f926650c64 if AbstractFunction comparison succeed in NewContext, then the evaluator should use the same one, otherwise one of the evaluator will not be evaluated.
if funcgraph or metafuncgraph call it recursively, then anf_node should be used as tracking_id to discriminate the first occurcance and the
recursive occurance.
add anf_node to PrimitiveAbstractClosure hash() to reduce cost of GetEvaluatorFor().

ignore the tracking_id to make cse work.
2020-08-03 07:57:07 +00:00
mindspore-ci-bot 8ff7c0b640 !3859 embeddinglookup support cpu in auto parallel
Merge pull request !3859 from yao_yf/embeddinglookup_parallel_ops_host_device
2020-08-03 15:51:44 +08:00
kswang 3ce0f33b27 add internal output tensor 2020-08-03 15:49:27 +08:00
ling fa86096f13 conv1x1 & deconv matmul 8x8 2020-08-03 15:45:58 +08:00
mindspore-ci-bot 45ae76e86a !3863 Modify logic
Merge pull request !3863 from lijiaqi/bug
2020-08-03 15:35:16 +08:00
zhongligeng f6dc928701 fix quantdtypecast 2020-08-03 15:34:48 +08:00
BowenK 6d4c07c886 Update python pattern expression 2020-08-03 15:29:22 +08:00
z00505269 3454153523 set tensor alloctor 2020-08-03 15:23:24 +08:00
mindspore-ci-bot ebda55506e !3716 Adapt the eof of Euler OS
Merge pull request !3716 from jiangzhiwen/dataset/adapt_eof
2020-08-03 15:18:03 +08:00
yankai 15d0365748 fix anf exporter 2020-08-03 15:06:05 +08:00
mindspore-ci-bot fa96dfd161 !3774 Sync device data type to return tensor
Merge pull request !3774 from JoyLvliang/sync-device-data-type-to-return-tensor
2020-08-03 14:48:09 +08:00
fangzehua a80432f08e add 4 grad ops 2020-08-03 14:31:30 +08:00
mindspore-ci-bot 1091cdeedf !3822 Decouple infer trace from LogWriter
Merge pull request !3822 from hewei/decouple_debug_trace
2020-08-03 14:16:17 +08:00
caifubi d01ca09e41 Fix profiling data Flush failed in GLOG_v > 1 2020-08-03 14:13:03 +08:00
mindspore-ci-bot fc259aebcf !3736 quant aware training add without bn fold and bn fold
Merge pull request !3736 from chenzhongming/master
2020-08-03 14:09:55 +08:00
mindspore-ci-bot 1354cf098b !3642 use akg to compile gpu ops rather than _akg
Merge pull request !3642 from lingyunli63/use_full_akg_to_support_gpu
2020-08-03 11:53:40 +08:00
mindspore-ci-bot 8cef3ad328 !3861 [MS][LITE]fix benchmark inf error problem
Merge pull request !3861 from cjh9368/fix_benchmark_inf_bug
2020-08-03 11:44:04 +08:00
mindspore-ci-bot 4edcce367d !3864 fix fp16 init func bug && enable arm32 assembly code
Merge pull request !3864 from fuzhiye/mindspore
2020-08-03 11:38:53 +08:00
jiangzhiwen 471ecfcaae adapt euler eof 2020-08-03 11:33:42 +08:00
mindspore-ci-bot 25fdb67e3d !3744 [Auto parallel] Add a new graph operation in the DP algorithm
Merge pull request !3744 from Xiaoda/14-add-new-graph-operations-in-auto-parallel
2020-08-03 11:18:14 +08:00
chenzomi 315c6a5742 quant aware training add without bn fold and bn fold 2020-08-03 11:17:31 +08:00
李嘉琪 878f03ad6c Modify logic 2020-08-03 11:10:41 +08:00
cjh9368 5eed256f1a fix benchmark inf error 2020-08-03 11:00:35 +08:00
lingyunli63 b38d8ee837 use akg.ms instead of _akg 2020-08-03 10:48:11 +08:00
mindspore-ci-bot 488d1904b6 !3802 fix nopnode internal output error
Merge pull request !3802 from kisnwang/fix-ps-task-error
2020-08-03 10:41:21 +08:00
mindspore-ci-bot 7773eafd11 !3848 add anf fusion pass
Merge pull request !3848 from zhengjun10/master
2020-08-03 10:37:51 +08:00
mindspore-ci-bot ccb80694fd !3845 add image2d for opencl depthwise op and testcase
Merge pull request !3845 from wandongdong/master
2020-08-03 10:33:15 +08:00
yao_yf c853c4d231 embeddinglookup support host_device in auto parallel 2020-08-03 10:27:27 +08:00
mindspore-ci-bot ad3d490d1e !3839 GPU: inceptionv3 support in modelzoo
Merge pull request !3839 from hhc2020/gpu-inceptionv3-modelzoo
2020-08-03 10:24:00 +08:00
fuzhiye e6157bf191 extract layout tranform func for fp16 op 2020-08-03 10:21:17 +08:00