mindspore-ci-bot
1131b069d3
!6903 Remove StridedSlice AICPU version
Merge pull request !6903 from peixu_ren/custom_pp_ops
5 years ago
mindspore-ci-bot
b6a7f8bd71
!6977 add cache ops for aicpu and cpu kernel
Merge pull request !6977 from fangzehua/aug_cache
5 years ago
mindspore-ci-bot
2a799fe90e
!6018 Set the number of epochs in mode.train() non-sink Mode
Merge pull request !6018 from h.farahat/ms_nonsink_epochs
5 years ago
mindspore-ci-bot
4e08378448
!6965 cpu Sub support broadcast shape
Merge pull request !6965 from baihuawei/fixsub
5 years ago
mindspore-ci-bot
d8cfba8ba6
!6912 generalize CPU Slice op
Merge pull request !6912 from baihuawei/fixslice
5 years ago
fangzehua
a822966300
add cache ops for cpu and aicpu
5 years ago
baihuawei
2b1e969892
cpu Sub support broadcast shape
5 years ago
peixu_ren
6c0cfea75b
Remove StridedSlice AICPU version
5 years ago
mindspore-ci-bot
f9bfc85a20
!6914 fix cpu softmax with negative axis
Merge pull request !6914 from baihuawei/fixsoftmax
5 years ago
baihuawei
ab427caf53
fix softmax
5 years ago
baihuawei
c01c1a05b6
generalize CPU Slice op
5 years ago
baihuawei
fea928e976
remove CTCLossV2
5 years ago
hesham
9cee0d2143
Add num_epochs to non-sink training
5 years ago
mindspore-ci-bot
8d20d1b8e6
!6772 Add seed for gpu operator testcase
Merge pull request !6772 from chenweifeng/test-case-seed
5 years ago
wilfChen
13a3a6d117
test case seed
5 years ago
baihuawei
3583e63901
clear warnings
5 years ago
Yi Huaijie
b863324d90
move set_seed() out from construct() of Net
5 years ago
mindspore-ci-bot
d60033c8db
!6381 Add dtype float16 that erf and erfc should support
Merge pull request !6381 from peixu_ren/custom_gpu
5 years ago
wukesong
f9a865fd42
add GPU operator
5 years ago
peixu_ren
8132e56417
Add dtype float16 that erf and erfc should support
5 years ago
mindspore-ci-bot
3f0ac45954
!6206 new add gpu ops sqrt_grad and rsqrt_grad.
Merge pull request !6206 from linqingke/new_ops
5 years ago
mindspore-ci-bot
6bb12a9118
!6378 nn.MatMul support broadcast.
Merge pull request !6378 from liuxiao93/Broadcast-nn.MatMul-Ascend
5 years ago
mindspore-ci-bot
63ae2c3639
!6374 LSTM API optimization
Merge pull request !6374 from caojian05/ms_master_lstm_api_optimation
5 years ago
linqingke
dda3176fca
new add sqrt_grad and rsqrt_grad.
5 years ago
liuxiao93
9ef76c1aac
nn.MatMul support broadcast.
5 years ago
mindspore-ci-bot
b79240fc3f
!6367 fix shape bug
Merge pull request !6367 from caozhou/fix_shape_bug
5 years ago
caozhou
5010956773
fix weight_init bug
5 years ago
mindspore-ci-bot
5e43308613
!6365 Refactoring Laplace random operator.
Merge pull request !6365 from jxlang910/push-to-opensource
5 years ago
mindspore-ci-bot
71ab9e300b
!6012 Support erf and erfc ant GPU backend
Merge pull request !6012 from peixu_ren/custom_gpu
5 years ago
cj
207e515fce
LSTM API optimization
5 years ago
jin-xiulang
5873614b86
Refactoring laplace random operator.
5 years ago
mindspore-ci-bot
af5ebcf1a9
!6232 fix gpu heterogeneous bug
Merge pull request !6232 from baihuawei/embedding
5 years ago
peixu_ren
fdd2d8209f
Support erf and erfc ant GPU backend
5 years ago
mindspore-ci-bot
14b4763b15
!6224 Move pp test cases to probability folder
Merge pull request !6224 from XunDeng/pp_tests_folder_update
5 years ago
baihuawei
09a3f2ff5e
fix GPU hete
5 years ago
yanzhenxiang2020
c6db808bbf
fix aicpu ut
5 years ago
Xun Deng
c64f6a0a2a
move pp related tests cases to probability folder
5 years ago
mindspore-ci-bot
9c896fd22c
!5899 Fix Some bugs and add test cases on Tensor printing.
Merge pull request !5899 from huangbingjian/master
5 years ago
HuangBingjian
07d1f5ac37
fix tensor.cc
5 years ago
mindspore-ci-bot
d8c09067ce
!5801 [MD][Feature] minddata iterator output ms_tensor
Merge pull request !5801 from xiefangqi/md_modify_output_tensor
5 years ago
xiefangqi
9b3c33e157
minddata iterator output ms_tensor
5 years ago
mindspore-ci-bot
483b364d92
!5984 Add CPU kernels: Sub, Square
Merge pull request !5984 from huanghui/cpu-basic-kernel
5 years ago
nhussain
92e99ff224
change map calls
5 years ago
mindspore-ci-bot
eedbbb3649
!5958 Modify interface for function and remove duplicated def
Merge pull request !5958 from lilei/modify_bug
5 years ago
huanghui
a82577c00e
Add CPU kernels: TensorAdd, Sub, Mul, Div
5 years ago
mindspore-ci-bot
7152fe04be
!5783 GraphKernel supports GPU
Merge pull request !5783 from DeshiChen/graph_kernel_1.0
5 years ago
mindspore-ci-bot
87d0d0bf8d
!5754 adding int32 support for Greater gpu kernel
Merge pull request !5754 from Peilin/add-type-support-for-greater
5 years ago
lilei
71adabd944
modify_bug
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
Peilin Wang
f020e19636
add int32 support to greater gpu kernel
fix ci
5 years ago