- 15 6月, 2022 3 次提交
-
-
由 zhangkaihuo 提交于
-
由 zhaoyingli 提交于
* use tempfile to place temporary files * update * revert test_communicator * fix test_dist_base
-
由 zhouweiwei2014 提交于
* add some kernel(csr*dense->csr, dense*dense->csr) of SparseTensor matmul * fix CI * fix CI * fix comment * fix comment
-
- 14 6月, 2022 12 次提交
-
-
由 Ruibiao Chen 提交于
* Support sequential run for standalone executor * Add UTs * Fix test_standalone_multiply_write * Remove unnecessary UTs
-
由 cambriconhsq 提交于
-
由 zhaoying9105 提交于
* [MLU]: add elementwise_max mlu kernel * [MLU]: add int32 support for elementwise maxk MLU kernel
-
由 zhaoying9105 提交于
-
由 WangZhen 提交于
* Refine ifelse early return
-
由 yaozhixin 提交于
* update paddle.distributed.launch * add sample code * update shell * fix typo * fix typo * update docs * rm code * fix doc 2 * fix doc 3 * fix doc 4 Co-authored-by: Nroot <root@sgjur-pod004-1.ipu.graphcore.cn>
-
由 Yuang Liu 提交于
-
由 xiongkun 提交于
* change logic for optimize * modifty * optimize the backward speed of EinsumOp * add cache optimizer for einsum op * EinsumOp: fix new dygraph mode error * fix bug * change Cache->InnerCache * fix code * fix * add nan inf utils for einsum op * add as_extra * memory optimizer for einsum * update code
-
由 Zhang Ting 提交于
* fix the bug that _DataLoaderIterMultiProcess use time to generate the seed * use np.random.randint to generate a base seed
-
由 freeliuzc 提交于
-
由 Wilber 提交于
* cmake-lint * update
-
由 zlsh80826 提交于
* Replace np.bool/np.bool8 with np.bool_ * Replace np.object with np.object_ * Replace np.complex with np.complex128 * Replace np.float with np.float64 * Replace np.int with np.int_ * Rerun pre-commit for newer pre-commit configuration * Use builtin bool instead of np.bool_ based on the context
-
- 13 6月, 2022 18 次提交
-
-
由 Chenxiao Niu 提交于
-
由 qipengh 提交于
-
由 WangXi 提交于
-
由 zhoutianzi666 提交于
-
由 津 提交于
-
由 Guanghua Yu 提交于
-
由 zhaoyingli 提交于
* fix fetch list * fix unittest
-
由 Liyulingyue 提交于
* calculate_gain; test=document_fix * Constant; test=document_fix * KaimingNormal; test=document_fix * KaimingUniform; test=document_fix * randint; test=document_fix * squeeze;test=document_fix * argmin; test=document_fix * argmin; test=document_fix * triu; test=document_fix * add_n;test=document_fix * unique; test=document_fix * topk; test=document_fix * squeeze;test=document_fix * randint;test=document_fix * argmin; test=document_fix * constant; test=document_fix * constant; test=document_fix * KaimingNormal; test=document_fix * kaiming; test=document_fix * unique; test=document_fix
-
由 wangguanqun 提交于
* gpups default config and dataset * codestyle * add unittest * code style
-
由 yangguohao 提交于
* 'TripletMarginDistanceLoss' * 'test_file' * '2022_03_27' * 2022-03-31 * 2022-04-05 * 2 * 2022-04-17 * 2022-04-17_2 * 2022-04-17_3 * 2022-04-17_4 * 2022-04-25 * 2022-05-02_V1 * 2022-05-06_V1 * 2022-05-07_V1 * Update loss.py * Update loss.py * Update loss.py * Update loss.py * Update loss.py * Update loss.py * Update loss.py * Update loss.py * Update loss.py * Update loss.py * 2022-06-01_pre-commit * 2022-06-05 * 2022-06-06 * 2022-06-07 * 2022-06-07_V2
-
由 YuanRisheng 提交于
-
由 WangZhen 提交于
* Refine covnert_var_shape in dy2st * Fix UT error * Return paddle.shape only when has_negative and fix test_tensor_shape error * Fix test_jit_save_load error
-
由 Jiabin Yang 提交于
-
由 Jiabin Yang 提交于
* support set_grad_ivar for eager * support set_grad_ivar for eager * support set_grad_ivar for eager
-
由 Ruibiao Chen 提交于
-
由 zhangkaihuo 提交于
-
由 zhangkaihuo 提交于
* use GpuMemcpy and GpuMemset * sparse convert kernel support double dispatch by indices dtype * cudaMemcpyKind->gpuMemcpyKind
-
由 Aurelius84 提交于
* [Dy2Stat]Remove fluid.layers in transformer code * remove useless return_name_vars * fix unittest * fix unittest * fix unittest
-
- 10 6月, 2022 7 次提交
-
-
由 limingshu 提交于
-
由 光明和真理 提交于
-
由 fuyou765 提交于
-
由 YuanRisheng 提交于
* change tensor name * fix unittest bugs
-
由 tiancaishaonvjituizi 提交于
-
由 cambriconhsq 提交于
-
由 Allen Guo 提交于
* add unary ops * move to activation_ops
-