Commit Graph

1512 Commits (be04d99fe499c32899a93a7ea04bfcd8b2c48437)

Author SHA1 Message Date
Qiao Longfei e65cbd3b06
Merge pull request #14387 from jacquesqiao/lookup_sparse_table_add_test_mode
7 years ago
Zeng Jinle 7066b3850a
Merge pull request #14395 from sneaxiy/fix_num_threads_in_fast_pe
7 years ago
Yan Chunwei 9f252e0032
Combine Inference Analysis with IR (#13914)
7 years ago
baojun-nervana 51a538e055 Fix style and use enum
7 years ago
Zeng Jinle 38d32c98b8 merge develop
7 years ago
sneaxiy eb18d532a5 fix num_threads in fast_pe
7 years ago
Qiao Longfei 51f3838f96 add log for not exist code
7 years ago
Qiao Longfei 7aa8b2ccf2 optimize code
7 years ago
Qiao Longfei 8d205c853c add is_test for lookup_sparse_table
7 years ago
baojun-nervana ea3538d8dd Added fused operator
7 years ago
Xin Pan 759ffca423 some improvements
7 years ago
Xin Pan 99dffb91d6 allow to repeatedly share and update BuildStrategy
7 years ago
Tao Luo 6c32945556
Merge pull request #14372 from luotao1/speedup_analysis
7 years ago
Tao Luo 668ae523d2 speedup DetectPatterns
7 years ago
Yan Chunwei 9a6e239281
fix mac graph detector sort (#14356)
7 years ago
peizhilin 1b75fd2236 revert
7 years ago
peizhilin 7840d181c9 fix style issue
7 years ago
peizhilin dc339b78d7 fix code style
7 years ago
sneaxiy d231e55065 merge develop
7 years ago
peizhilin e23061e0dc Merge remote-tracking branch 'upstream/develop' into windows/build
7 years ago
chengduo 6c6e638550
Add InferVarType for some op (#14201)
7 years ago
peizhilin ca60e1d34d Merge remote-tracking branch 'upstream/develop' into windows/build
7 years ago
peizhilin d08334011a fix merge issue
7 years ago
peizhilin 52f7644f53 Merge remote-tracking branch 'upstream/develop' into windows/build
7 years ago
qingqing01 abe209234f
Exhaustive search for cuDNN conv. (#14286)
7 years ago
Yu Yang fdc689142c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rewrite_allocation
7 years ago
minqiyang 87450b9ad4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_vlog
7 years ago
peizhilin dcfab11193 merge from develop
7 years ago
peizhilin 4ffa92d4f0 Merge branch 'develop' into windows/build
7 years ago
chengduo c5b6573a5a
Fix input<tensor> (#14208)
7 years ago
Tao Luo 813e54efbd
Merge pull request #14328 from PaddlePaddle/revert-14046-windows/debug
7 years ago
minqiyang 3db9fad764 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_vlog
7 years ago
Xin Pan ff6c809bfc
Merge pull request #14251 from panyx0718/fix
7 years ago
Zhaolong Xing ba8b5619a3
Revert "cherry picked windows patches."
7 years ago
minqiyang 49710960ef Revert tensor_util.cu
7 years ago
minqiyang fcc0452c8b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_vlog
7 years ago
minqiyang 0c3227a523 Change the origin VLOG level to 10 times
7 years ago
Xin Pan 59c66532e7 add more logs and comments
7 years ago
peizhilin 869487a2b7 Merge remote-tracking branch 'origin/develop' into windows/build
7 years ago
dzhwinter 234a1d9248 Merge remote-tracking branch 'origin/develop' into windows/debug
7 years ago
Yu Yang 057a682ee9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rewrite_allocation
7 years ago
Yu Yang c28beb8a3c
test(Pe): add dry run tests for pe (#14254)
7 years ago
Qiao Longfei 6449faec37
Merge pull request #14259 from jacquesqiao/optimize-thread-pool
7 years ago
Qiao Longfei 4062f00f2a optimize thread pool code
7 years ago
dzhwinter 2835e04409 merge develop branch. test=develop
7 years ago
qingqing01 db8c52da5e Revert " Exhaustive search for cuDNN conv. (#14043)"
7 years ago
qingqing01 ce7d9b0799
Exhaustive search for cuDNN conv. (#14043)
7 years ago
Xin Pan cb2d33a851 resolve conflict
7 years ago
peizhilin a37918c31f fix python package issue
7 years ago
Xin Pan 25123a3b7e add tests
7 years ago
Xin Pan 8c11d3fed6 clean up
7 years ago
Xin Pan 0a89650507 fix more tests
7 years ago
Xin Pan a3b27e3237 fix
7 years ago
Xin Pan f25eb9a71d fix some tests.
7 years ago
Xin Pan adf5615e54 clean kGraphOp
7 years ago
Xin Pan fb576cb5cb allow to compare type
7 years ago
Xin Pan ead94bfc6c fix destructor
7 years ago
Xin Pan 2e14999942 clean1
7 years ago
Xin Pan 34b401fc6c clean up a global graph attr.
7 years ago
Zeng Jinle 8ac2242b6e
Merge pull request #14075 from sneaxiy/remove_some_locks_in_pe
7 years ago
sneaxiy faac8a76ce remove unnecessary codes
7 years ago
Qiao Longfei fe4cd50286 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-thread-pool
7 years ago
Qiao Longfei ac415c0094 change lock_guard to unique_lock
7 years ago
Qiao Longfei f4a76078d0 optimize thread pool
7 years ago
Wu Yi 306236c2c0
feature/DC asgd (#12722)
7 years ago
peizhilin 71d7980f69 fix build issue 1
7 years ago
peizhilin 9d67c1fb69 cpu build support
7 years ago
Xin Pan c2d70fca30 fix to only check block 0
7 years ago
sneaxiy 7ff320f8cc merge develop
7 years ago
Xin Pan d0459ac8d0
Merge pull request #14223 from panyx0718/fix5
7 years ago
Xin Pan aaeedd0ff3 make it warn
7 years ago
Xin Pan ddd2225b56 add more debug info.
7 years ago
sneaxiy bbc818a5a1 test=develop
7 years ago
sneaxiy 203027ca86 test=develop
7 years ago
Tao Luo d2a56f7909
Merge pull request #14159 from sfraczek/sfraczek/depthwise-conv-mkldnn-pass
7 years ago
dzhwinter eb2f7ed21b refine tests. test=develop
7 years ago
Xin Pan 08d22cf7e1
Merge pull request #14091 from panyx0718/fix2
7 years ago
Wu Yi 91b2851cdc
enable pyreader use pin memory (#14066)
7 years ago
sneaxiy cf1944af2a test=develop
7 years ago
Yan Chunwei f76fee644c
fix graph pattern detector (#14186)
7 years ago
chengduo e1742050ea fix merge lod_tensor bug (#14199)
7 years ago
dzhwinter 1ace55c8ee merge develop branch
7 years ago
dzhwinter 9da7b33515 details
7 years ago
Xin Pan 913b569903
Merge pull request #14151 from panyx0718/fix
7 years ago
chengduo 2ccf77d1c1
Refine GetTensorFromVar (#14160)
7 years ago
Yan Xu d10b8efcc0
Merge pull request #14152 from Yancey1989/add_fused_broadcast_unittest
7 years ago
Yu Yang c21597cf07
fix(PE): use shared_ptr<BlockingQueue> for cross thread communication (#14136)
7 years ago
Yan Chunwei 62a0fe0860
fix tensor array bug (#14166)
7 years ago
chengduo ed087f8232
refine op_handle (#14178)
7 years ago
Yu Yang 90d9e5aee8
feat(platform): lazy initialization of devicecontext in pool (#14067)
7 years ago
Sylwester Fraczek 4e2aaf01bc add depthwise conv mkldnn pass
7 years ago
Yancey1989 6bfa6a0a33 add fused broadcast op unit test, test=develop
7 years ago
Xin Pan e2db0b9bf3 add a small test to verify tensor type
7 years ago
dzhwinter bf2e4cb188 cleard. staged
7 years ago
Xin Pan a943134a97 fix a few more tests
7 years ago
chengduo 2f639113ee
Fix sum_op's GetExpectedKernelType (#14112)
7 years ago
Xin Pan 5839e3236b add program check
7 years ago
sneaxiy 2494ca83ab test=develop
7 years ago
dzhwinter ebfe5a02b3 merge develop branch
7 years ago
sneaxiy f2eed667c0 test=develop
7 years ago