- 05 7月, 2021 4 次提交
-
-
由 pangyoki 提交于
* change Add to AddN in sum npu op * add AddInputNames * change fp16 to fp32 because numpy has accuracy loss in fp16 adding * delete check * fix runner error
-
由 Qi Li 提交于
-
由 Leo Chen 提交于
* enhance error message when x or y is empty in elementwise_op * format code * format code
-
由 limingshu 提交于
-
- 04 7月, 2021 1 次提交
-
-
由 pangyoki 提交于
* delete useless GELU in gelu npu op * add description * fix format * add check_grad in gelu unittest
-
- 02 7月, 2021 3 次提交
-
-
由 XiangGao 提交于
-
由 Wangzheee 提交于
-
由 niuliling123 提交于
-
- 01 7月, 2021 3 次提交
-
-
由 ShenLiang 提交于
* fix safe bug of scatter/scatter_nd
-
由 sunli 提交于
-
由 feng_shuai 提交于
-
- 30 6月, 2021 3 次提交
-
-
由 Li Min 提交于
-
由 jakpiase 提交于
* added matmul_v2 bf16/fp32 FWD kernel added matmul_v2 bf16/fp32 FWD kernel * added formatting * removed some tests due to timeout in CI * refactored tests * merged tests classes into one file * minor change * removed test guard for CUDA * remove skipIf * changes after review * formated one file * minor change * added skipping UT in CUDA place
-
由 zhupengyang 提交于
-
- 29 6月, 2021 2 次提交
-
-
由 taixiurong 提交于
-
由 Leo Chen 提交于
-
- 28 6月, 2021 2 次提交
- 25 6月, 2021 2 次提交
- 24 6月, 2021 4 次提交
-
-
由 pangyoki 提交于
-
由 Jacek Czaja 提交于
* - fix to #33282 * - Increased threshold for elementwise_mul_bf16 grad * -disabled faulty UT * - fix to approval
-
由 Leo Chen 提交于
-
由 CtfGo 提交于
As the title
-
- 23 6月, 2021 9 次提交
-
-
由 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 提交于
-
由 Baibaifan 提交于
-
由 Zhanlue Yang 提交于
-
由 王明冬 提交于
-
由 王明冬 提交于
-
由 limingshu 提交于
-
由 石晓伟 提交于
-
- 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
-
由 zhiboniu 提交于
-
由 niuliling123 提交于
-
由 feng_shuai 提交于
-
- 21 6月, 2021 3 次提交
-
-
由 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>
-
由 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
-