- 28 6月, 2021 8 次提交
-
-
由 lyuwenyu 提交于
-
由 lyuwenyu 提交于
-
由 lyuwenyu 提交于
-
由 lyuwenyu 提交于
-
由 lyuwenyu 提交于
-
由 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
-
由 Jiaqi Liu 提交于
-
由 Pei Yang 提交于
* fix trt flatten converter when batch_size > 1 * change ut to same dynamic shape
-
- 25 6月, 2021 4 次提交
-
-
由 IMMORTAL 提交于
* fix random probability * fix random probability
-
由 Wangzheee 提交于
-
由 WangXi 提交于
-
由 chentianyu03 提交于
-
- 24 6月, 2021 9 次提交
-
-
由 zhouzj 提交于
-
由 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
-
由 Aurelius84 提交于
* support type hint * fix unittest
-
由 WeiXin 提交于
* TestSaveLoadLargeParameters use cpu place. * edit unittest
-
由 Jiangxinz 提交于
-
由 Jiangxinz 提交于
-
由 XGZhang 提交于
-
由 CtfGo 提交于
As the title
-
- 23 6月, 2021 4 次提交
-
-
由 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
-
由 kuizhiqing 提交于
* elastic unitest * rename demo
-
由 Baibaifan 提交于
-
由 Zhanlue Yang 提交于
-
- 22 6月, 2021 7 次提交
-
-
由 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 提交于
-
由 Zhen Wang 提交于
-
由 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
-
由 chentianyu03 提交于
* transform complex scale to tensor * add test_case for complex scalar * modify import paddle
-
由 jiangcheng 提交于
-
由 cc 提交于
* dygraph post training quantization * refine the ptq config * refine ptq quantizer
-
- 21 6月, 2021 8 次提交
-
-
由 lidanqing 提交于
* Add oneDNN AXPY handler. * Add fallback for small tensors. * Fix ifdefs * Remove unnecessary namespace prefixes and add missing headers. * Guard handler_axpy with proper ifdefs. * Compilation of this function is possible only when Paddle is not build with CUDA nor HIP. * Move AXPY handler code to separate files. * Use oneDNN AXPY handler in SGD op. * Use axpy handler only when Paddle is built with oneDNN. * Add test for SUM BF16 with big rows. * Fix SFINAE rules for elementwise_add_to. * Add test case for SGD with big rows. * update * update Co-authored-by: NAdam Osewski <adam.osewski@intel.com>
-
由 Yuang Liu 提交于
-
由 zhiboniu 提交于
-
由 WangXi 提交于
-
由 pangyoki 提交于
* use BatchMatMul * replace TensorCopy with ShareDataWith * remove check fp16 grad * fix format * add grad_check * fix grad check
-
由 cc 提交于
* Combine amp and qat * add unit test
-
由 tianshuo78520a 提交于
* del py2 code2 * fix test timeout
-
由 kuizhiqing 提交于
* elastic etcd ready
-