jjfeing
b9f97b60b0
fix special tbe op compile
5 years ago
caifubi
d3b978147f
Ascend Dynamic Shape
5 years ago
dayschan
7599686a72
GraphKernel supports multi-output kernels
5 years ago
jjfeing
7dda95d247
set soc version
5 years ago
lingyunli63
dd48f10c3d
add assign ops in composite_topi
5 years ago
wenchunjiang
1a407db3fd
increase tbe compile max process number from 16 to 24
5 years ago
mindspore-ci-bot
ea9d39e84b
!6734 fix bug of getting python function name
Merge pull request !6734 from fary86/fix_bug_of_get_py_function_name
5 years ago
fary86
3f5640f18a
Fix bug of getting name of a function
5 years ago
root
4e85071055
redundant codes clean
5 years ago
mindspore-ci-bot
356ba2f1a7
!6575 update graph kernel model usage info
Merge pull request !6575 from Gaoxiong/master
5 years ago
buxue
483c8a179a
improve the recognition of Parameter object and raise error when convert keywordarg to pydata
5 years ago
Gaoxiong
1cb8b803f9
update usage info
5 years ago
buxue
a86e4ac370
print warning log when parse attributes not defined of the object
5 years ago
buxue
14f6c95c28
add overflow check for make_range and optimize isinstance processing
5 years ago
buxue
458498900c
support not in and add check for grad_with_sens with no sense provide.
5 years ago
Yi Huaijie
38babd1452
delete redundant codex
5 years ago
buxue
b9c9046b93
support function as condition of if
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
mindspore-ci-bot
a838c9bd3d
!5685 update run for br: master
Merge pull request !5685 from guozhijian/udpate_run_from_c75b100_to_c75b150_master
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
wuxuejian
bd527a331d
update aicpu proto and update module: graphengine
Support Dynamic Shape Aicpu Run Package
adapt tensorengin modify, fix ub fusion
5 years ago
Wei Luning
e6f82af849
add cell class to c++
5 years ago
buxue
6fa60f6666
raise ValueError when call hook function in graph mode
5 years ago
Wei Luning
879a519136
updata signature
5 years ago
mindspore-ci-bot
9d8fb786cb
!5373 fix bug the const input is broadened in PyNative mode
Merge pull request !5373 from zhangbuxue/fix_bug_the_const_input_is_broadened_in_PyNative_mode
5 years ago
buxue
6af286b3e5
fix bug the const input is broadened in PyNative mode
5 years ago
HuangBingjian
43329202b7
add sha256
5 years ago
fary86
38083e055a
Fix coredump missing return statement after while loop
5 years ago
buxue
09f1a4bbaf
support axis is None for all and any interface in graph mode.
5 years ago
Zhang Qinghua
2af0333020
Keep silence for Keyboard Interrupt.
5 years ago
buxue
02d6e3a43a
fix bugs
5 years ago
mindspore-ci-bot
1f28a7c097
!4063 Decouple ME and AKG for GPU.
Merge pull request !4063 from ZhangQinghua/master1
5 years ago
Zhang Qinghua
22e0a0ba76
Decouple ME and AKG for GPU.
5 years ago
panyifeng
34e50e5d6e
fix cell bprop
5 years ago
buxue
ace34525cd
improve interface '__bool__' for tensor
5 years ago
mindspore-ci-bot
0154bdeb70
!3935 Decouple ME and AKG for Ascend
Merge pull request !3935 from ZhangQinghua/master
5 years ago
buxue
2c4cb49a11
support interface 'all' and 'any' of tensor
5 years ago
Zhang Qinghua
89f34017dd
Decouple ME and AKG for Ascend.
5 years ago
mindspore-ci-bot
6f7f376b1c
!3821 Decouple ME and TBE by the IPC way.
Merge pull request !3821 from ZhangQinghua/master1
5 years ago
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
5 years ago
buxue
b075674cf2
support tensor attr shape and dtype in graph mode
5 years ago
Wei Luning
a05c38bb63
make python Parameter inherit from Tensor
5 years ago
Zhang Qinghua
960da5cbed
Decouple the backend TBE from binding Python API.
5 years ago
jinyaohui
39c251c015
fix bug of cast dtype when using mix_presion in pynative mode
5 years ago
kingfo
fab9fac109
fix batchnorm under mix precision in pynative mode
5 years ago
buxue
8feb021c08
support bprop for const in pynative and develop stridedslice and isinstance.
5 years ago
kingfo
73ea9b7855
fix mix precesion operator issue
5 years ago
buxue
b812c1a17a
support call super when class define in test_case.
5 years ago
mindspore-ci-bot
684ff4f46b
!3160 Rewrite tensor's __bool__ for pynative mode
Merge pull request !3160 from Simson/push-to-opensource
5 years ago
simson
5f77fbdd75
Rewrite tensor's __bool__ for pynative mode
5 years ago