dayschan
6a26d7f6d9
Move TypeId2String from kernel_compiler/ to ir/dtype_extends.cc
changed the function to "TypeIdToString", and use the Type::ToString() function,
instead of TypeId-String map.
changed the DtypeToTypeId together, the original StringToType can be used.
added a new interface StringToTypeId.
4 years ago
i-robot
19b04d3ff3
!24074 Support AOT Operator for GPU/CPU Backend
Merge pull request !24074 from jiaoy1224/pyfunc
4 years ago
Yang Jiao
40b648b873
add aot
4 years ago
ZPaC
4c1ef4cef6
Fix ps cache broadcast error.
4 years ago
i-robot
b271aa7a25
!24969 device address add the key of device
Merge pull request !24969 from limingqi107/new_actor_runtime
4 years ago
limingqi107
be100476d6
device address add the key of device
4 years ago
looop5
46789f260a
Custom operator supports tbe dsl
4 years ago
i-robot
c5585a9451
!24467 Add GraphKernelFlags into namespace mindspore::graphkernel
Merge pull request !24467 from DeshiChen/0918_namespace
4 years ago
i-robot
59b6125fe7
!24500 add ascend memory adapter for ascend memory management
Merge pull request !24500 from laiyongqiang/memory_code_check
4 years ago
dayschan
7502345c8f
Add GraphKernelFlags into namespace mindspore::graphkernel
4 years ago
LaiYongqiang
79599546ee
add ascend memory adapter for ascend memory management
4 years ago
TinaMengtingZhang
f84b27b444
sync code self check from dev 1.1
4 years ago
i-robot
811dd1778b
!23959 fix link error if compiled with -s on when import mindspore
Merge pull request !23959 from yanghaitao/yht_sync_shangyong
4 years ago
i-robot
2138dd1d70
!24136 cherry-pick code from enterprise-r1.0
Merge pull request !24136 from caifubi/master-code-from-enterprise
4 years ago
tanghuikang
3035f9d367
Use one struct instead of three vectors for kernel input, output and workspace
4 years ago
caifubi
8dc2d1b84c
Cherry-pick code from enterprise
4 years ago
lvchangquan
e8264a135d
fix some warnings in master
4 years ago
Margaret_wangrui
10a5ab7f54
Remove StandardNormal side_effect_mem mark, and fix gpu kernel select bug
4 years ago
yanghaitao1
7f216aac41
fix link error if import mindspore
4 years ago
wangshuide2020
e06beb2ed4
add validation of vector size and non-zero validation of denominator for nn gpu operators.
4 years ago
i-robot
e87f0be14f
!23707 fix summary isolation
Merge pull request !23707 from jiangshuqiang/temp
4 years ago
i-robot
38bab297ec
!23732 Fix code self-check issues for online dbg in master
Merge pull request !23732 from TinaMengtingZhang/code_self_check_master
4 years ago
i-robot
1cd9ffb5e2
!23687 can not appear exception in the atexit
Merge pull request !23687 from limingqi107/bug_fix
4 years ago
jiangshuqiang
c2bd061889
fix summary isolation
4 years ago
i-robot
3ecd254f5c
!23712 codedex and pclint
Merge pull request !23712 from baihuawei/codex
4 years ago
TinaMengtingZhang
f4db1dabe0
Merge code safety check to master
4 years ago
baihuawei
3c1a886667
codedex and pclint
4 years ago
caifubi
0683b7fd75
clean codex
4 years ago
limingqi107
16940f2d95
can not appear exception in the atexit
4 years ago
i-robot
dc40225638
!23400 remove profiler if compiled with -s on
Merge pull request !23400 from yanghaitao/yht_remove_profiler
4 years ago
yanghaitao1
177f3f75bf
remove profiler if compiled with -s on
4 years ago
caifubi
95db5fd4be
Fix PyNative Parameter Broadcast bug
4 years ago
sabrinasun
220245f592
add security isolation to online and offline debugger
4 years ago
i-robot
c7ab3cc3f8
!22302 [MS][RDR] Fix allocate memory bug when record gpu meory information in RDR
Merge pull request !22302 from louie5/gpu_memory
4 years ago
louie5
570bfc22dc
record gpu memory info with map container instead of vector
4 years ago
lizhenyu
c8001fae24
log refine
4 years ago
Parastoo Ashtari
bf034bddb5
Apply comments on tensor stat online and offline debugger
4 years ago
i-robot
438169e0b9
!22365 RDR adapts for CPU dynamic memory allocation
Merge pull request !22365 from liangyongxiong/fix
4 years ago
liangyongxiong
9f6b015032
RDR adapts for CPU dynamic memory allocation
4 years ago
Zichun Ye
a7d89f6686
add graph kernel userdefine op support
fix code check
4 years ago
i-robot
d4e62bd7df
!22165 add error string of curandStatus
Merge pull request !22165 from hanhuifeng/droupout_log
4 years ago
baihuawei
6eec288c39
opt ascend single op mode runtime code
4 years ago
hanhuifeng2020
f84b80525b
add error string for curandStatus
4 years ago
ms_yan
36a8886ca2
Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset"
This reverts commit b077aa1cab .
Revert "[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset"
This reverts commit 4e6f7dc97d .
delete pass_registry_test.cc
comment hiai_nlu_model_multi.pb related line
4 years ago
djc
b077aa1cab
[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset
4 years ago
djc
4e6f7dc97d
[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset
4 years ago
Parastoo Ashtari
6d93ab5e35
Fixed old runtime GPU dump issue for multigraph
4 years ago
i-robot
6afcd815d2
!21362 add pynative profiling codes based on ascend and gpu
Merge pull request !21362 from lvchangquan/profiling_refactor
4 years ago
limingqi107
473db12d1e
unified runtime clear the resource of graph
4 years ago
lvchangquan
e8d9803258
add profiling codes based on ascend and gpu in pynative mode
4 years ago