- 17 2月, 2020 1 次提交
-
-
由 Adam 提交于
-
- 14 2月, 2020 1 次提交
-
-
由 flame 提交于
* support golang inference
-
- 13 2月, 2020 1 次提交
-
-
由 石晓伟 提交于
-
- 12 2月, 2020 1 次提交
-
-
由 Pei Yang 提交于
-
- 11 2月, 2020 1 次提交
-
-
由 yaoxuefeng 提交于
* update * update test=develop * update compile set test=develop * update compile set test=develop * update test=develop * update test=develop * update test=develop * update compile setting test=develop * update compile setting test=develop * update run demo test=develop * update test=develop * update test=develop * fix test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update format test=develop * update format test=develop * update style test=develop * update style test=develop * change style test=develop * change style test=develop * change style test=develop * add dataset unittest test=develop * update test=develop * update for record test=develop * udpate style for record test=develop * update for record test=develop * update for record test=develop * update for record test=develop * fix format test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop
-
- 04 2月, 2020 1 次提交
-
-
由 石晓伟 提交于
-
- 20 1月, 2020 1 次提交
-
-
由 Wilber 提交于
* modify lite commit id to support var_conv_2d cascade. test=develop * modify lite commit id. test=develop
-
- 19 1月, 2020 1 次提交
-
-
由 石晓伟 提交于
* update external lite, test=develop * switch WITH_TESTING to OFF, test=develop
-
- 15 1月, 2020 1 次提交
-
-
由 Wilber 提交于
修改了依赖lite的commit id:lite支持了var_conv_2d的级联使用
-
- 14 1月, 2020 4 次提交
-
-
由 Leo Chen 提交于
* fix compile issue, test=develop * force link libiomp5 when mklml is enabled, test=develop
-
由 silingtong123 提交于
* remove the useless third_party library from C++ inference library * revert removing the install directory
-
由 zhouwei25 提交于
faster build by reduce by-product, reduce linking library and fix compile warning of std=c++11 (#22164)
-
由 xujiaqi01 提交于
* add collective communication library in fleet to replace mpi * test=develop
-
- 11 1月, 2020 1 次提交
-
-
由 Wilber 提交于
- 添加了fluid-lite子图方式运行resnet的单测 - 修改了依赖Lite的git commit id
-
- 10 1月, 2020 2 次提交
-
-
由 Zhen Wang 提交于
* add bn and relu fuse pass * add op attr assert and dtype assert * fix some inputs&&outputs bugs for the fused op and pattern. * add the unittest for fuse_bn_act_pass. test=develop * use normative enforce statements. test=develop * add the cpu test. test=develop * add the support of batch_size=1 for the bn with relu op. test=develop * add the error type for paddle throws. test=develop * add fused_batch_norm_act and fused_batch_norm_act_grad to op_has_unsed_vars_white_list. test=develop
-
由 baojun 提交于
-
- 09 1月, 2020 2 次提交
- 06 1月, 2020 1 次提交
-
-
由 Adam 提交于
-
- 04 1月, 2020 1 次提交
-
-
由 Adam 提交于
-
- 03 1月, 2020 1 次提交
-
-
由 Yiqun Liu 提交于
* Add the dynamic load of nvrtc, and support runtime compiling of CUDA kernel using nvrtc. test=develop * Call CUDA driver api to launch the kernel compiled by nvrtc. test=develop * Disable for mac and windows. test=develop * Refine the codes to support manually specified num_threads and workload_per_thread. test=develop * Refine the CUDA kernel to support large dims. test=develop * Add DeviceCodePool to manage all device codes. * Add the first implementation fusion_group op. * Add unit-test for fusion_group op. * Add the check of result. * Add the check of nvrtc in unit-test. test=develop * Add comment to explain the inputs, outputs and features of fusion_group op. test=develop * Disable fusion_group op for mac and windows. test=develop * Make the compiling of device code return status instead of hanging up. test=develop * Add the check of whether there is CUDA driver library, and do not core dump when failing to call the CUDA driver API. * Unify fusion_group_op's input and output names. test=develop * Add the check of CUDA driver library in unittest. test=develop * Refine the calling of PADDLE_ENFORCE. test=develop
-
- 26 12月, 2019 3 次提交
- 25 12月, 2019 1 次提交
-
-
由 zhouwei25 提交于
-
- 24 12月, 2019 1 次提交
-
-
由 zhouwei25 提交于
-
- 16 12月, 2019 2 次提交
- 12 12月, 2019 1 次提交
-
-
由 zhouwei25 提交于
-
- 11 12月, 2019 1 次提交
-
-
由 baojun 提交于
-
- 10 12月, 2019 1 次提交
-
-
由 Adam 提交于
* MKLDNN v1.0 rebase to Paddle 1.6 test=develop * Add hacky paddle::string::to_string() implementation * vectorize<int64-t>() -> vectorize() cleanup test=develop * PADDLE_ENFORCE and void_cast fixes test=develop * Rebase changes test=develop * Cosmetics test=develop * Delete MKL from mkldnn.cmake test=develop * CMake debug commands test=develop * Delete MKLDNN_VERBOSE and rebase fixes test=develop * Rebase fixes test=develop * Temporarily disable int8 resnet101 vgg16 and vgg19 tests test=develop * Add libmkldnn.so.1 to python setup test=develop * Add libmkldnn.so.1 to inference_lib cmake after rebase test=develop * Post rebase fixes + FC int8 changes test=develop * Fix LRN NHWC test=develop * Fix NHWC conv3d test=develop * Windows build fix + next conv3d fix test=develop * Fix conv2d on AVX2 machines test=develop
-
- 09 12月, 2019 1 次提交
-
-
由 Leo Chen 提交于
* dygraph_grad_maker supports varbase without grad_var, test=develop * fix compile, test=develop * fix test_tracer, test=develop * follow comments, test=develop
-
- 05 12月, 2019 1 次提交
-
-
由 Leo Chen 提交于
* test=develop, fix docker with paddle nccl problem * don't expose numerous Tensor.set(), test=develop * fix condition, test=develop * fix float16 bug, test=develop * feed should be Tensor or np.array, not Variable or number, test=develop * use forcecast to copy numpy slice to new array, test=develop * remove float16-uint16 hacking, test=develop * add variable method to varbase and refactor to_variable to support return varbase * support kwargs in varbase constructor * add VarBase constructor to support default python args * refine varbase initial method * reset branch * fix ut for change VarBase error info to PaddleEnforce * cherry is parameter change before * overload isinstance to replace too many change of is_variable * rm useless files * rm useless code merged by git * test=develop, fix some ut failed error * test=develop, fix test_graph_wrapper * add some tests, test=develop * refine __getitem__, test=develop * add tests, test=develop * fix err_msg, test=develop
-
- 04 12月, 2019 1 次提交
-
-
由 silingtong123 提交于
* modify the repo address of eigen and warpctc * fix the eigen not work on windows * fix the eigen and warpctc can't recompile
-
- 03 12月, 2019 2 次提交
-
-
由 Zhaolong Xing 提交于
* add jeston compile support test=develop * refine the cmake test=develop
-
- 02 12月, 2019 2 次提交
-
-
由 gongweibao 提交于
-
由 Zhaolong Xing 提交于
test=develop
-
- 30 11月, 2019 1 次提交
-
-
由 zhouwei25 提交于
-
- 28 11月, 2019 1 次提交
-
-
由 Tao Luo 提交于
* remove -Wno-error=sign-compare, make warning as error test=develop test=document_fix * fix exist compile warning test=develop
-