- 27 1月, 2022 1 次提交
-
-
由 Thunderbrook 提交于
* compile for afs api * with pslib
-
- 25 1月, 2022 2 次提交
-
-
由 yaoxuefeng 提交于
-
由 Weilong Wu 提交于
* Added selected_rows and rw_lock to pten * Renamed the unit test target to fix CI * Removed Class SelectedRows in Fluid, changed include/cmake relationship, use pten::SelectedRows in Fluid * Remove rw_lock.h,rw_lock_test.cc in fluid * Use pten::RWLock and pten::AutoRDLock, fix CI * Use pten::SelectedRows * Use pten::SelectedRows * Fix to pass NPU CI * Use pten::SelectedRows, to pass NPU CI * To fix NPU CI * To fix NPU CI again
-
- 18 1月, 2022 1 次提交
-
-
由 zmxdream 提交于
* update * fix ps_gpu_wrapper. test=develop * fix ps_gpu_wrapper. test=develop
-
- 17 1月, 2022 1 次提交
-
-
由 Wilber 提交于
* add pten::Place data structure. * update ci problem * fix ci problem * update * using platform::Place=pten::Place * remove BOOST_GET_CONST for CPUPlace and GPUPlace * compile pass 25%. * compile pass 45% * compile pass 60% * remove boost_get for xpu npu mlu and ipu * compile pass on cpu and gpu. * fix compile problem * fix compile error. * update * fix ci problem * update * ci approve * fix ci problem * fix ci eager test problem * remove BOOST_GET_CONST * fix npu compile
-
- 10 1月, 2022 2 次提交
-
-
由 yaoxuefeng 提交于
-
由 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
-
- 04 1月, 2022 1 次提交
-
-
由 yaoxuefeng 提交于
heter context support dynamic mf dim
-
- 31 12月, 2021 1 次提交
-
-
由 zmxdream 提交于
-
- 29 12月, 2021 2 次提交
-
-
由 yaoxuefeng 提交于
add hashtable dynamic mf support
-
由 yaoxuefeng 提交于
add dynamic mf size api
-
- 23 12月, 2021 1 次提交
-
-
由 yaoxuefeng 提交于
add mem pool
-
- 20 12月, 2021 1 次提交
-
-
由 石晓伟 提交于
-
- 16 12月, 2021 1 次提交
-
-
由 danleifeng 提交于
* trainer_device fix and checknan tool for psgpu;test=develop * disable show_one_table;test=develop
-
- 03 12月, 2021 1 次提交
-
-
由 ronnywang 提交于
* refine structure for cuda and rocm * update * update * update * update
-
- 29 11月, 2021 2 次提交
-
-
由 Thunderbrook 提交于
* auc temp * cuballocator * code format * code format
-
由 xiaoxiao-luomu 提交于
-
- 17 11月, 2021 1 次提交
-
-
由 danleifeng 提交于
-
- 16 11月, 2021 1 次提交
-
-
由 danleifeng 提交于
-
- 08 11月, 2021 1 次提交
-
-
由 Thunderbrook 提交于
* add refrence * format
-
- 26 10月, 2021 1 次提交
-
-
由 xiongkun 提交于
* In cpu parallel using gloo, add various length support for SelectedRows * fix bug * fix bugs * fix by code review * remove timeout
-
- 21 10月, 2021 1 次提交
-
-
由 xiongkun 提交于
-
- 20 10月, 2021 1 次提交
-
-
由 danleifeng 提交于
* split into PreBuildTask and BuildPull; slove endpass bug;test=develop * change buildcpu into prebuild and buildcpu into build;test=develop
-
- 19 10月, 2021 1 次提交
-
-
由 danleifeng 提交于
-
- 11 10月, 2021 1 次提交
-
-
由 yaoxuefeng 提交于
-
- 30 9月, 2021 1 次提交
-
-
由 yaoxuefeng 提交于
-
- 27 9月, 2021 1 次提交
-
-
由 xiaoxiao-luomu 提交于
* gloo hdfs set check & gloo connect retry * add vlog * print gloo connect addr & add vlog * . * modify vlof * modify vlog * modify vlog
-
- 26 9月, 2021 1 次提交
-
-
由 Thunderbrook 提交于
* set file_num in one shard * format
-
- 22 9月, 2021 1 次提交
-
-
由 Tomasz Socha 提交于
* Fix copy elision warning * Remove redundand code
-
- 14 9月, 2021 1 次提交
-
-
由 yaoxuefeng 提交于
-
- 07 9月, 2021 1 次提交
-
-
由 yaoxuefeng 提交于
-
- 01 9月, 2021 1 次提交
-
-
由 Thunderbrook 提交于
* merge dense * log level * tensor copy sync * format
-
- 16 8月, 2021 1 次提交
-
-
由 Fan Zhang 提交于
-
- 05 8月, 2021 1 次提交
-
-
由 chentianyu03 提交于
* replace boost::algorithm::ends_with with self define ends_with function * remove BOOST macro in certain operators * remove boost::lexical_cast * add test for string_helper * add more test case for string_helper * modify join_string func and test case * fix build_strategy_test failed bug * remove string_helper_test from parallel_UT_rule.py
-
- 26 7月, 2021 1 次提交
-
-
由 danleifeng 提交于
* psgpu:edit cuda remote_streams; test=develop
-
- 19 7月, 2021 1 次提交
-
-
由 yaoxuefeng 提交于
-
- 16 7月, 2021 1 次提交
-
-
由 Fan Zhang 提交于
-
- 15 7月, 2021 1 次提交
-
-
由 danleifeng 提交于
-
- 06 7月, 2021 1 次提交
-
-
由 danleifeng 提交于
* pipeline adaptive for heterps;test=develop * fix finalize hang;test=develop * add is_compiled_with_heterps for dataset;test=develop * fix hashtable core when pass ins_num=0;test=develop
-
- 05 7月, 2021 1 次提交
-
-
由 danleifeng 提交于
* fix hdfs and fleet_util for supporting save/load infer;test=develop
-