- 27 12月, 2021 1 次提交
-
-
由 Zhanlue Yang 提交于
Revert "[Unify Tensors PR #1] Replaced pten::Allocation with shared_ptr<memory::Allocation> for Storage (#38301)" This reverts commit 42cf2bee.
-
- 26 12月, 2021 1 次提交
-
-
由 Zhanlue Yang 提交于
* Replaced pten::LoD with paddle::framework::LoD * Overrided CPUVector with CUDAVector * Refactored paddle::framework::Vector
-
- 24 12月, 2021 1 次提交
-
-
由 Zhanlue Yang 提交于
[Unify Tensors PR #1] Replaced pten::Allocation with shared_ptr<memory::Allocation> for Storage (#38301) * 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
-
- 23 12月, 2021 1 次提交
-
-
由 石晓伟 提交于
* updates the pten allocation, test=develop * avoids an error message, test=develop
-
- 22 12月, 2021 1 次提交
-
-
由 Chen Weihang 提交于
-
- 14 12月, 2021 1 次提交
-
-
由 YuanRisheng 提交于
-
- 24 11月, 2021 1 次提交
-
-
由 Chen Weihang 提交于
* standarded unittest namespace * fix detail error
-
- 19 11月, 2021 1 次提交
-
-
由 zyfncg 提交于
* rename TensorBase interface data_type() to dtype() * rename type to dtype of TensorMeta * merge the code * merge the code * fix the problem when merge conflict
-
- 17 11月, 2021 2 次提交
- 16 11月, 2021 1 次提交
-
-
由 石晓伟 提交于
-
- 15 11月, 2021 1 次提交
-
-
由 Chen Weihang 提交于
* move extension into pten [no-verify] * append tensor methods by ext_tensor [no-verify] * append other tensor methods [no-verify] * ext related files tidy [no-verify] * include relation tidy [no-verify] * add pten tensor test [no-verify] * replace tensor in custom op & compile success * refine tensor constructor for unittest * custom relu jit run success * fix all custom op unittests * add inference cmake adapt [no-verify] * fix failed unittests * fix windows failed unittests * try to fix kunlun and inference failed * fix test_elementwise_api error * try to fix win compile failed * fix kunlun fp16 type error * remove useless haddle error macro * add custom linear op test * fix compile failed & add win symbols * fix non pten kernel cast failed * add dll decl for api * polish several deetails * polish details by review comment * add dll_decl for register
-
- 12 11月, 2021 2 次提交
- 05 11月, 2021 1 次提交
-
-
由 Chen Weihang 提交于
* organize pten unitests * fix detail errors
-
- 02 11月, 2021 1 次提交
-
-
由 石晓伟 提交于
-