Commit Graph

604 Commits

Author SHA1 Message Date
zhoufeng 638b119099 windows sqlite patch 2020-04-18 15:10:16 +08:00
mindspore-ci-bot f5aa3a2eab !411 Modify examples of Cast/NMSWithMask
Merge pull request !411 from Simson/push-to-opensource
2020-04-17 15:12:55 +08:00
mindspore-ci-bot 7214c04114 !402 Add parallel op for Square
Merge pull request !402 from yangzhenzhang/square
2020-04-17 15:06:40 +08:00
mindspore-ci-bot 0f7535171e !417 fix parse_columns help format error in web
Merge pull request !417 from anzhengqi/fix-commit-format-error
2020-04-17 14:40:16 +08:00
mindspore-ci-bot 2f4cd8b85e !408 Fix compiles fail with cmake version greater than 3.17 on windows
Merge pull request !408 from ZhouFeng/cmake317-windows
2020-04-17 14:22:37 +08:00
anzhengqi 34298e2135 fix commit format error 2020-04-17 12:04:50 +08:00
mindspore-ci-bot 597e4fce07 !413 [MS]eliminate securec warning
Merge pull request !413 from chenjianping/eliminate-securec-warning
2020-04-17 11:52:00 +08:00
yangzhenzhang 36ffb66782 add parallel op for square 2020-04-17 10:42:52 +08:00
simson 10877f077e modify examples of Cast/NMSWithMask 2020-04-17 10:33:46 +08:00
chenjianping 523fde0e25 eliminate securec warning 2020-04-17 02:33:37 +00:00
mindspore-ci-bot 2d31ae97e8 !383 add cell psnr
Merge pull request !383 from zhaozhenlong/cell/psnr
2020-04-17 10:23:30 +08:00
zhoufeng c72bafaec9 fix compiles fail with cmake version greater than 3.17 on windows 2020-04-17 10:05:59 +08:00
mindspore-ci-bot 08985a1e56 !286 resolve pynative operator unsupport issue
Merge pull request !286 from wangqiuliang/resolve-pynative-operator-issue
2020-04-17 10:04:54 +08:00
zhaozhenlong aa8fbcc06e add cell psnr 2020-04-17 09:15:51 +08:00
mindspore-ci-bot c0c0b0985e !378 Multiple Iterators can cause performance problem
Merge pull request !378 from h.farahat/multi_itr
2020-04-17 04:18:44 +08:00
hesham fb6c7ba2e1 Fix two problem when we create multiple instances of the same dataset (2 for-loops)
-- Iterator list is keeping  all created iterators wihtout cleaning them up
-- alter tree modifies the original.
2020-04-16 15:04:29 -04:00
mindspore-ci-bot 7874e96b9b !377 Tensor end() iterator performance problem
Merge pull request !377 from h.farahat/end_iterator
2020-04-17 01:51:33 +08:00
hesham c91a58dc55 end() iterator is causing performance problem 2020-04-16 10:37:05 -04:00
mindspore-ci-bot cf026096a6 !183 Mindspore.dataset CPP sampler for GeneratorDataset
Merge pull request !183 from JunhanHu/cpp_sampler
2020-04-16 22:30:59 +08:00
mindspore-ci-bot ff464bbcba !397 [MS]support building and packaging on windows 10
Merge pull request !397 from chenjianping/building-on-windows-3
2020-04-16 22:07:04 +08:00
chenjianping c8da1cf8e9 support building on windows|support package 2020-04-16 13:44:20 +00:00
mindspore-ci-bot c84385d706 !296 Exclude free variables to further improve performance
Merge pull request !296 from StrawNoBerry/ExcludeFV
2020-04-16 21:41:09 +08:00
mindspore-ci-bot 3b00fd3e10 !396 fix example of ControlDepend to ensure pass in gpu and cpu
Merge pull request !396 from zhangbuxue/fix_example_of_controldepend_for_cpu_and_gpu
2020-04-16 21:12:30 +08:00
mindspore-ci-bot abbd0bc504 !398 Fix misusing of non user function in doc example for insert_grad_of
Merge pull request !398 from penn/fix_example_doc_of_insert_grad_of
2020-04-16 21:10:51 +08:00
kingfo 75fec82b52 resolve pynative operator issue 2020-04-16 21:02:22 +08:00
mindspore-ci-bot 82cfe347fb !391 Modify examples of ApplyMomentum/ArgMax
Merge pull request !391 from Simson/push-to-opensource
2020-04-16 20:41:27 +08:00
mindspore-ci-bot d3e4dd06b0 !386 modify test_cell_bprop.py ut test_with_param
Merge pull request !386 from changzherui/modify-ut
2020-04-16 20:15:15 +08:00
panyifeng 85205ea80b fix document example for insert_grad_of 2020-04-16 19:58:37 +08:00
mindspore-ci-bot d8dd963441 !388 fix gpu op register
Merge pull request !388 from Maoweiyong/fix-gpu-op-register
2020-04-16 19:50:03 +08:00
buxue 3684ec4967 fix example of ControlDepend to ensure pass in gpu and cpu 2020-04-16 19:46:39 +08:00
mindspore-ci-bot 549bfb97ad !343 Fix usage of variable arguments in test framework
Merge pull request !343 from amongo/FixGradUsingInterfaceExtend
2020-04-16 19:42:07 +08:00
simson 51de42bc05 modify examples of ApplyMomentum/ArgMax 2020-04-16 19:40:19 +08:00
mindspore-ci-bot 87be386581 !314 GPU add kernel assign
Merge pull request !314 from VectorSL/assign
2020-04-16 19:36:30 +08:00
mindspore-ci-bot a51f01f206 !392 use GraphId as key in AscendKernelRuntime
Merge pull request !392 from caifubi/use-graphid-as-key-in-ascend-kernel-runtime
2020-04-16 19:07:10 +08:00
mindspore-ci-bot 31621467a4 !217 support operator ** // % for scalar and tensor, and "in" "not in" key word, and string concat
Merge pull request !217 from zhangbuxue/support_pow_operator
2020-04-16 18:53:47 +08:00
mindspore-ci-bot 964a2214b2 !332 Fixing problems including class slice example in ME cannot run, adding an example for class SigmoidCrossEntropyWIthLogits in ME etc.
Merge pull request !332 from zhangzheng/master
2020-04-16 17:42:00 +08:00
leonwanghui a6146a6d2f Update mindspore-gpu:devel docker image 2020-04-16 17:34:53 +08:00
mindspore-ci-bot 0d0517c22d !379 Add Group normalization
Merge pull request !379 from JichenZhao/groupnorm
2020-04-16 17:30:12 +08:00
mindspore-ci-bot 7f1816c251 !382 Add parallel operator for SigmoidCrossEntropyWithLogits
Merge pull request !382 from yangzhenzhang/sigmoidloss
2020-04-16 17:26:04 +08:00
caifubi bce5f57752 use GraphId as key of DavinciModel in ascend_kernel_runtime.cc 2020-04-16 17:22:42 +08:00
zhangz0911gm 4ba6f7884d Fixing problem issues including class slice example cannot run, adding an example for class SigmoidCrossEntropyWithLogits etc. 2020-04-16 05:06:42 -04:00
buxue 80978cf3cc support operator ** // % for scalar and tensor, and in not in for dict, ang str concat 2020-04-16 17:03:31 +08:00
huangdongrun efedcfb530 add test case of Bprop and tester
add test case for grad concat

fix usage in test framework

fix testcase

format code
2020-04-16 16:59:18 +08:00
mindspore-ci-bot 8f6b941a97 !389 Refactor docker image layer framework
Merge pull request !389 from leonwanghui/dockerfile
2020-04-16 16:45:49 +08:00
leonwanghui c95a04f215 Refactor docker image framework
Signed-off-by: leonwanghui <wanghui71leon@gmail.com>
2020-04-16 16:22:23 +08:00
mindspore-ci-bot ac9f24a74f !342 Fix kernel query log level
Merge pull request !342 from zjun/fix_log_level
2020-04-16 16:20:35 +08:00
chang zherui 8bdcd8c267 modify test_cell_bprop.py ut 2020-04-16 16:20:24 +08:00
maoweiyong 257464ef7b fix gpu op register 2020-04-16 16:16:17 +08:00
zhaojichen 77fd2e841e Add Group Normalization 2020-04-16 03:54:32 -04:00
mindspore-ci-bot 642e6e7e63 !376 GetNext parallel optimization, Part1: Pass to insert memcpy_async for GetNext outputs
Merge pull request !376 from wenchunjiang/getnext_pass
2020-04-16 15:34:20 +08:00