- 02 3月, 2022 1 次提交
 - 
- 
由 Feiyu Chan 提交于
* move sequence2batch * move lstm and gru * Add phi/kernels directory into exclusion to stop using hipcc to compile non .cu files in it.
 
 - 
 - 20 2月, 2022 1 次提交
 - 
- 
由 Chen Weihang 提交于
* rename pten dir to phi * rename namespace to phi * rename infrt pten dir to phi * resolve conflict * rename pten to phi in cmake * revert all infrt change * change needed files * fix infrt failed * fix inference failed
 
 - 
 - 18 2月, 2022 1 次提交
 - 
- 
由 Feiyu Chan 提交于
* move blas related files * move lapack related files
 
 - 
 - 11 2月, 2022 1 次提交
 - 
- 
由 Feiyu Chan 提交于
* move operators/math/math_function_* to pten/kernels/func * namespace from `paddle::operators::math` to `pten::funcs`
 
 - 
 - 19 2月, 2021 1 次提交
 - 
- 
由 Wojciech Uss 提交于
* Modify relu native implementation * fix GPU performance
 
 - 
 - 09 10月, 2020 1 次提交
 - 
- 
由 smallv0221 提交于
API(lstm_unit, lstmp, sequence_mask, sequence_enumerate, sequence_conv) error message enhancement (#27572) * API(Compute) error message enhancement on line 44, 50, 53. * lstm_unit error message enhancement. lstmp error message enhancement. sequence_conv error message enhencement. sequence_enumerate error message enhencement. sequence_mask error message enhencement. * Update lstm_unit_op.cc * Update lstm_unit_op.h * error msg enhancement. * Update sequence_conv_op.cc * Update lstm_unit_op.cc * Update sequence_conv_op.cc * Update sequence_enumerate_op.cc * Update sequence_enumerate_op.cu * Update sequence_enumerate_op.h * Update sequence_pool_op.h * error message enhencement. * error message enhancement.
 
 - 
 - 15 5月, 2020 1 次提交
 - 
- 
由 liu zhengxi 提交于
* dynamic_gru err_msg enhancement, test=develop * chunk_eval err_msg enhancement and fix crf_decoding output type, test=develop * BeamSearchDecoder err msg enhancement, test=develop * fix doc for chunk_eval, test=develop * refine lod err msg for chunk_eval, test=develop
 
 - 
 - 15 4月, 2019 1 次提交
 - 
- 
由 liuwei1031 提交于
* optimize lstmp and sample_logits op, test=develop * update op_use_default_grad_op_maker.spec, test=develop * delete useless file,test=develop * append 0 to dim variable to avoid memory reusage, test=develop
 
 - 
 - 14 2月, 2019 2 次提交
 - 31 1月, 2019 1 次提交
 - 
- 
由 xuezhong 提交于
 
 - 
 - 30 1月, 2019 2 次提交
 - 04 5月, 2018 1 次提交
 - 
- 
由 Yu Yang 提交于
 
 - 
 - 03 5月, 2018 1 次提交
 - 
- 
由 Yu Yang 提交于
 
 - 
 - 28 4月, 2018 1 次提交
 - 
- 
由 Abhinav Arora 提交于
* Fix CPPLint errors * Fix CPPLint errors in sequence2batch * Fix compilation * Fix LSTM op and GRU op * Fix LSTMP op * Fix more cpplint errors in operators/math * Address Code review feedback
 
 - 
 - 12 4月, 2018 1 次提交
 - 
- 
由 Siddharth Goyal 提交于
* Fix cpplint errors, round2 * Fix pointer issue
 
 - 
 - 12 2月, 2018 1 次提交
 - 
- 
由 qingqing01 提交于
 
 - 
 - 10 2月, 2018 2 次提交
 - 31 1月, 2018 1 次提交
 - 
- 
由 dzhwinter 提交于
* "Need to re-design LoD " * "add lod design" * "fix lod gpu ptr pointer" * "removed commented code" * "fix CI" * "remove set lod in pybind" * "fix style check" * "fix CI" * "fix long type template error" * "pybind reorder to use Place" * "fix ci" * "fix ci" * fix ci * "sperate as a new file" * "fix CI" * "fix ci" * small fix * "add test" * "fix adam op" * "fix lstmp op" * "fix adam op" * "follow comments" * "fix ci"
 
 - 
 - 25 1月, 2018 1 次提交
 - 
- 
由 Yibing Liu 提交于
 
 - 
 - 24 1月, 2018 2 次提交
 - 
- 
由 Yibing Liu 提交于
 - 
由 Yibing Liu 提交于
 
 - 
 - 23 1月, 2018 1 次提交
 - 
- 
由 Yibing Liu 提交于
 
 - 
 - 22 1月, 2018 1 次提交
 - 
- 
由 Yibing Liu 提交于
 
 - 
 - 25 12月, 2017 2 次提交
 - 
- 
由 dangqingqing 提交于
 - 
由 qingqing01 提交于
 
 - 
 - 12 12月, 2017 1 次提交
 - 
- 
由 QI JUN 提交于
There are mainly following fixes: - take `DeviceContext` as the template parameter of math functors and OpKernel instead of `Place` - remove `eigen_device` interface in base class `DeviceContext` - remove `GetEigenDevice` interface in `ExecutionContext` and base class `DeviceContext` - remove unused `platform::EigenDeviceConverter` - rename `REGISTER_OP_GPU_KERNEL` to `REGISTER_OP_CUDA_KERNEL` - rename `USE_GPU_ONLY_OP` to `USE_CUDA_ONLY_OP`
 
 - 
 - 03 12月, 2017 1 次提交
 - 
- 
由 qingqing01 提交于
 
 - 
 - 14 11月, 2017 1 次提交
 - 
- 
由 dangqingqing 提交于
 
 - 
 - 11 11月, 2017 1 次提交
 - 
- 
由 dangqingqing 提交于
 
 - 
 - 09 11月, 2017 1 次提交
 - 
- 
由 dangqingqing 提交于
 
 - 
 - 07 11月, 2017 1 次提交
 - 
- 
由 dangqingqing 提交于
1. user can disable peephole connections. 2. not calculate some gradients.
 
 - 
 - 06 11月, 2017 1 次提交
 - 
- 
由 dangqingqing 提交于
 
 - 
 - 31 10月, 2017 1 次提交
 - 
- 
由 dangqingqing 提交于
 
 - 
 - 30 10月, 2017 1 次提交
 - 
- 
由 dangqingqing 提交于
 
 - 
 - 26 10月, 2017 3 次提交
 - 
- 
由 dangqingqing 提交于
 - 
由 dangqingqing 提交于
 - 
由 dangqingqing 提交于
 
 -