caifubi
32cd8d8135
fix codex
5 years ago
caifubi
5d8e493834
Fix GPU dump bug
5 years ago
yelihua
f2f35d2176
fix the bug for sending suspend
5 years ago
mindspore-ci-bot
709ee383e9
!6481 add MS_EXCEPTION_IF_NULL for some variables
Merge pull request !6481 from maning202007/checknull
5 years ago
mindspore-ci-bot
937861e011
!5033 clean codex
Merge pull request !5033 from caifubi/clean-codex
5 years ago
maning202007
c8bc06061d
add MS_EXCEPTION_IF_NULL for some variables
5 years ago
caifubi
9ce7919712
clean dump codex
5 years ago
maning202007
82bad1ab84
Fix unsafe codes in Debugger
5 years ago
Adel Shafiei
85c5c04ba7
Added a check to make sure that overflow bin file is opened successfully
5 years ago
mindspore-ci-bot
f53047e8f5
!6375 Adapting new profiling performance data
Merge pull request !6375 from 张毅辉/zyh_profiling_adapt_aicpu_file
5 years ago
zhangyihui
bc45616298
Adapt to new AICPU original file
5 years ago
jjfeing
37ec5c0a1f
fix code warning
5 years ago
mindspore-ci-bot
08a761b29d
!6305 Change log level from ERROR to DEBUG for debugger
Merge pull request !6305 from lichen_101010/change_log_level
5 years ago
mindspore-ci-bot
02c2a61065
!6306 Fix bug that required the user to click twice on "Next Node" in MindInsight Debugger UI
Merge pull request !6306 from HarshvardhanGupta/fix-next-node
5 years ago
mindspore-ci-bot
a1653168da
!6296 [Data Dump] Fix MindInsight Debugger OverFlow Error
Merge pull request !6296 from caifubi/dump
5 years ago
Harshvardhan Gupta
6d7fe0364c
fix next node behavior
5 years ago
lichen_101010
f65625bd0b
change log level from ERROR to DEBUG for debugger
5 years ago
caifubi
0bf82e34c2
Fix MindInsight Debugger OverFlow Error
5 years ago
mindspore-ci-bot
fe735a0f83
!6198 [Data Dump] Bug fix
Merge pull request !6198 from caifubi/dump
5 years ago
mindspore-ci-bot
014ea619a8
!6240 Fix review_bot and codedex problems
Merge pull request !6240 from DeshiChen/0910_review_bot
5 years ago
caifubi
1480c93d04
Data Dump Bug Fix
1. Remove old e2e dump json
2. Remove warning log
3. Add device id to e2e dump path
4. Fix bug of dump json parse failed after hccl_init
5 years ago
mindspore-ci-bot
ffaba08379
!6215 fix the problem which arg print in DumpIR
Merge pull request !6215 from Margaret_wangrui/fix_DumpIR_arg
5 years ago
dayschan
3c2da3197f
Fix review_bot and codedex problems
5 years ago
Margaret_wangrui
96daa72f20
fix DumpIR arg
5 years ago
mindspore-ci-bot
ea53848333
!6049 Replace unsafe function "memcpy" with "memcpy_s"
Merge pull request !6049 from maning202007/restore_debugger
5 years ago
caifubi
372c2e7951
Combine Async Dump and E2E Dump
5 years ago
maning202007
00ad38d78d
replace unsafe funtion 'memcpy' with 'memcpy_s'.
5 years ago
mindspore-ci-bot
f16ad7aa27
!6089 Extend watchpoint support in debugger to all tensor types
Merge pull request !6089 from HarshvardhanGupta/add-more-dtypes-wp
5 years ago
lichen_101010
dffa61b228
send info when training is done
5 years ago
Harshvardhan Gupta
18d1e8795a
extend wp support to all types
5 years ago
mindspore-ci-bot
8fe3cf6991
!5737 Add support for more watchpoint conditions in debugger.
Merge pull request !5737 from HarshvardhanGupta/add-new-wp
5 years ago
mindspore-ci-bot
939737c017
!5970 enable debugger by default and set correct log message severity
Merge pull request !5970 from john_tzanakakis/master_ms1_grpc
5 years ago
mindspore-ci-bot
9a5e074c48
!5058 remove backend/session dependency on python
Merge pull request !5058 from xychow/remove-backend-py-dependency-1
5 years ago
John Tzanakakis
b0a7ebdeb0
enable debugger by default and set correct log message severity
5 years ago
mindspore-ci-bot
1593eb27c0
!5980 Delete the openssl related code to restore debugger
Merge pull request !5980 from maning202007/restore_debugger
5 years ago
zhousiyi
ab74dfc839
refact backend/session from python
5 years ago
Harshvardhan Gupta
e751c2e069
add more wp conditions
5 years ago
mindspore-ci-bot
82eb2634a0
!5739 change debug_name to full name in mindspore side
Merge pull request !5739 from lichen_101010/debugname_to_fullname
5 years ago
maning202007
af9c9b5129
Delete the openssl related code to restore debugger
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
panyifeng
49432d11be
fix cpplint
5 years ago
lichen_101010
5b7d90d5df
change debug_name tofull_name
5 years ago
fary86
fcbb3e0edc
Refactor ms_context implementation
5 years ago
mindspore-ci-bot
38b4413f26
!5386 Fix GPU watchpoints check when multiple conditions set on same node
Merge pull request !5386 from HarshvardhanGupta/fix-gpu-wp-skip
5 years ago
zhousiyi
c25e37e7bf
make backend/optimizer pybind free
5 years ago
Harshvardhan Gupta
3226e8407a
fix gpu wp
5 years ago
mindspore-ci-bot
23e9ebfa7e
!5183 Added a size condition when printing overflow list
Merge pull request !5183 from AdelShafiei/Errorlog
5 years ago
jjfeing
9f1725a51e
fix data dump log info
5 years ago
Adel Shafiei
32be89149a
added a size condition when printing overflows list
5 years ago