danishnxt
a17f76dd1d
Initial Commit - GPU LinSpace
comment fix
docString fix
added asserts in test file atop np checks
lint
lint-2
lint3
5 years ago
ZPaC
db3a2d60cb
GPU supports p2p nccl interfaces
5 years ago
lichenever
ee34ae9259
add_receive_eliminate_pass
5 years ago
Peilin Wang
3d4d5ec77f
initial commit for gpu dynamic shape testing op
fix ci
fix ci
5 years ago
huangxinjing
23284f0b35
Add AllSwap Op
5 years ago
mindspore-ci-bot
efd3e6a168
!8566 add dynamic for cache ops
From: @fangzehua
Reviewed-by:
Signed-off-by:
5 years ago
fangzehua
b7d8e87647
add dynamic ops
5 years ago
mindspore-ci-bot
dbe5229c56
!8492 expand maxmium_grad minimum_grad and dropout_grad
From: @zengzitao
Reviewed-by: @gaoxiong1,@ckey_dou
Signed-off-by: @ckey_dou
5 years ago
Jonathan Yan
5a8238a09c
mul v1
5 years ago
zengzitao
28f1db74dd
expand maximum_grad minimum_grad dropout_grad op
5 years ago
tom__chen
8228e02b0f
sgd extends PrimitiveWithCheck
5 years ago
mindspore-ci-bot
51edcd30e2
!8270 expand fused_adam and fused_adam_weight_decay and fix some bug
Merge pull request !8270 from ZengZitao/expand_fused_adam
5 years ago
Yi Huaijie
d7faa77b5e
support int64 shape
5 years ago
zengzitao
53043ae18f
support expand fused_adam and fused_adam_weight_decay op
5 years ago
mindspore-ci-bot
a7503fd28a
!8222 add memcpy_async infershape
Merge pull request !8222 from liubuyu/bug_fix
5 years ago
liubuyu
0b79a94e22
memcpy_async infershape
5 years ago
liuxiao93
45d343257b
Add DynamicGRU.
5 years ago
mindspore-ci-bot
b64de9c1dc
!8000 Add supports to op Gather on gpu
Merge pull request !8000 from zhouyuanshen/gather
5 years ago
mindspore-ci-bot
de20d3e488
!8006 [MS][GPU][CUDA][API] Adding new Ops - UnsortedSegmentMax GPU
Merge pull request !8006 from danishnxt/SegMax
5 years ago
zhouyuanshen
f0f67b8aa8
add gather op on gpu
5 years ago
zengzitao
febdb1850c
expand bias_add and bias_add_grad op
5 years ago
danishnxt
34cc178bd0
New New UnsortedSegmentMax for GPU [API][CUDA_KERNEL]
PyLintFix
header fix
5 years ago
simson
3b21822824
get keys and values from dictionary & set tuple to dictionary
5 years ago
liubuyu
fd58f1e18d
add some ops implement by c++
5 years ago
caifubi
d3b978147f
Ascend Dynamic Shape
5 years ago
mindspore-ci-bot
1b07551bd4
!6853 Add AccumulaterNV2 eliminator pass.
Merge pull request !6853 from 张清华/master2
5 years ago
Zhang Qinghua
216e8fa958
Add AccumulaterNV2 eliminator pass
5 years ago
liubuyu
8af3250477
support dynamic_rnn and dynamic_rnn_grad op
5 years ago
liubuyu
96622fc804
support extract_image_patches op
5 years ago
root
d11239f70f
Add relu6 gpu
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
fary86
144a35b17e
Adapt GatherV2 for dynamic shape
5 years ago
lizhenyu
e33e2fc1a0
add bn fusion pass
5 years ago
mindspore-ci-bot
655390ba54
!4719 fix some copyright in core directory
Merge pull request !4719 from xychow/fix-copyright-in-core
5 years ago
zhousiyi
7d86c86716
add or remove declaim in copyright
5 years ago
zhousiyi
e1aa49a4b7
use built-in float16 in arm_neon.h for lite arm
5 years ago
WilliamLian
1f5441d73a
remove inferfunction to core
5 years ago
zhousiyi
27223aae94
re-arrange primitives to core_ops and ops
5 years ago
Wei Luning
ea3ddea3d4
remove ref origin
5 years ago
liubuyu
195f04e50e
compile the core directory into a separate static library
5 years ago
liubuyu
a499d4e47c
decoupling core and debug
5 years ago
fary86
a7fc02cb60
Adjust source code format and check scripts, format source codes in
directory 'mindspore/core'
5 years ago
mindspore-ci-bot
8e3d788942
!3349 move the dependency of utils to core
Merge pull request !3349 from liubuyu/master
5 years ago
liubuyu
f4bc0bc9fe
move the dependency of utils to core
5 years ago
fangzehua
228a959cc7
add reduce any op for vm
5 years ago
He Wei
32379f3e7a
Decouple ir from frontend
5 years ago
liubuyu
76dc80e7b7
Unified code style
5 years ago
Zhang Qinghua
18efdc8fe2
Move abstract/base into core, and remove static_analysis including symbols in ir.
5 years ago