i-robot
|
3dd2aa584e
|
!31345 Clean code
Merge pull request !31345 from VectorSL/code_clean
|
4 years ago |
i-robot
|
f52272ae34
|
!31369 Fix code check 2.0 issue
Merge pull request !31369 from ZPaC/static
|
4 years ago |
i-robot
|
34f321d946
|
!31300 [DynamicShape][Gpu]support dynamic shape for the DCN network
Merge pull request !31300 from hanhuifeng/dyn_gpu_bugs
|
4 years ago |
ZPaC
|
42bdf2bc5b
|
Fix code check 2.0 issue
|
4 years ago |
i-robot
|
c9cb729cd3
|
!31130 fix bug of fake quant perchannel
Merge pull request !31130 from cjh9368/clean_static_error_master
|
4 years ago |
VectorSL
|
83882d4712
|
clean code
|
4 years ago |
hanhuifeng2020
|
089ce0386a
|
[DynamicShape][Gpu]support dynamic shape for the DCN network
|
4 years ago |
buxue
|
b7f90e2b16
|
implement Conv2dBackward and log of pool
|
4 years ago |
i-robot
|
4b15a46a49
|
!30858 Refactor cpu kernel factory.
Merge pull request !30858 from TronZhang/refactor_cpu_factory
|
4 years ago |
i-robot
|
f604a4e1a8
|
!31023 solve the bug of return err when input_shape less than 2 or more than 4 in mirror pad
Merge pull request !31023 from zong_shuai/mirror_pad
|
4 years ago |
TronZhang
|
db2931516e
|
refactor cpu factory
|
4 years ago |
cjh9368
|
1e4cde75f6
|
[MS][LITE] fix bug of fakequant perchannel
|
4 years ago |
i-robot
|
c04faad4ad
|
!30559 modify gpu opt adapter dynamic shape
Merge pull request !30559 from changzherui/mod_gpu_opt
|
4 years ago |
changzherui
|
47ef477fef
|
modify gpu opt adapter dynamic shape
|
4 years ago |
i-robot
|
df55f87899
|
!31029 fix attr length bug of Conv2DBackpropFilter
Merge pull request !31029 from zhangbuxue/fix_bug_of_conv2dbackpropfliter
|
4 years ago |
buxue
|
c24e9c3e93
|
fix bug of Conv2DBackpropFilter
|
4 years ago |
zhujingxuan
|
45e7c257af
|
remove duplicate op impl
matrix_triangular_solve_gpu_kernel and trsm_solve_gpu_kernel are actually the same.
|
4 years ago |
buxue
|
50f3ad00ab
|
develop maxpool3d, avgpool3d and conv3d on CPU(including forward and backward)
|
4 years ago |
zong-shuai
|
cdcbd9aeb0
|
debug
|
4 years ago |
ZPaC
|
04ee8f4dd9
|
Support reference for gpu and cpu for parameter update
|
4 years ago |
hanhuifeng2020
|
b571e67795
|
[DynamicShape][GPU]add dynamic shape support some ops for new network
|
4 years ago |
i-robot
|
ff49911889
|
!30572 delete CpuDynamicshape and GpuDynamicshape
Merge pull request !30572 from TuDouNi/gpu_cpu_delete_dynamic_kernel
|
4 years ago |
ttudu
|
dac6f5425d
|
delete GPU/CPUDynamicKernel
|
4 years ago |
Gaoxiong
|
8745e4d3f1
|
GraphKernel performance optimize: cache kernel addr in KernelMod
|
4 years ago |
ckey_Dou
|
e9679ca0bd
|
return default shape when max_shape is empty
|
4 years ago |
zhoufeng
|
f49b195c39
|
extract common as an independent shared library
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
|
4 years ago |
jinjiali
|
2c47b286dd
|
correct cublas path in cuda_ops cmakelists
|
4 years ago |
i-robot
|
b3c5943bf8
|
!30373 [DynamicShape][GPU]add dynamic shape support of Concat op and its backward for new Network
Merge pull request !30373 from hanhuifeng/dcn_dyn_ops_1
|
4 years ago |
i-robot
|
ac1463a192
|
!30298 Package the cuda operators as a dynamic link library
Merge pull request !30298 from jinjiali-kali/cuda_ops
|
4 years ago |
zong-shuai
|
891f0f87d0
|
debug
|
4 years ago |
hanhuifeng2020
|
662c51c019
|
[DynamicShape][GPU]add dynamic shape support of Concat and its backward for DCN
|
4 years ago |
i-robot
|
2f09bcab3d
|
!30358 add mul dtype register to support bool && uint_8_t
Merge pull request !30358 from zhuzhongrui/pub_master2
|
4 years ago |
jinjiali
|
b2d1bad62c
|
package the cuda operations as a dynamic link library
|
4 years ago |
i-robot
|
6f88bf7c75
|
!30324 rename scipy ops matrix_diag_part to matrix_diag_part_V3
Merge pull request !30324 from wuwenbing/master
|
4 years ago |
z00512249
|
d1e2dfcbd1
|
add mul dtype register to support bool && uint_8
|
4 years ago |
i-robot
|
a5242d33e1
|
!30181 support TensorShape ops
Merge pull request !30181 from lianliguang/change-dynshape-to-tensorshape
|
4 years ago |
wenbean
|
638ba5b4d1
|
Fix ops matrix_diag_part different version interplay infershap between ascend and gpu/cpu
|
4 years ago |
lianliguang
|
5c8af66e53
|
support TensorShape ops to instead of DynamicShape ops
|
4 years ago |
zhujingxuan
|
911e4660ce
|
Rename matrix_triangular_solve to be compatible with tensorflow's MatrixTriangularSolve OP
|
4 years ago |
yanghaoran
|
739c4b236a
|
回退 'Pull Request !30120 : Package the cuda operators as a dynamic link library'
|
4 years ago |
i-robot
|
8e21ffae65
|
!30120 Package the cuda operators as a dynamic link library
Merge pull request !30120 from jinjiali-kali/cuda_ops_3
|
4 years ago |
i-robot
|
0efb23fd96
|
!30121 Optimize eigh ops, backend suppor t 1/2 output,
Merge pull request !30121 from wuwenbing/master
|
4 years ago |
jinjiali
|
cd7db0f57f
|
package the cuda operations as a dynamic link library
|
4 years ago |
i-robot
|
cc2dd686da
|
!30111 Add OWNERS files for ccsrc subdirectories.
Merge pull request !30111 from marui/master
|
4 years ago |
wenbean
|
ba3b65b9af
|
Optimize eigh, backend support 1 or 2 output for GPU/CPU
|
4 years ago |
marui
|
1d529f2ff3
|
Add OWNERS files for ccsrc subdirectories
|
4 years ago |
changzherui
|
83e6ea3d71
|
add gpu ResetResource
|
4 years ago |
i-robot
|
705134e01a
|
!29609 update tensorarray stack for static size
Merge pull request !29609 from VectorSL/static_tensorarray_stack
|
4 years ago |
wenbean
|
fddedb03c8
|
Matrix ops move to arrays dir, use scure func
|
4 years ago |
VectorSL
|
8b45b00f7c
|
update tensorarry stack for static usage
|
4 years ago |