- 08 2月, 2023 1 次提交
 - 
- 
由 Huang Jiyi 提交于
 
 - 
 - 26 10月, 2022 1 次提交
 - 
- 
由 Chen Weihang 提交于
* remove using lodtensor part2 * resolve code format error * resolve conflict * resolve conflict * replace added frameworrk tensor
 
 - 
 - 28 9月, 2022 1 次提交
 - 
- 
由 Chen Weihang 提交于
* remove needless using tensor * remove needless using tensor * resolve conflict * replace tensor using * fix format error * revert needless changing * fix rocm and npu compile error * fix cinn compile error * fix format error * fix mkldnn format error * fix mkldnn format error * fix cinn compile error * fix cinn compile error * fix cinn compile error * resolve conflict
 
 - 
 - 02 7月, 2022 1 次提交
 - 
- 
由 Leo Chen 提交于
* fix init() * delete test_device_context * replace CPUDeviceContext with CPUContext * fix test_scalar * remove dot_op.cc * fix compile
 
 - 
 - 26 6月, 2022 1 次提交
 - 
- 
由 Sing_chan 提交于
 
 - 
 - 05 6月, 2022 1 次提交
 - 
- 
由 Sing_chan 提交于
 
 - 
 - 20 2月, 2022 1 次提交
 - 
- 
由 Chen Weihang 提交于
* rename pten dir to phi * rename namespace to phi * rename infrt pten dir to phi * resolve conflict * rename pten to phi in cmake * revert all infrt change * change needed files * fix infrt failed * fix inference failed
 
 - 
 - 19 2月, 2022 1 次提交
 - 
- 
由 Aurelius84 提交于
* Unify paddle/pten::framework::ddim into pten::ddim * fix paddle namespace * compile sucessfully * fix npu src file * fix conflict * fix conflict * fix tensorrt compiler error * fix conflict * fix conflict * fix tesst file conflict * fix conflict * fix mlu file conflict * fix mlu file conflict * fix cinn header file conflict * fix conflict * fix conflict * fix conflict * fix conflict
 
 - 
 - 21 1月, 2022 2 次提交
 - 
- 
由 chentianyu03 提交于
 - 
由 Wilber 提交于
* add cpu_context. * update * update * update * update * update * fix ci problem * fix npu ci problem * update * fix ci compile
 
 - 
 - 18 1月, 2022 1 次提交
 - 
- 
由 Zhanlue Yang 提交于
* Merged LoDTensor with Tensor,test=allcases * Patched python level LoDTensor * Patched python level LoDTensor * Merge Tensor into DenseTensor * Fixed namespace issues,test=allcases * Fixed merge issues * Fixed inference issues * Fixed NPU test issues * Fixed merge issues
 
 - 
 - 15 1月, 2022 1 次提交
 - 
- 
由 Zhanlue Yang 提交于
* Merged LoDTensor with Tensor,test=allcases * Patched python level LoDTensor * Fixed example code failure * Polished function names, removed duplicated forward declarations
 
 - 
 - 10 1月, 2022 2 次提交
 - 
