- 10 3月, 2022 1 次提交
 - 
- 
由 hong 提交于
* move dropout to phi; test=develop * fix xpu, npu compile error; test=develop
 
 - 
 - 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
 
 - 
 - 19 2月, 2022 1 次提交
 - 
- 
由 Aurelius84 提交于
* Unify paddle/pten::framework::ddim into pten::ddim * fix paddle namespace * compile sucessfully * fix npu src file * fix conflict * fix conflict * fix tensorrt compiler error * fix conflict * fix conflict * fix tesst file conflict * fix conflict * fix mlu file conflict * fix mlu file conflict * fix cinn header file conflict * fix conflict * fix conflict * fix conflict * fix conflict
 
 - 
 - 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`
 
 - 
 - 10 11月, 2021 1 次提交
 - 
- 
由 Jack Zhou 提交于
* fix rnn grad bug when num_layers is set 2 and dropout_prob is set 0 * add more test for rnn
 
 - 
 - 10 9月, 2021 1 次提交
 - 
- 
由 zhouweiwei2014 提交于
 
 - 
 - 19 2月, 2021 1 次提交
 - 
- 
由 Wojciech Uss 提交于
* Modify relu native implementation * fix GPU performance
 
 - 
 - 15 1月, 2021 1 次提交
 - 
- 
由 wawltor 提交于
* fix the rnn mask memory bug for out of read * update the code for the rnn
 
 - 
 - 27 11月, 2020 1 次提交
 - 
- 
由 Jack Zhou 提交于
Add eigen gru and fix the dropout bug in the rnn
 
 - 
 - 20 11月, 2020 1 次提交
 - 
- 
由 Jack Zhou 提交于
* add lstm, simple rnn op kernel * fix the test_lstm for the rnn op * change func name * fix forward postprocess bug * add gru forward, backward code * remove unittest.skipIf; use a big rnn op instead of combination op * fix input doesn't have gradient bug * add eigen lstm forward, backward Co-authored-by: Nwawltor <fangzeyang0904@hotmail.com> 
 -