- 28 6月, 2023 21 次提交
-
-
由 LokeZhou 提交于
-
由 JZ-LIANG 提交于
-
由 RedContritio 提交于
-
由 winter-wang 提交于
-
由 zhaoyingli 提交于
* add gc for multi jobs * fix job.h * update OpInfo to OpInOutInfo * update get_skip_gc_vars algo order
-
由 lijin23 提交于
* add int_with_ll to conv * fix bugs when output_size is specified for conv2d_transpose
-
由 hong 提交于
* add fetch kernel * support fetch var in new ir * fix bug * polish code * change array equal to np.testing * support feed in new ir * fix bug * try to hack combine op * add scope guard * revert atan2 op * polish code * fix vector type bug * modify feed data type
-
由 zqw_1997 提交于
* demo1 * add test cases * modify the usage of StepDecay * refine
-
由 LoneRanger 提交于
* replace PiecewiseDecay(LearningRateDecay) with PiecewiseDecay(LRScheduler) * fix bug * fix bug * replace the StepDecay,MultiStepDecay,LambdaDecay with 2.0 version
-
由 risemeup1 提交于
-
由 Siming Dai 提交于
* add pos_weight in kernel * fix unittest * fix xpu * fix bce unittest, change infermeta order
-
由 ronnywang 提交于
* [ROCM] fix cupti, hipcub * update * update
-
由 6clc 提交于
* test=cinnunit * test=cinnunit * sync to develop of cinn * test=cinnunit * test=cinnunit
-
由 XiaociZhang 提交于
* [kunlun] fix the dataloader problem in RDMA env When running multi-machine training with Paddle DataLoader, an unexpected segmentfault will be raised in DataLoader Process, where the traceback goes all back to a runtime error that dataloader workers exit unexpectedly. Similar problems have been discussed that lead to a misbehavior of OpenCV working in multiprocessing environment. See https://stackoverflow.com/questions/54013846/pytorch-dataloader-stucked-if-using-opencv-resize-method * code style * fix 'RuntimeError: context has already been set' * Update dataloader_iter.py spawn method raise error 'Can't pickle local object' in some situations * code format check * code style
-
由 LiYuRio 提交于
-
由 kangguangli 提交于
* complement ir type * fix ir_printer
-
由 XiaociZhang 提交于
* [XPU] fix compile issue for XPTI * bugfix * bugfix
-
由 Yiqun Liu 提交于
-
由 bukejiyu 提交于
* add einsum layer
-
由 QingshuChen 提交于
-
由 winter-wang 提交于
-
- 27 6月, 2023 19 次提交
-
-
由 winter-wang 提交于
-
由 Wangzheee 提交于
* Enhance the shape check of trt_embedding_eltwise_layernorm_fuse_pass, embedding_eltwise_layernorm_fuse_pass
-
由 Charles-hit 提交于
-
由 lishicheng1996 提交于
* block bf16 tests on ROCM * block more bf16 tests on ROCM * some unittest cases doesn't have kernels on ROCm * some unittest cases doesn't have kernels on ROCm * fix code style
-
由 zhangyuqin1998 提交于
* delete swish_raw * fix * Update activation_kernel.cc * fix
-
由 xiaoguoguo626807 提交于
* modify eular_beam * modify matmul infermeta * add test * modify timeout
-
由 risemeup1 提交于
-
由 JZ-LIANG 提交于
* base rule * add sharidng merge * add sharidng axis merge * define unified data class for inferencing dist_attr * test wrap DistTensorSpec in dygraph mode * matmul main logic done * define unified data class for inferencing dist_attr --------- Co-authored-by: NYichen Zhang <zhangyichen03@baidu.com>
-
由 lzydev 提交于
-
由 xinxinZi 提交于
-
由 LoneRanger 提交于
* remove the CosineDecay in fluid * Update test_basic_api_transformation.py
-
由 LoneRanger 提交于
* remove the NaturalExpDecay in fluid * fix bug * remove the ExponentialDecay in fluid * remove the InverseTimeDecay in fluid * remove the InverseTimeDecay class * fix bug
-
由 ykkk2333 提交于
-
由 TaoTao Li 提交于
* add all_to_all phi operator, kernel, api * add all_to_all ut * tinyfix
-
由 周周周 提交于
-
由 6clc 提交于
* feat(cmake): add cmake of cinn * feat(cmake): add cmake of cinn python test * feat(cmake): add jit * feat(cmake): test/CMakeList.txt * feat(cmake): rebase to develop * feat(cmake): remove some flags * fix(cmake): fix cinn's gflags depends * feat(cmake): add ci scripts of cinn * feat(cmake): copy code of cinn * fix(cmake): fix cinn third_party model path * gflags dynamic dependce * fix ci build_demo * tmp update to c++17 of cinn-only test * fix cinn only with c++17
-
由 Wilber 提交于
-
由 zhupengyang 提交于
-
由 hong 提交于
* add kernel dialect * change DenseTensorTypeStorage to DenseTensorType * add test case` * add first pd_op to kernel dialect * lower pd op to kernel dialect * update * update * remove useless code * add attrite print test * fix bug * update * update * update * update * polish code * fix bug * polish code and add python test * add test * fix test error * add env flag * fix bug * revert test env * change cc_test_old to cc_test * fix build_static bug * fix type test error * udpate cmake * disable test in windows * update * update * fix bug * split file * fix conflict * polish code and fix conflict * support place transformer * finish bug * add gpu flags * fix with cuda macro * update * add scope guard * polish code
-