- 
由 Zhanlue Yang 提交于
* Added shared_ptr<Allocation> member & corresponding interfaces to Storage * Removed original pten::Allocation from Storage and adjusted the interfaces accordingly * Fixed issues with storage offset * Used place to malloc allocation for TensorStorage * [Unify Tensors PR #3]Ported framework::Tensor interfaces to pten::DenseTensor * Fixed issues with place * Added comments * Moved mutable_data with stream argument to DenseTensor * Added set_offset interface * Fixed CI issues,test=allcases * [Unify Tensors PR #4] Port LoDTensor interfaces to DenseTensor * Removed friend class EigenTensor/EigenMatrix/EigenVector from Tensor * Modified framework::Tensor to inherit from DenseTensor * Reverted changes too pten_layout() interface * Removed friend classes * Rearranged cfunction calls from tensor.data<void>() to tensor.data() * Fixed CI issues * Fixed lite issues * Fixed data() interface issues,test=allcases * Resolved IsInitialized() issues * Fixed ResetHolder() issues * Fixed MKLDNN & Storage issues * Resolved ShareBufferWith() issues * Fixed LoD issues * Removed interfaces & members from lod_tensor,test=allcases
 - 
由 Zhanlue Yang 提交于
* Added shared_ptr<Allocation> member & corresponding interfaces to Storage * Removed original pten::Allocation from Storage and adjusted the interfaces accordingly * Fixed issues with storage offset * Used place to malloc allocation for TensorStorage * [Unify Tensors PR #3]Ported framework::Tensor interfaces to pten::DenseTensor * Fixed issues with place * Added comments * Moved mutable_data with stream argument to DenseTensor * Added set_offset interface * Fixed CI issues,test=allcases * [Unify Tensors PR #4] Port LoDTensor interfaces to DenseTensor * Removed friend class EigenTensor/EigenMatrix/EigenVector from Tensor * Modified framework::Tensor to inherit from DenseTensor * Reverted changes too pten_layout() interface * Removed friend classes * Rearranged cfunction calls from tensor.data<void>() to tensor.data() * Fixed CI issues * Fixed lite issues * Fixed data() interface issues,test=allcases * Resolved IsInitialized() issues * Fixed ResetHolder() issues * Fixed MKLDNN & Storage issues * Resolved ShareBufferWith() issues * Fixed LoD issues
 
 - 
 - 09 6月, 2021 1 次提交
 - 
- 
由 WeiXin 提交于
* support state_dict save to memory. * Perfect unittest * perfect unittest. * suport saving binary var to memory * polish code. * packag save/load files into pybind/io.py * polish code . * add example for save to memory; remove useless save load function(_load_static_dict,_save_dygraph_dict) * delete _load_static/dygraph_dict;_save_static/dygraph_dict * edit example of paddle.save/load
 
 - 
 - 22 4月, 2021 1 次提交
 - 
- 
由 WeiXin 提交于
* support save/load binary format tensor * Fix error when create cudaplace * Fix error when create cudaplace * Fix error when create cudaplace * get devive context from pool. * move define of 'SerializeToStream' and 'DeserializeFromStream' to 'lod_tensor.cc' and 'selected_rows.cc'. * improve coverage. * improve coverage. * polish API * deal with conflict * disable save/load large file in unnittest * split unnittest.
 
 - 
 - 21 4月, 2021 1 次提交
 - 
- 
由 wuhuanzhou 提交于
* remove thrust includes, test=develop * fix compilation error, test=develop * fix compilation of truncated_gaussian_random_op, test=develop
 
 - 
 - 26 2月, 2021 1 次提交
 - 
- 
由 Qi Li 提交于
 
 - 
 - 24 9月, 2020 1 次提交
 - 
- 
由 wanghuancoder 提交于
* use iwyu clean include, test=develop, test=win * compilation error, test=develop * fix compilation error2, test=develop * fix compilation error3, test=develop * fix compilation error4, test=develop * fix compilation error5, test=develop * fix compilation error6, test=develop * fix compilation error7, test=develop * fix compilation error8, test=develop * fix compilation error8, test=develop * fix compilation error10, test=develop * fix compilation error11, test=develop
 
 - 
 - 28 7月, 2020 1 次提交
 - 
- 
由 Chen Weihang 提交于
* polish framework error message part3 * polish details * fix error message print error
 
 - 
 - 12 12月, 2019 1 次提交
 - 
- 
由 tangwei12 提交于
* add fake init for the trainer, fix large memory hold in the trainer * do not merge recv vars from a remote endpoint, test=develop * add recv and save op, merge slice var in one op, save memory * remove hsigmoid with pull sparse, test=develop
 
 - 
 - 19 8月, 2019 1 次提交
 - 
- 
由 Zeng Jinle 提交于
 
 - 
 - 20 4月, 2019 1 次提交
 - 
- 
由 Yibing Liu 提交于
* Support seq len equal to 0 in sequence ops test=develop * Add more test cases * Fix some comments test=develop * Fix py3 error test=develop
 
 - 
 - 28 9月, 2018 1 次提交
 - 
- 
由 Yu Yang 提交于
Use OO style to rewrite memory allocation.
 
 - 
 - 17 7月, 2018 1 次提交
 - 
- 
由 yuyang18 提交于
 
 - 
 - 15 6月, 2018 1 次提交
 - 
- 
由 Kexin Zhao 提交于
* add lod_tensor util and modify pybind * refind pybind LoDTensor API and modify LoDTensor and DataFeeder test * fix test error * fix detection map op test * fix reorder_lod_tensor test * fix seq_concat_op * fix chunk evel op test * fix target assign op * fix warp ctc op * address comments step 1: reverse reset_lod op * step 2: modify op test * add warning message * remove has_valid_lod * add back has_valid_lod * address comments * add exception catching trial
 
 - 
 - 11 4月, 2018 1 次提交
 - 
- 
由 fengjiayi 提交于
 
 - 
 - 04 4月, 2018 1 次提交
 - 
- 
由 Xin Pan 提交于
 
 - 
 - 07 3月, 2018 1 次提交
 - 
- 
由 Yu Yang 提交于
Make vec<Tensor> can be serialized to RecordIO
 
 - 
 - 15 2月, 2018 1 次提交
 - 
- 
由 Yi Wang 提交于
* Update tensor_util.h * Update with moved TensorDesc * Fix tensur_utils.cu * Update * Update * Update * Update * Make tensor_util.cu a symbolic link
 
 - 
 - 12 2月, 2018 1 次提交
 - 
- 
由 qingqing01 提交于
 
 - 
 - 10 2月, 2018 2 次提交
 - 08 2月, 2018 1 次提交
 - 
- 
由 Yu Yang 提交于
 
 - 
 - 06 2月, 2018 2 次提交
 - 05 2月, 2018 2 次提交
 - 31 1月, 2018 1 次提交
 - 
- 
由 dzhwinter 提交于
* "Need to re-design LoD " * "add lod design" * "fix lod gpu ptr pointer" * "removed commented code" * "fix CI" * "remove set lod in pybind" * "fix style check" * "fix CI" * "fix long type template error" * "pybind reorder to use Place" * "fix ci" * "fix ci" * fix ci * "sperate as a new file" * "fix CI" * "fix ci" * small fix * "add test" * "fix adam op" * "fix lstmp op" * "fix adam op" * "follow comments" * "fix ci"
 
 - 
 - 17 1月, 2018 1 次提交
 - 
- 
由 Yan Chunwei 提交于
 
 -