You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paddle/paddle/fluid/operators/math
Zhong Hui bbad3414e8
Enhance the error messages for files in operators/math
5 years ago
..
detail Add dependency for error_codes.proto (#21084) 5 years ago
CMakeLists.txt [cuda11 support] change the CMakeLists to support the cuda11 (#27124) 5 years ago
algorithm.h
beam_search.cc
beam_search.cu Replace all errors thrown by LOG(FATAL) with PADDLE_THROW (#24759) 5 years ago
beam_search.h
beam_search_test.cc
bert_encoder_functor.cu Fix registering trt plugin (#25744) 5 years ago
bert_encoder_functor.h [Paddle-TRT]: Ernie Dynamic shape support. (#23138) 5 years ago
blas.cc
blas.h Add Matmul op (#26411) 5 years ago
blas_impl.cu.h Add Matmul op (#26411) 5 years ago
blas_impl.h Add Matmul op (#26411) 5 years ago
bloomfilter.h refine murmurhash3_x64_128 for bloom_filter (#20996) 5 years ago
compound_functors.h
concat.hip.cu
concat_and_split.cc Add macro BOOST_GET to enrich the error information of boost :: get (#24175) 5 years ago
concat_and_split.cu Add macro BOOST_GET to enrich the error information of boost :: get (#24175) 5 years ago
concat_and_split.h Add bfloat16 data type (#25402) 5 years ago
concat_test.cc Enhance the error messages for files in operators/math 5 years ago
context_project.cc
context_project.cu
context_project.h Enhance the error messages for files in operators/math 5 years ago
cos_sim_functor.cc
cos_sim_functor.cu
cos_sim_functor.h fix cos_sim, test=develop (#25017) 5 years ago
cpu_vec.h Enhance the error messages for files in operators/math 5 years ago
cpu_vec_test.cc fix -Wno-error=sign-compare warning in gcc8 (#21434) 5 years ago
cross_entropy.cc polish cross_entropy ENFORCE (#22056) 5 years ago
cross_entropy.cu Enhance the error messages for files in operators/math 5 years ago
cross_entropy.h unify PADDLE_ASSERT_MSG into PADDLE_ENFORCE(error_message) (#19631) 6 years ago
depthwise_conv.cu Optimize the depthwise op test=develop (#22265) 5 years ago
depthwise_conv.h conv_transpose supports channel_last input, test=develop, test=document_preview (#20072) 5 years ago
fc.cc optimize fc jit (#21878) 5 years ago
fc.cu [Ernie GPU Optimize]: Embedding_eltwise_layernorm Fuse (#22494) 5 years ago
fc.h Add fc padding to improve mkl GEMM's performance when N and K are multiple of 128. (#20972) 5 years ago
functors.h Support fp16 in GPU impl of fused_elemwise_activation_op. (#20636) 5 years ago
gru_compute.cc
gru_compute.cu Fix ce ocr_recognition test fails (#20987) 5 years ago
gru_compute.h
im2col.cc Enhance the error messages for files in operators/math 5 years ago
im2col.cu Enhance the error messages for files in operators/math 5 years ago
im2col.h conv_transpose supports channel_last input, test=develop, test=document_preview (#20072) 5 years ago
im2col_cfo_cpu.h fix conv_transpose's bug: compatible with Anylayout setting, test=develop (#20589) 5 years ago
im2col_test.cc
lstm_compute.cc
lstm_compute.cu
lstm_compute.h
math_cuda_utils.h [Paddle-TRT] SkipLayernorm vectorized memory optimization (#25117) 5 years ago
math_function.cc Error description optimize for math dir 5 years ago
math_function.cu Error description optimize for math dir 5 years ago
math_function.h Support gradient accumulation of fp16 in imperative mode (#24823) 5 years ago
math_function_impl.h Error description optimize for math dir 5 years ago
math_function_test.cc Error description optimize for math dir 5 years ago
math_function_test.cu Error description optimize for math dir 5 years ago
matrix_bit_code.cc
matrix_bit_code.h Add NOMINMAX define due to windows.h max/min macro conflict (#25637) 5 years ago
matrix_inverse.cc Add the implementation of inverse (#23310) 5 years ago
matrix_inverse.cu.cc fix inverse bug (#25641) 5 years ago
matrix_inverse.h Add the implementation of inverse (#23310) 5 years ago
maxouting.cc maxout supports channel_last input (#20846) 5 years ago
maxouting.cu maxout supports channel_last input (#20846) 5 years ago
maxouting.h maxout supports channel_last input (#20846) 5 years ago
padding.h Error description optimize for math dir 5 years ago
pooling.cc fix pool2d pool3d,support asymmetric padding and channel_last (#19739) 5 years ago
pooling.cu fix adaptive gpu grad bug, add doc refine (#26660) 5 years ago
pooling.h Bug Fix: Paddle-TRT cannot handle adaptive pooling in pool2d op converter and "num" attribute in split op converter (#20733) 5 years ago
prelu.cu fix bug of prelu when rank not equal 4, test=develop (#25067) 5 years ago
prelu.h fix bug of prelu when rank not equal 4, test=develop (#25067) 5 years ago
sample_prob.cc
sample_prob.cu refine PADDLE_ENFORCE codes for unify PADDLE_ASSERT_MSG (#19603) 6 years ago
sample_prob.h
sampler.cc Refine paddle.manual_seed (#26496) 5 years ago
sampler.h Error description optimize for math dir 5 years ago
selected_rows_functor.cc update error info for selected_rows_functor 5 years ago
selected_rows_functor.cu update error info for selected_rows_functor 5 years ago
selected_rows_functor.h fix the diff between async mode and async_half mode (#19535) 6 years ago
selected_rows_functor_test.cc fix the diff between async mode and async_half mode (#19535) 6 years ago
selected_rows_functor_test.cu.cc update error info for selected_rows_functor 5 years ago
sequence2batch.cc optimize the error message for math dir 5 years ago
sequence2batch.cu optimize the error message for math dir 5 years ago
sequence2batch.h optimize the error message for math dir 5 years ago
sequence_padding.cc optimize the error message for math dir 5 years ago
sequence_padding.cu optimize the error message for math dir 5 years ago
sequence_padding.h optimize the error message for math dir 5 years ago
sequence_padding_test.cc Correct the use of DeviceContext in unittest sequence_pooling_test and sequence_padding_test (#22456) 5 years ago
sequence_pooling.cc optimize the error message for math dir 5 years ago
sequence_pooling.cu optimize the error message for math dir 5 years ago
sequence_pooling.h support 2-level lod of input in sequence_pool (#19839) 6 years ago
sequence_pooling_test.cc optimize the error message for math dir 5 years ago
sequence_scale.cc
sequence_scale.cu
sequence_scale.h
softmax.cc
softmax.cu replace CUDNN_ENFORCE with PADDLE_ENFORCE_CUDA_SUCCESS, test=develop (#22109) 5 years ago
softmax.h
softmax_impl.h remove eval in eigen function when dtype is fp16 (#23845) 5 years ago
tree2col.cc optimize the error message for math dir 5 years ago
tree2col.cu Add macro BOOST_GET to enrich the error information of boost :: get (#24175) 5 years ago
tree2col.h
unpooling.cc optimize the error message for unpooling.cc 5 years ago
unpooling.cu unify PADDLE_ASSERT_MSG into PADDLE_ENFORCE(error_message) (#19631) 6 years ago
unpooling.h
vol2col.cc Error description optimize for math dir 5 years ago
vol2col.cu Error description optimize for math dir 5 years ago
vol2col.h conv_transpose supports channel_last input, test=develop, test=document_preview (#20072) 5 years ago
vol2col_test.cc