PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
COMMITS
/ python/paddle/base/dygraph/tensor_patch_methods.py March 25, 2026
A
[API Compatibility] Add param alias for `paddle.Tensor.cuda()` (#78294)
ALGO1832 committed
March 13, 2026
March 10, 2026
A
add tensor method is_cpu (#78224)
ALGO1832 committed
February 18, 2026
N
[CodeStyle][DocFormat][101] Use `pycon` marker in dygraph/vision docstrings (#77963)
Nyako Shigure committed
January 29, 2026
C
[CodeStyle][Xdoctest] change python to pycon (#77493)
cyberslack_lee committed
January 27, 2026
December 11, 2025
N
[DLPack][CINN] Fix behavior when pass `stream` to `__dlpack__` (#76840)
Nyakku Shigure committed
December 9, 2025
N
[DLPack][TVM FFI] Rename C exchange API to `__dlpack_c_exchange_api__` (#76828)
Nyakku Shigure committed
December 3, 2025
F
fix .cuda bug in custom_device (#76755)
fxyfxy777 committed
December 2, 2025
F
[Compat] .cuda for custom device (#76576)
fxyfxy777 committed
November 30, 2025
N
[DLPack][TVM FFI] Return `PyCapsule` in `__c_dlpack_exchange_api__` in tvm ffi 0.1.4+ (#76673)
Nyakku Shigure committed
November 18, 2025
F
[Compat] tensor_device (#76436)
fxyfxy777 committed
November 3, 2025
Z
fix to_sparse_coo, to_sparse_csr (#76076)
zzm committed
October 15, 2025
N
[DLPack] Bump DLPack to v1.2 and implement C functions exchange API (#75650)
Nyakku Shigure committed
September 19, 2025
S
Add paddle.base.core.set_vlog_level api (#75368)
SUN Dong committed
September 18, 2025
September 17, 2025
N
[DLPack] Bump dlpack to v1.1 and follow the latest array API standard (#75205)
Nyakku Shigure committed
September 11, 2025
A
[API Compatibility] add `paddle.Tensor.get_device` (#75154)
Ayakouji committed
N
[TVM FFI] Support `__tvm_ffi_env_stream__` protocol (#75193)
Nyakku Shigure committed
September 8, 2025
Z
[API compatibility] Support Tensor.to (#75055)
Zero Rains committed
September 5, 2025
Z
[API compatibility] Add Tensor.is_cuda and paddle.Size (#75043)
zhanghonggeng committed
September 4, 2025
C
add paddle.Tensor.clamp and paddle.Tensor.itemsize (#75027)
cyy536 committed
August 30, 2025
H
[API Compatiblity] Add more coverage (#74949)
HydrogenSulfate committed
August 19, 2025
G
[CodeStyle] `black -> ruff format` migration - part 24 (#74709)
gouzil committed
July 30, 2025
X
【stride】update copy and set_value support stride input/output (#74271)
xiaoguoguo626807 committed
July 18, 2025
E
[PHI] Optimize List/Combined Slice Performance (#73936)
Eddie-Wang committed
June 12, 2025
X
【set_value】temp fix Set tensor cuda error (#73251)
xiaoguoguo626807 committed
June 4, 2025
X
【dygraph】Set value fp8 (#73052)
xiaoguoguo626807 committed
May 12, 2025
C
Update tensor_patch_methods.py (#72659)
co63oc committed
April 15, 2025
X
Update tensor_patch_methods.py (#72246)
xiaoguoguo626807 committed
December 20, 2024
H
reduce unnecessary GpuMemGetInfo call by strict cuda copy condition (#70359)
HydrogenSulfate committed
December 7, 2024
N
[CodeStyle][UP031] Use f-string instead of percent format in some framework dirs (part20) (#70031)
Nyakku Shigure committed
December 5, 2024
L
【SCU】【Paddle Tensor No.11】新增 `Tensor.__dlpack__()` (#69781)
Li Dinghao committed
November 27, 2024
Z
[Paddle Tensor No.12][BUPT] 新增 Tensor.__dlpack_device__ (#69632)
ZHOU05030 committed
November 13, 2024
C
[Lod][fluid_ops] LOD_TENSOR (#69341)
co63oc committed
October 28, 2024
October 23, 2024
H
[Python array API standard] Support Tensor.mT in eager/static mode (#68833)
HydrogenSulfate committed
October 15, 2024
H
[eager Tensor] Update type hint for `Tensor.__format__` and add unittest (#68694)
HydrogenSulfate committed
October 14, 2024
H
support __format__ for 0-D tensor (#68677)
HydrogenSulfate committed
October 10, 2024
M
[Typing] 生成 `tensor.pyi` 时添加 `overload` 的方法 (#68598)
megemini committed
September 16, 2024
H
[Refine] Refine `__cuda_array_interface__` (#68227)
HydrogenSulfate committed
September 14, 2024
H
[API] Add `__cuda_array_interface__` for eager Tensor (#68192)
HydrogenSulfate committed
August 30, 2024
R
fix numpy2.1 bug when python >=3.10 (#67700)
risemeup1 committed
August 20, 2024
X
Fix pipeline parallel error of using tensor method item (#67441)
XiangGao committed
August 13, 2024
August 9, 2024
August 8, 2024
N
[CodeStyle][black] Bump black to 2024 style (#67158)
Nyakku Shigure committed
August 6, 2024
S
Make set_value early return (#66970)
sneaxiy committed
July 20, 2024
G
[PIR] support `Value.to` (#66003)
gouzil committed
June 29, 2024
N
[Typing][TCH001] Move annotation only imports under `TYPE_CHECKING` (part2) (#65561)
Nyakku Shigure committed