- 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
-
- 11 2月, 2022 1 次提交
-
-
由 Feiyu Chan 提交于
* move operators/math/math_function_* to pten/kernels/func * namespace from `paddle::operators::math` to `pten::funcs`
-
- 03 12月, 2021 1 次提交
-
-
由 ronnywang 提交于
* refine structure for cuda and rocm * update * update * update * update
-
- 15 4月, 2021 1 次提交
-
-
由 furnace 提交于
* [ROCM] bugfix for test_conv_transpose_nn_grad * [ROCM] bugfix for test_batch_norm_op_v2 * [ROCM] bugfix for test_empty_like_op * [ROCM] bugfix for test_conv_transpose_nn_grad
-
- 21 3月, 2021 1 次提交
-
-
由 ronnywang 提交于
-
- 12 3月, 2021 1 次提交
-
-
由 Qi Li 提交于
-
- 02 3月, 2021 1 次提交
-
-
由 Qi Li 提交于
-
- 20 1月, 2021 1 次提交
-
-
由 wuhuanzhou 提交于
* optimize unity build, test=develop * fix code style error, test=develop * fix code style error and test /MP settings, test=develop
-
- 11 1月, 2021 1 次提交
-
-
由 AshburnLee 提交于
-
- 21 12月, 2020 1 次提交
-
-
由 LielinJiang 提交于
* add double grad for conv_transpose
-
- 24 9月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* fix error message in conv/conv_transpose. test=develop
-
- 27 5月, 2020 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 03 4月, 2020 1 次提交
-
-
由 zhongpu 提交于
* use global conv cache; test=develop * use singleton cache; test=develop * fix format error; test=develop * add cudnn helper header; test=develop * fix header error; test=develop * fix mac unitest; test=develop * fix mac unitest; test=develop * fix file format; test=develop * fix include file error, test=develop * remove kernel_configs_ in class ExecutionContext and kernel_configs_map_ in class OperatorWithKernel, test=develop * fix test_elementwise_mul_op_dim, test=develop * fix compile error, test=develop Co-authored-by: Nphlrain <phliuhongyu@126.com>
-
- 24 3月, 2020 1 次提交
-
-
由 wangchaochaohu 提交于
* refine the transopose conv using v7 to choose algorithm
-
- 22 2月, 2020 1 次提交
-
-
由 Yibing Liu 提交于
test=develop
-
- 22 1月, 2020 1 次提交
-
-
由 ceci3 提交于
-
- 07 1月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
-
- 02 12月, 2019 1 次提交
-
-
由 Lv Mengsi 提交于
* fix transpose conv,test=develop * fix comments test=develop
-
- 01 11月, 2019 1 次提交
-
-
由 Zhang Ting 提交于
fix the bug of conv_transpose cudnn kernel: before version 1.6, the data_format is AnyLayout in inference model. When use version 1.6 and load the model which is saved by previous version, the error occurs. This is because the cudnn kernel in version 1.6 is not compitable with Anylayout setting.
-
- 31 10月, 2019 1 次提交
-
-
由 Zhang Ting 提交于
-
- 09 10月, 2019 1 次提交
-
-
由 liym27 提交于
* Delete PadFuntion, include padding.h instead. test=develop * move function(IsSymmetricPadding) from conv_cudnn_op.cu/conv_transpose_cudnn_op.cu to padding.h, test=develop
-
- 07 10月, 2019 1 次提交
-
-
由 Zhang Ting 提交于
-