liuxiao93
c772b9e291
Add TBE ops Tan/TruncateDiv/TruncateMod for VM.
5 years ago
mindspore-ci-bot
7ed816d9a7
!3054 GPU fix addn and supported list bug
...
Merge pull request !3054 from VectorSL/fix-isuue
5 years ago
shenwei41
bda46f480f
Alarm modification
5 years ago
mindspore-ci-bot
bf2c9abc48
!3051 add loss monitor to lenet
...
Merge pull request !3051 from chenzhongming/newnew_master
5 years ago
mindspore-ci-bot
3397eee672
!2950 [AutoParallel]Fix_codedex
...
Merge pull request !2950 from lichen/fix_codedex
5 years ago
VectorSL
d22a597689
gpu fix addn bug and supported list bug
5 years ago
dayschan
78f35814d5
Refactor the akg op registers.
...
Since akg supports both Ascend and Gpu, but their supported type and format are different,
so we use two directory "ascend" and "gpu" to store their registers respectively, and use
an attribute "processor" to distinguish them.
Main changes:
1) Add two op register class "AkgAscendRegOp" and "AkgGpuRegOp", inherited from the original AkgRegOp.
2) Rewrite akg ascend op registers with new interface, move them into directory "ascend".
3) Rename the imply_type from "AutoDiff" to "AKG".
4) Modify function FindOp, check the processor when imply_type is "AKG".
5) Modify function CheckRepetition, remove the judgement for impl_path, check processor instead.
TODO: Remove op registers in akg root path.
5 years ago
mindspore-ci-bot
c6847992e0
!2867 Add full_name for anf_ir.proto
...
Merge pull request !2867 from huanghui/vm-anf-ir-graph-pb-dump
5 years ago
mindspore-ci-bot
7d92d2982a
!3052 data dump bug
...
Merge pull request !3052 from caifubi/data-dump
5 years ago
mindspore-ci-bot
56bb3930ee
!2754 optimize memory reuse according streams info
...
Merge pull request !2754 from laiyongqiang/mem_opt
5 years ago
lichenever
21496447df
fix code dex
5 years ago
mindspore-ci-bot
180b3029e5
!3047 fix ci cpplint
...
Merge pull request !3047 from wangqiuliang/fix-ci-cpplint
5 years ago
caifubi
066c279f85
Fix dump bug in mode 0
5 years ago
chenzomi
25969b5d8f
add loss monitor to lenet
5 years ago
mindspore-ci-bot
f65586cefa
!3035 Refactoring for base and abstract types.
...
Merge pull request !3035 from ZhangQinghua/master
5 years ago
mindspore-ci-bot
8871f06f42
!2963 Add UT for python pass
...
Merge pull request !2963 from BowenK/python_pass_clean
5 years ago
mindspore-ci-bot
d95a54c321
!3043 Revert PR 2923
...
Merge pull request !3043 from BowenK/master
5 years ago
codesausage
a0ddc0e3a8
add directory in model_zoo
...
update directory and delete some
add hub directory
5 years ago
kingfo
9d9b279db2
fix ci cpplint
5 years ago
mindspore-ci-bot
f5b00de15d
!3042 fix sens tensor check issue
...
Merge pull request !3042 from wangqiuliang/fix-sens-tensor-check-issue
5 years ago
BowenK
f267a105b8
Add Python Pass UT
5 years ago
BowenK
af36bd7698
Revert PR 2923
5 years ago
mindspore-ci-bot
bfc3065fc7
!3025 [AutoParallel]Add embedding look up op
...
Merge pull request !3025 from lichen/add_embedding_look_up_op
5 years ago
mindspore-ci-bot
e6ff8dc5e0
!3037 Update max loop count
...
Merge pull request !3037 from linqingke/mass
5 years ago
kingfo
cd28858e36
fix sens tensor check issue
5 years ago
Zhang Qinghua
87715ed127
Refactoring for base and abstract types: Moving Base into base folder; Splitting the abstract type and infer&specialize routines;
5 years ago
mindspore-ci-bot
48654be14d
!3040 BoundingBoxAugment op fix ratio
...
Merge pull request !3040 from islam_amin/bounding_box_augment_bugs
5 years ago
mindspore-ci-bot
69ce4bf2b2
!2970 Del mindspore/model_zoo
...
Merge pull request !2970 from panbingao/master
5 years ago
Alexey Shevlyakov
b930162e79
Decode + RandomCropAndResize = RandomCropDecodeResize
5 years ago
islam_amin
56da3b0ae1
Fixing ratio bug with BoundingBoxAugment
5 years ago
mindspore-ci-bot
706a38abfe
!3041 Addressing Zirui's comment for PR 2891
...
Merge pull request !3041 from JesseKLee/pr2891_comments
5 years ago
mindspore-ci-bot
b5dda1295b
!3009 Add a sample script of data processing for fine-tuning BERT on CLUE classification dataset
...
Merge pull request !3009 from dessyang/master
5 years ago
Jesse Lee
2909b637d8
Addressing late comment
5 years ago
mindspore-ci-bot
eadcb341e1
!2891 CacheOp phase 1
...
Merge pull request !2891 from Jamie/CacheOp_dev
5 years ago
Jesse Lee
7c1bc5192b
Initial Drop of CacheOp Phase I
5 years ago
lichenever
cde5cc2bd2
add_embedding_look_up
5 years ago
linqingke
e8947edccd
update max loop count
5 years ago
mindspore-ci-bot
ece99192e8
!3029 fix validator for ParallelConcat
...
Merge pull request !3029 from jiangjinsheng/issue_fix4
5 years ago
mindspore-ci-bot
c465ea3269
!3031 fix context mode and device target dependency issue
...
Merge pull request !3031 from wangqiuliang/fix-tensor-bool-operation
5 years ago
mindspore-ci-bot
8947afb5bf
!3004 fixed codedex issues
...
Merge pull request !3004 from mxm/fix_codedex
5 years ago
mindspore-ci-bot
be9b3c53dc
!3027 Adaptation for ps mode.
...
Merge pull request !3027 from ZPaC/adaptation-for-ps-mode
5 years ago
mindspore-ci-bot
83d7072a27
!2992 Isolate python dependence from some ir source files
...
Merge pull request !2992 from hewei/decouple_ir_others
5 years ago
mindspore-ci-bot
2405cf71b2
!2981 primitive hook decouped
...
Merge pull request !2981 from lianliguang/primitive-decoupling
5 years ago
WilliamLian
9682d08d96
refactor primitive hook function
5 years ago
mindspore-ci-bot
2f27c4e3e8
!2807 Apply indexed_slices
...
Merge pull request !2807 from riemann_penn/apply_indexed_slices
5 years ago
ZPaC
3618b0843d
Adaptation for ps mode.
5 years ago
kingfo
8863dfd677
fix context mode and device_target dependency issue
5 years ago
mxm
3c08fa6385
fixed:
...
1. delete useless code
2. add const to Parameter which not been changed
3. check return code when call safe function memcpy_s
5 years ago
mindspore-ci-bot
49da4e799c
!3026 Add front end PS optimizer expression
...
Merge pull request !3026 from ZPaC/add-front-end-ps-optim-expression
5 years ago
panyifeng
44e74ad5aa
Apply indexed_slices
5 years ago