mindspore-ci-bot
491957a022
!7239 Fix codedex issue in tensor.h
Merge pull request !7239 from hewei/fix_codedex_1013
5 years ago
mindspore-ci-bot
97cde36843
!7716 [lite] support complex64 and convertion about audio model and fix bug
Merge pull request !7716 from 徐安越/master
5 years ago
xuanyue
677824298a
support complex64 and support audio op convert and fix bug
5 years ago
mindspore-ci-bot
8d39a8a4b2
!7529 complex arithmetic_simplify
Merge pull request !7529 from zhuxiaochen/1020_allsimplify_1.0
5 years ago
zhu_xiaochen
c739f14038
simplify transpose matmul reduce
5 years ago
lizhenyu
fd1d61eaf7
enbale ps mode init in server
5 years ago
kswang
ece27f313e
enable async run
5 years ago
mindspore-ci-bot
f4421b4504
!7236 Add new pass:arithmetic_simplify and eliminate_empty_graph
Merge pull request !7236 from gengfei/1012_simplify_1.0
5 years ago
mindspore-ci-bot
8c329605d2
!7159 optimize graph cut for depend
Merge pull request !7159 from kisnwang/optimize-graph-depend-cut
5 years ago
Geng_Fei
1455372cf1
add new pass in graph kernel: arithmetic_simplify
5 years ago
He Wei
9e905710e9
Fix codedex issue in tensor.h
5 years ago
kswang
0d4866f8da
optimize graph cut for depend
5 years ago
mindspore-ci-bot
618a876e0c
!7179 fix exception not exit
Merge pull request !7179 from kisnwang/fix-exception-not-exit
5 years ago
kswang
db985ab909
add ms exception
5 years ago
buxue
e3ea96ecd0
improve the implicit conversion rule when there are int tensor and float number
5 years ago
buxue
559c741cce
improve the way passing ags of partial
5 years ago
kswang
11989b5e30
enable async run
5 years ago
xuanyue
5a83415f07
adjust conv_param initial and add tflite custom parser
5 years ago
liangzelang
ca84130080
fix IsInstance op bug when input is tensor
5 years ago
mindspore-ci-bot
806a34116d
!6613 Fix core dump in pynative mode
Merge pull request !6613 from huangbingjian/master
5 years ago
HuangBingjian
d4d8a355dc
fix coredumpd while import regex
5 years ago
mindspore-ci-bot
09c0ce8e7f
!6617 improve keywordarg tostring function
Merge pull request !6617 from zhangbuxue/improve_keywordarg_tostring_function
5 years ago
Wei Luning
cdbd16de0c
fix bug in parameter set & fix code style in pynative_executa.cc
5 years ago
buxue
1c28300d24
improve keywordarg tostring function
5 years ago
mindspore-ci-bot
3aa07a4362
!6320 change mix_precision to c++
Merge pull request !6320 from vlne-v1/pynative_amp
5 years ago
kpy
44c01e27c0
do mixprecision in c++ for pynative
5 years ago
mindspore-ci-bot
8a5e8d0ba8
!6435 Fix the problem of unnecessary recursion when printing tensor.
Merge pull request !6435 from huangbingjian/master
5 years ago
HuangBingjian
1d02488659
fix tensor print
5 years ago
BowenK
607ea81c7b
fix static check
5 years ago
Wei Luning
8d17a2b8af
* add doc for some Parameter property.* add export in quant __all__* fix bug for isinstance & add ut for it
5 years ago
mindspore-ci-bot
9c896fd22c
!5899 Fix Some bugs and add test cases on Tensor printing.
Merge pull request !5899 from huangbingjian/master
5 years ago
HuangBingjian
07d1f5ac37
fix tensor.cc
5 years ago
mindspore-ci-bot
8bf5ac1c15
!6032 [bug]add import for ops in ops.py in __init__
Merge pull request !6032 from vlne-v1/change_ops_import
5 years ago
Wei Luning
7b6899fdc0
add import of ops in in ops __init__
5 years ago
Hoai Linh Tran
c22d4bb2ac
No broadcast when simplifying constants multiplication
Code cleaning
5 years ago
mindspore-ci-bot
7152fe04be
!5783 GraphKernel supports GPU
Merge pull request !5783 from DeshiChen/graph_kernel_1.0
5 years ago
dayschan
37a48f6aac
GraphKernel supports GPU
1. Update akg submodule
2. Refactor akg_kernel_build, akg_ascend_kernel_build, akg_gpu_kernel_build
3. Add akg_kernel_json_decoder to support converting kernel_json to AnfNode.
4. Add GraphKernel Cost Model. (mindspore/_extends/graph_kernel)
5. Add some GraphKernel passes to GpuSession, move these passes to backend/optimizer/graph_kernel.
6. Add global id for ir files.
7. Fix bug in ConstInputToAttr.
5 years ago
limingqi107
d712ac0da0
add count of graphs using the parameter
5 years ago
kswang
b5e579567c
fix unnecessary tensor sync
5 years ago
mindspore-ci-bot
b40677002f
!5714 [refine]change top graph and add cell class
Merge pull request !5714 from vlne-v1/change-top-graph
5 years ago
Wei Luning
e6f82af849
add cell class to c++
5 years ago
mindspore-ci-bot
2a491b5f82
!5664 reset tensor device_sync_
Merge pull request !5664 from kisnwang/async-run-graph
5 years ago
kswang
7b3ef5741a
backend executor reset throw exception
5 years ago
mindspore-ci-bot
be3d79cb6b
!4204 add dynamic shape support for GatherV2 and others
Merge pull request !4204 from fary86/adapt_primitive_dynamic_shape
5 years ago
mindspore-ci-bot
59b1358641
!5616 Fix problems in Tensor.from_numpy()
Merge pull request !5616 from hewei/fix_tensor_from_numpy2
5 years ago
fary86
144a35b17e
Adapt GatherV2 for dynamic shape
5 years ago
mindspore-ci-bot
f42b3bbfbc
!5598 add tensor sync status
Merge pull request !5598 from kisnwang/async-run-graph
5 years ago
He Wei
cbfd4c5f40
Fix problems in Tensor.from_numpy()
Use buffer_info instead of py::array in TensorDataNumpy,
to avoid requesting buffer every time the data() is called.
This is also a workaround for py::array.request() hangup problem.
5 years ago
kswang
5614b2ba6c
add tensor sync status
5 years ago
leilei_snow
d69224f569
fix graph wrong inputs bug.
5 years ago