- 28 1月, 2023 2 次提交
-
-
由 LiYuRio 提交于
-
由 GGBond8488 提交于
* fix xpu unitest error * fix xpu unitest error
-
- 26 1月, 2023 1 次提交
-
-
由 张春乔 提交于
* fix div 0 error of fftfreq * fix div 0 error of fftfreq * bug fix * add 'n' value check
-
- 25 1月, 2023 1 次提交
-
-
由 limingshu 提交于
Co-authored-by: Nzhangbopd <1299246947@qq.com>
-
- 20 1月, 2023 5 次提交
-
-
由 Jiabin Yang 提交于
-
由 jakpiase 提交于
* fix for matmul_grad * another fix for matmul_grad * fix
-
由 sprouteer 提交于
-
由 jameszhang 提交于
* update xccl lib & use native Reduce in dygraph * minor
-
由 GGBond8488 提交于
* replace paddle.fluid.layers.data and remove io.data * partial commit * partial commit * partial commit * partial commit * partial commit * partial commit * remove data in fluid.layers.io.__all__ * fix errors * fix unitests * fix unitest * fix unitests * fix unitest * fix unitest * fix unitests * fix unitest * fix test_layers unitests * fix typro * fix unitest * fix unitest * fix unitest * fix typro * fix unitest test_model_cast_to_bf16 * fix test_reducescatter * fix collective unitest * fix collective unitests * fix collective unitests * add coverage * fix add layers.data * re run ci * fix some typro * fix samplecode error * fix samplecode error
-
- 19 1月, 2023 6 次提交
-
-
由 Feiyu Chan 提交于
-
由 heliqi 提交于
* fix queeze_ bug * fix slove use squeeze_kernel * fix slove use squeeze_kernel * fix slove use squeeze_kernel * add test case
-
由 xiaoguoguo626807 提交于
* modify name * merge develop * fix param * fix exp gen bug * fix sum_grad * comment
-
由 jameszhang 提交于
* [KUNLUN] add op: maxpool_with_index * use DeviceContext::Alloc() instead of DenseTensor::mutable_data() * fix file format * solve clip unittest failure * minor fix * Revert "solve clip unittest failure" since the issue is fixed in #49535 This reverts commit 1127adc66e79afe35ac3c00bb34e6aaa7cd7d78b. * align with xdnn on the definition of mask in max_pool_with_index * minor
-
由 zqw_1997 提交于
-
由 heliqi 提交于
* support PaddlePaddle Backend on Triton * fix test cases * fix Codestyle * add test case * add test case
-
- 18 1月, 2023 17 次提交
-
-
由 Sławomir Siwek 提交于
* extract fuse pass logic to header file * adjust namespaces * Update paddle/fluid/framework/ir/mkldnn/activation_onednn_fuse_pass.h update date Co-authored-by: NTomasz Socha <tomasz.socha@intel.com> * add inline remove static Co-authored-by: NTomasz Socha <tomasz.socha@intel.com>
-
由 MarDino 提交于
* add align check * refine
-
由 wenbin 提交于
* fix cast issue * add ut
-
由 zhouweiwei2014 提交于
* [Zero-Dim] support input 0D for paddle.moveaxis/quantile * fix CI
-
由 RuohengMa 提交于
* add reduce_sum_int64 and reduce_sum_int8 xpu kernels * [PHI] add clip grad kernel with support type float32 and int32 * [PHI unittest] add clip_grad unit test * adapt code to clang-format * update xpu api output with clip_grad api * remove int8 support of reduce_sum xpu kernel since it can not pass unit tests * adapt license date, add code for XPUDataType convertion * add int8 support of reduce_sum * add reduce_sum unit tests for dtype int64, int8, and add more test cases * update license date * remove buggy bitwise and, or and xor xpu kernels, refine bitwise not xpu kernel * change license date
-
由 heliqi 提交于
* add unsqueeze test case * add unsqueeze xpu test case * fix unsqueeze test case * fix unsqueeze test case * fix unsqueeze test case * fix unsqueeze test case * add retain_grads
-
由 houj04 提交于
-
由 Huihuang Zheng 提交于
Modify English Doc of ControlFlow APIs for Scalar Tensor Corresponding Chinese Doc PR: https://github.com/PaddlePaddle/docs/pull/5588
-
由 heliqi 提交于
* support paddle.t 0d tensor * fix paddle.t test case * merge from develop
-
由 jameszhang 提交于
-
由 Qi Li 提交于
-
由 wawltor 提交于
* Add the cumsum 0d tensor * xpu and cpu judge the 0d tensor * change to 2022 to 2023 in new commit * fix the reverse logic
-
由 Zhang Zheng 提交于
-
由 LiYuRio 提交于
-
由 Leo Chen 提交于
-
由 jameszhang 提交于
* revert to use default XPU stream for computing XPUContext now has a null stream by default. If you want to use a separate stream (e.g. in async collective communication), you should create a dedicated XPUContext and invoke its XPUContext::CreateStream() * minor
-
由 Huihuang Zheng 提交于
Followed PR https://github.com/PaddlePaddle/Paddle/pull/49842 , added Digraph and Shape unit test for `case` and `switch_case`. This PR only contained test changes because `case` and `switch_case` call `cond`. The PR https://github.com/PaddlePaddle/Paddle/pull/49842 has already solved the 0d tensor support.
-
- 17 1月, 2023 8 次提交
-
-
由 Zhang Zheng 提交于
* [Zero-Dim] Support input 0D Tensor for masked_select
-
由 Jiabin Yang 提交于
* add test for composite with dy2st * add more log
-
由 zhangbo9674 提交于
* refine munmap freq for ref_cnt_mmap_allocator * add shm reuse logic * fix compile bug * fix compile bug * fix bug of file refcount * fix compile bug * fix compile bug * refine code for delete shm case * polish code * refine shm cache pool size setting logic * set buffer is 2 * refine shm cache size logic * refine max shm cache * refine shm cache size
-
由 xiongkun 提交于
* rebase merge * code fix * fix bugs
-
由 Chang Xu 提交于
-
由 Paulina Gacek 提交于
* reshape_transpose_matmul_pass_tester rewritten * matmul_transpose_reshape_pass_tester rewritten * mkldnn to onednn
-
由 yeliang2258 提交于
* add zero dims test * update code * fix zero dims * update code
-
由 pangyoki 提交于
* new exe supports CUDA Graph * fix * fix * fix * fix FLAGS_use_stream_safe_cuda_allocator in unittest * insert output of coalesce_tensor op to skip_gc_var * fix
-