Commit Graph

5017 Commits (9676ac1c5c16d36d75b4467546607d15e62b5e8c)

Author SHA1 Message Date
Wilber 9676ac1c5c
Add flip op. (#23255)
6 years ago
Feiyu Chan 81f1402f6c
Add functional convolutions in paddle.nn.functional (#23408)
6 years ago
Feiyu Chan bcafe3179a
add MKL computation back to gelu's non-approximate part (#23420)
6 years ago
zhongpu dbfbd7eac4
support Exhaustive search in dygraph (#23415)
6 years ago
zhaoyuchen2018 01d7ccd4b6
Fix elementwise compile error, test=develop (#23381)
6 years ago
channings a2e10930cf
update linspace, equal operators to API 2.0 (#23274)
6 years ago
zhaoyuchen2018 4fe9ca6959
improve elementwise performance. (#23405)
6 years ago
Chen Weihang 7f1ad510bd
Add op inout check macro to simplify error message writing (#23430)
6 years ago
zhongpu bfb07aafe8
Revert "Exhaustive search (#22821)", test=develop (#23401)
6 years ago
liym27 b7b0b3595b
Add unittest for transformer prediction in dygraph_to_static (#23207)
6 years ago
zhongpu 48144e4099
Exhaustive search (#22821)
6 years ago
Adam da7c73f847
Delete is_test attribute from activation operators (#23318)
6 years ago
Kaipeng Deng 21d95be0db
Add inplace abn op (#22806)
6 years ago
wangchaochaohu 69e3f99362
refine the error message (#23212)
6 years ago
xujiaqi01 3a45767d49
add fleet pslib pull and push sparse op and push dense op (#23139)
6 years ago
GaoWei8 20eed5401a
Change fluid.layers.where‘s C++ operator name (#23250)
6 years ago
Jacek Czaja 012886df79
[DNNL] Softmax mkldnn op inplace support (#23197)
6 years ago
zhaoyuchen2018 58615a6272
Improve elementwise performance. (#23001)
6 years ago
Zhaolong Xing 430b0099c9
[Paddle-TRT]: Ernie Dynamic shape support. (#23138)
6 years ago
liym27 6af480ca33
Support int64 for op assign_value. test=develop (#23179)
6 years ago
Zeng Jinle 53e6f8e1da
rename macro, test=develop (#23161)
6 years ago
Zeng Jinle bba740710d
add cuda resource pool for BufferedReader, test=develop (#23152)
6 years ago
Zeng Jinle 7d8d50b6cc
rename no_need_buffer_vars macro, test=develop (#23160)
6 years ago
Liufang Sang a486a739e1
fix compile error in win gpu (#23196)
6 years ago
Zeng Jinle 7ca77a90ac
add Tensor::IsSharedBufferWith method, test=develop (#23175)
6 years ago
Zeng Jinle b8886bf122
rename no_need_buffer_vars_macro, test=develop (#23159)
6 years ago
wangchaochaohu b721e23b25
transpose cudnn using cudnn v7 api (#19738)
6 years ago
Adam 4f5e4540f8
Improve SGD jit code to work with large data (#23120)
6 years ago
Liufang Sang 4db031902d
add dequantize_log_op and make pyramid hash support int8 weight (#22548)
6 years ago
Zeng Jinle 9258e96094
fix read op comments, test=develop, test=document_fix (#23122)
6 years ago
Zeng Jinle acfc9b8a70
Reader sequential and inference partial feed (#22699)
6 years ago
Wilber 95b356a069
update embedding_eltwise_layernorm fuse and kernel. test=develop (#23114)
6 years ago
Zeng Jinle a31d7328b7
Add dygraph double grad implementation (#22939)
6 years ago
songyouwei 2e2da7124b
high-performance dygraph slice (#22879)
6 years ago
Sylwester Fraczek abee05a8c8
added mkldnn swish activation (#23041)
6 years ago
Zhaolong Xing 8c6fde9e69
fix align error (#23090)
6 years ago
Liufang Sang 915b892a15
Fix div zero in fake quantize op (#22966)
6 years ago
Feiyu Chan 01ab8a0619
add approximation for gelu, test=develop (#22961)
6 years ago
Adam 5842ae6785
Revert "Change ShareDataWith() to TensorCopy() in conv_mkldnn (#22695)" (#22985)
6 years ago
GaoWei8 1dc1f9270e
Fix lod error of concat op for axis = 0 (#22538)
6 years ago
Zhang Ting 714b0076b6
Override GetKernelTypeForVar to avoid device transform, test=develop (#23032)
6 years ago
wangchaochaohu 112e3edbf6
fix the conv group problem test=develop (#23025)
6 years ago
wangchaochaohu 3757e0687c
Add Unittest for backward of fusion group (#22932)
6 years ago
chengjuntao 63f3ada7b9
fix bug which input shape (#22965)
6 years ago
wangchaochaohu f0d193a23c
Cast fusion for fusion group (#22876)
6 years ago
yaoxuefeng 29a7a52d38
Fix instag (#22632)
6 years ago
wawltor f154d5860f
Speed up the matmul op, use the gemm replace the batch gemm (#22926)
6 years ago
Adam 056edf3929
Change ShareDataWith() to TensorCopy() in conv_mkldnn (#22695)
6 years ago
Zhaolong Xing 8d6dc102fe
[Ernie GPU Optimize]: Embedding_eltwise_layernorm Fuse (#22494)
6 years ago
guofei 3d8571e884
modify assign op and add unittest of assign op (#22769)
6 years ago