- 29 6月, 2021 2 次提交
- 28 6月, 2021 8 次提交
-
-
由 Double_V 提交于
* add transpose transpose opdef, test=develop * add line, test=develop * fix wrong name, test=develop * add pass, test=develop * fix bug, test=develop * fix bug, test=develop * delete limite about alpha, test=develop * add mul to reshape2MatmulFusePass, test=develop * add limit about alpha, test=develop * fix bug,test=develop * set adaptive as false and global_pooling as True, test=develop * set x_num_col_dims as 1, test=develop * fix reshape, add attr limit, test=develop * fix conflict,test=develop * fix comment, test=develop * fix comment,test=develop * fix comment,test=develop * ,test=develop * add IsType, test=develop * add IsType, test=develop
-
由 Jiangxinz 提交于
* block pyc file * block pyc file * block pyc * block pyc * block pyc * test=document_fix; block pyc file * test=document_fix; block pyc file * test=document_fix; block pyc file * test=document_fix; block pyc file
-
由 zhangchunle 提交于
-
由 wanghuancoder 提交于
* PyNumber_Long only for numpy, test=develop
-
由 Qi Li 提交于
* [ROCM] fix RNN miopen as weight need to permuted, test=develop * [ROCM] fix data share when is_test, test=develop * update, test=develop
-
由 zlsh80826 提交于
-
由 Pei Yang 提交于
* fix trt flatten converter when batch_size > 1 * change ut to same dynamic shape
-
由 王明冬 提交于
-
- 25 6月, 2021 5 次提交
-
-
由 MissPenguin 提交于
-
由 Wangzheee 提交于
-
由 wenbin 提交于
* qkv * ci_test
-
由 王明冬 提交于
-
由 王明冬 提交于
-
- 24 6月, 2021 8 次提交
-
-
由 pangyoki 提交于
-
由 houj04 提交于
* in NPU environment, use CPUPlace for missing operators. * in NPU environment, use CPUPlace for missing operators. * fix TensorCopy bug and add unit test. * fix code style. * add more unit tests.
-
由 Jacek Czaja 提交于
* - fix to #33282 * - Increased threshold for elementwise_mul_bf16 grad * -disabled faulty UT * - fix to approval
-
由 zlsh80826 提交于
* add trt LT version helper * trt8 requires void** to be void* const*
-
由 Leo Chen 提交于
-
由 Zhou Wei 提交于
* Modify the search order of dynamic library * Modify the search order of dynamic library
-
由 zlsh80826 提交于
* add trt LT version helper * remove deprecated nvinfer1::DimsCHW and replace it to nvinfer1::Dims3 * remove deprecated nvinfer1::DimsNCHW and replace it to nvinfer1::Dims4 * update deserialize engine * update to createNetworkV2 * update to createNetworkV2 * update buildWithConfig and remove redundent config settings * replace createNetwork to createNetworkV2 * fix int8 * addMatrixMultiply * remove unnecessary const cast * IBuilder->setInt8Calibrator() is deprecated * auto enable fp16 when using int8 * remove the redundant line
-
由 CtfGo 提交于
As the title
-
- 23 6月, 2021 13 次提交
-
-
由 feng_shuai 提交于
* tmp * pass con_element_add2_act * recover unittests CMakeLists * init pass enhance * fix the attr according to review * repair the attr conv2d * repair axis of elementwise_add * CI-coverage test=allcase * repari some attr * recover batch_norm_act * conv_elementwise_add2_act_fuse
-
由 jakpiase 提交于
* base changes for split op * 90% of split functionality added * full fp32 functionality * added bf16 test * added submemory caching * added bf test to static mode whitelist * minor change * enabled split op for inference * minor fix * minor fix
-
由 wanghuancoder 提交于
* optimize attr default value, test=develop * refine, test=develop * refine, test=develop * refine, test=develop * fix bug in AttrReader, test=develop * fix bug, test=develop * fix double_grad, test=develop * refine, test=develop * refine, test=develop * fix checker null, test=develop * for test, test=develop * refine, test=develop * refine, test=develop * refine, test=develop * refine, test=develop * refine, test=develop * refine, test=develop
-
由 Baibaifan 提交于
-
由 Wangzheee 提交于
-
由 Baibaifan 提交于
-
由 Zhanlue Yang 提交于
-
由 王明冬 提交于
-
由 王明冬 提交于
-
由 limingshu 提交于
-
由 石晓伟 提交于
-
由 wanghuancoder 提交于
* fix bug about deallocating None, test=develop
-
由 Wilber 提交于
-
- 22 6月, 2021 4 次提交
-
-
由 zhangbo9674 提交于
* new api diagonal, test=develop * add new api diagonal, test=develop * new api diagonal, test=develop * add new api paddle.diagonal, test=develop * use framework::stride replace ComputeDimStride * replace cudaMalloc/cudaMemcpy by TensorFormVector in cudaKernel and cudaGradKernel * perfect funciton: when attr(offset) is exceed attr(axis1) or attr(axis2), set the diagonal dim is 0 * fix RP-Mac-CI bug: replace framework::stride() by ComputDimStride. * perfect code-block * perfect code of python API diagonal * api supports dtype of float16 and bool * api supports dtype of float16 and bool * modify unittest code * modify unittest code * perfect dtype describe * perfect code-block
-
由 danleifeng 提交于
-
由 zhiboniu 提交于
-
由 Ren Wei (任卫) 提交于
* using argparse to handle selections * 2 TODOs * 先不更改pipeline配置,这里强制改成GPU版本 * sorted the all_names * exec gpu sample codes tests incrementally * get all apis from the pr.spec file * condition with WITH_GPU WITH_GPU == ON save * delete the useless codes * delete the useless codes. test=document_fix * echo the diff result test=document_fix * dont reuse the variables * rename fun to _func not work. put it into the skiplist https://github.com/PaddlePaddle/Paddle/commit/038ffc795025170e8cda74bcd473b46301b9a1c0 test=document_fix * skip it in check api approvals test=document_fix save * skip the private _variables * print signatures wrong. now rename it to _func test=document_fix
-