Commit Graph

172 Commits (b33aaea86ccaf6f41eca018377e36ed91b64dd27)

Author SHA1 Message Date
wawltor b33aaea86c
add the op version check for the elementwise ops, test=op_version (#30010)
4 years ago
Chen Weihang a6072055be
[Complex] Handle complex to real after type promotion (#29855)
4 years ago
chentianyu03 ddfc3d2c2f
change grad elementwise_mul for complex types (#29757)
4 years ago
chentianyu03 2a260d9b0e
change the grad of div when complex types (#29804)
4 years ago
wangchaochaohu 01c37c8e02
refine the compiler error for half2 operation (#29816)
4 years ago
wangchaochaohu f350aa59ff
Fix the compiler error for half type (#29799)
4 years ago
wangchaochaohu 7b2dc4e6b1
optimization for fp16 elementwise add (#29744)
4 years ago
Jacek Czaja 07790ba13e
[oneDNN] Reimplemented elementwise_add grad (#29747)
4 years ago
wangchaochaohu 068d905e1e
fix the shape choose of vectorize for cuda
4 years ago
wangchaochaohu 2e0d1ed00f
delete the code for fp16 optimization because it is not faster than common template code (#29715)
4 years ago
wangchaochaohu eab44e1f32
refine (#29622)
4 years ago
wangchaochaohu 1b69e528d3
optimize for long width for elementwise (#29602)
4 years ago
wangchaochaohu ac4bae8ee9
elementwise_add_grad Op optimization (#29575)
4 years ago
Zhang Ting 560b432349
Revert "improve elementwise_add_grad perf (#29277)" (#29464)
5 years ago
taixiurong ecca6585cd
1. fix elementwise ops'bug 2. fix softmax_with_cross_entropy_op 3. add biliner_interp_op (#29448)
5 years ago
LoveAn 671555ed32
Compiling operator libraries with Unity build (#29130)
5 years ago
Chen Weihang 9ad800ebb2
Support type promote for basic math ops (quantum required) (#29265)
5 years ago
Zhang Ting befd6d5338
improve elementwise_add_grad perf (#29277)
5 years ago
Leo Chen 116305ea4b
Improve performance of elementwise_add grad op (#29187)
5 years ago
QingshuChen 64f29fbb70
update kunlun conv2d/softmax/elementwise implemetation (#29229)
5 years ago
chentianyu03 8f45d14263
add complex64 and complex128 type; add +-*/@ and slice opreator for c… (#29199)
5 years ago
arlesniak bc902044a4
Fixes mkldnn dygraph learning rate scheduler crashes (#28988)
5 years ago
Noel da71173bc9
Fix ops doc for some ops
5 years ago
taixiurong a5aa4dc7a9
add xpu elementwise ops (#29031)
5 years ago
joejiong b04c78ef5e
Update pow (#29000)
5 years ago
joanna.wozna.intel 8c0ea4bffe
Add bf16 matmul, fc, elementwise add and mul (#28729)
5 years ago
Chengmo 5f04875c30
Fix xpu error message (#28061)
5 years ago
Jack Zhou d330cf66cc
Fix xpu enforce (#27978)
5 years ago
Jack Zhou c791df09cf
Add elementwise XPU OP kernel for KUNLUN core, including (but still cannot process common broadcast
5 years ago
QingshuChen 6b727e08b1
support elementwise add, activation, matmul on Baidu Kunlun (#27143)
5 years ago
wanghuancoder df43905f12
use iwyu clean include (#27267)
5 years ago
Leo Chen aba759ba16
[Feature] Enhance inplace addto strategy for gradient accumulation in static graph (#27112)
5 years ago
ShenLiang 9ee77b1f41
Fix elementwise_floordiv op (#27352)
5 years ago
wawltor 4e8582fe5a
update the error message check for the some ops
5 years ago
Jacek Czaja e005861598
[oneDNN]Introducing oneDNN 1.6 (#27137)
5 years ago
ShenLiang 5bd84b22c4
revert divide (#27202)
5 years ago
ShenLiang ff3dc8ac73
fix the remainder (#26995)
5 years ago
ShenLiang 29494d703d
fix remainder, floor_div (#26732)
5 years ago
joejiong f311d3c1cf
Fix pow api type error with python side method, merge elementwise_pow and pow. (#26163)
5 years ago
ShenLiang 0e81626081
add div, floor_div, remainder (#26562)
5 years ago
WangXi 45711dade7
【API】rename div to divide, add floor_divide, remainder (#26434)
5 years ago
Leo Chen ffe52b4452
[OpDevOptimize] Add common infershape functions (#26096)
5 years ago
wawltor 9c17b3c9f8
Add the max, min, maximum, minimum api for the API 2.0
5 years ago
joanna.wozna.intel 734cf1c3e9
Change use_quantizer attribute name and data type (#25838)
5 years ago
Zhaolong Xing 5970871a64
add eltwise clip cuda impl. (#25689)
5 years ago
Jacek Czaja a7944904d3
[oneDNN]elementwise_add and elementwise_mul int8 support (#24984)
5 years ago
Leo Chen 028de857d4
fix dtype error of compare op, test=develop (#25059)
5 years ago
Michał Gallus 23a85f030c
Remove old mkldnn_elementwise_mul test (#24855)
5 years ago
Leo Chen b0e7439fbc
rename inplace/no_need_buffer inferer, part2, test=develop (#24733)
5 years ago
Jacek Czaja ca68b13f85
[oneDNN] Fix to elementwise_add grad (#24639)
5 years ago