Yiqun Liu
5526ff8248
Merge pull request #2303 from Xreki/build_drive_px2
...
Support native build on NVIDIA DRIVE PX2 (arm64 + GPU).
8 years ago
gangliao
9bed30fb4b
Merge pull request #2287 from Xreki/fix_typo_openblas
...
Fix typo of setting openblas compiling flags.
8 years ago
wuyi05
008b0bb673
fix openblas build
8 years ago
Liu Yiqun
07ac67ec7c
Support native build on NVIDIA DRIVE PX2 (arm64 + GPU).
8 years ago
Yu Yang
e73f4a7944
Set protobuf version when PROTOBUF_ROOT set
8 years ago
Liu Yiqun
1497e2ba58
Fix typo when set openblas compiling flags.
8 years ago
Yu Yang
9823930220
Fix add libn_any to dependencies
...
* It will cause build error when concurrent is large.
8 years ago
Yu Yang
371147003c
Merge pull request #2281 from reyoung/feature/make_user_can_define_protobuf
...
Add user can define PROTOBUF_ROOT.
8 years ago
Yu Yang
f6cf9fa839
Add missing condition in if
8 years ago
Yu Yang
9068da1220
Add user can define PROTOBUF_ROOT.
8 years ago
Yu Yang
19127b479c
Fix bug in run_python_tests.sh
...
* Also, test_plot cannot run in MacOS because of matplotlib & ipython's
limit.
* Add missing dependency in setup.py.
* fix #2264
8 years ago
liaogang
50d0e26746
pass travis ci
8 years ago
liaogang
5b322835f1
fix conflicts
8 years ago
liaogang
8ea4548ad3
fix a bug
8 years ago
liaogang
835ccb3262
refine cc_xxx in generic
8 years ago
liaogang
4f837b9f38
add ${CMAKE_THREAD_LIBS_INIT}
8 years ago
liaogang
071c65f9cc
add go extern
8 years ago
liaogang
589cea1f92
add $ENV{GOROOT}/bin
8 years ago
liaogang
a7edafc4bf
add cc_test
8 years ago
liaogang
00441a905a
fix conficts
8 years ago
liaogang
4dcb9f1ca1
add go_xxx to simplify cmake
8 years ago
liaogang
c9cdc98627
detect golang in cmake
8 years ago
liaogang
ed5bcfe8e3
add cu_xx to simplify cmake
8 years ago
liaogang
5409e5e3cc
add reference
8 years ago
liaogang
52a1e0197b
Define cc_xxx to simplify cmake
8 years ago
Liu Yiqun
233d8976cb
Merge branch 'develop' into cmake_protobuf
8 years ago
gangliao
4a6d2e3c9f
Merge pull request #2066 from Xreki/fix_libpython
...
Disable the finding of PythonLibs when WITH_PYTHON is set to OFF.
8 years ago
Liu Yiqun
c62357e020
Merge branch 'develop' into cmake_protobuf
8 years ago
gangliao
e8b2e7f563
Merge pull request #2011 from gangliao/gfortran
...
auto check lapack libs
8 years ago
liaogang
1d5d9da9db
refine cblas.cmake
8 years ago
liaogang
f3eb6e9146
refine cblas.cmake
8 years ago
Liu Yiqun
2b924ac85d
Disable the finding of PythonLibs when WITH_PYTHON is set to OFF.
8 years ago
liaogang
724130258b
remove cmake python output
8 years ago
liaogang
9aa4190541
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into gfortran
8 years ago
Liu Yiqun
ab9c9434e0
Merge branch 'develop' into cmake_protobuf
8 years ago
Liu Yiqun
33fb2d6b4f
Add some annotations to different OpenBLAS versions.
8 years ago
xuwei06
71c77cbed5
Use IPython 5.3 for unittest
8 years ago
xuwei06
6a7feb35e5
run python tests in virtualenv
...
When using system python, "pip install" needs root previlege. Using virtualenv to avoid this.
8 years ago
liaogang
81195c877e
remove lapack header in openblas
8 years ago
liaogang
f9e36971f3
Add Lapack warning
8 years ago
liaogang
20cda7bd23
auto check lapack libs
8 years ago
Liu Yiqun
b55bde1b51
Fix bug of setting external_project_dependencies in cmake.
8 years ago
Liu Yiqun
668a1b8bfe
Correct the definition of PROTOBUF_VERSION.
8 years ago
xuwei06
7e29901ab2
Avoid relink executables when cmake files are changed
...
In the original util.cmake. enable_virtualenv.c is always regenerated when cmake files are changed, which leads to the relinking of all the targets depends on paddle_utils.
8 years ago
Liu Yiqun
1ddb9bf782
Delete the configuration of fortran compiler.
8 years ago
Liu Yiqun
c27e71e2fd
Merge branch 'develop' into cmake_protobuf
8 years ago
gangliao
d10f6cfbed
Merge pull request #1958 from gangliao/gfortran
...
remove gfortran and dlopen lapack libs
8 years ago
Luo Tao
c810e6a7c0
Merge branch 'develop' into release/0.10.0
8 years ago
liaogang
917b192989
fix merge conflict
8 years ago
Liu Yiqun
e678546388
Change ${TARGET_NAME}_INCLUDE_DIR to PARENT_SCOPE.
8 years ago
Liu Yiqun
f2b35277b5
Fix typo.
8 years ago
Liu Yiqun
a183960b8f
Merge branch 'develop' into cmake_protobuf
8 years ago
Haonan
30b73ee397
Also include the path already set for CBLAS_INC_DIR
8 years ago
Haonan
a621a9b2d5
set ATLAS_CLAPACK_INC_DIR to CBLAS_INC_DIR in cblas.cmake
8 years ago
liaogang
f27fd9dc28
follow comments
8 years ago
Liu Yiqun
01bee86df5
Merge branch 'develop' into cmake_protobuf
8 years ago
Liu Yiqun
c914f63676
Add toolchain for raspberry pi.
8 years ago
Liu Yiqun
af80ff94a5
Allow the case user sets CMAKE_C_COMPILER directly instead of standalone toolchain.
8 years ago
liaogang
5b8fe87faf
dlopen lapacke api and remove gfotran
8 years ago
xuwei06
e4af8ef4e8
Fix protobuf.cmake to handle empty PROTOBUF_VERSION correctly
...
Sometime FIND_PACKAGE(ProtoBuf) get an empty PROTOBUF_VERSION. In this case, ${PROTOBUF_VERSION} needs to be quoted.
8 years ago
Liu Yiqun
39f9056c77
Config HOST_C/CXX_COMPILER for cross-compiling.
8 years ago
Liu Yiqun
285daf91a5
Support the auto-compiling for openblas when cross-compiling for Android.
8 years ago
Liu Yiqun
c6090035ce
Support the auto-compiling for host protoc when cross-compiling.
8 years ago
Liu Yiqun
d7d2a4f700
Add cross-compiling toolchain for Android.
8 years ago
xuwei06
bf1320a732
Skip cpplint if source is not changed.
...
Change-Id: Ia29cd3d205e401dc3d04fbaf3cba2b01f2f4f0ca
8 years ago
reyoung
9b45b26588
Done with docker package
8 years ago
reyoung
f192800091
Refine Docker build
8 years ago
reyoung
5f41d2814b
Make docker build use deb package.
8 years ago
Yu Yang
04d272392f
It seems the most of debian package deps are not needed.
...
Becasue of extern package.
8 years ago
Yu Yang
89d0d7dd61
Curl is also needed by Paddle
...
For usage stats.
8 years ago
Yu Yang
d6a7648ae4
Merge branch 'develop' of github.com:baidu/Paddle into feature/c_api
8 years ago
liaogang
0986415c6e
Fix conflict
8 years ago
Yu Yang
18a3588b24
Merge branch 'develop' of github.com:baidu/Paddle into feature/c_api
8 years ago
Yiqun Liu
d324ed7fff
Merge pull request #1698 from Xreki/build_arm
...
Add cross-compiling support for arm architecture.
8 years ago
Yu Yang
c85ac61ad0
Using linb::any/std::any instead of FunctionConfig
8 years ago
Liu Yiqun
2ae3dd08f9
Merge branch 'develop' into build_arm
8 years ago
gangliao
21fa3eb068
Merge pull request #1717 from gangliao/cmake_enhance
...
CMake external cache args
8 years ago
reyoung
61bc9e3e56
Get Fortran version correctly
8 years ago
reyoung
d7303226f2
Adapt old cmake
8 years ago
reyoung
f19ee89057
Add correct fortran lib search path
8 years ago
reyoung
7ab1c98142
Refine openblas find package.
8 years ago
Liu Yiqun
3f187c3334
Fix cmake broken when using lower version.
8 years ago
Liu Yiqun
ea5b265fdb
Fix the setting of simd flags in cmake when there is no avx and sse3 support.
8 years ago
Liu Yiqun
7690e93233
Deliver the compiler configurations of Paddle to external libraries.
8 years ago
Liu Yiqun
1b8564206f
Use native cross-compiling support for Android of cmake.
8 years ago
liaogang
0c647105fd
Update cmake external cache
8 years ago
liaogang
7f92ce6690
CMake external cache args
8 years ago
liaogang
194a3b8ae9
Revise docker docs
8 years ago
liaogang
4aa41233b8
Add cudnn v5 path in CMAKE
8 years ago
Liu Yiqun
bb4a60d9b5
Merge branch 'develop' into build_arm
8 years ago
Liu Yiqun
82f4ae7f00
Add alternative implementation of SpinLock and ThreadBarrier,
...
using the same implemetation as mac os.
8 years ago
Yu Yang
e7bc8802d9
Revert unchanged file.
8 years ago
Yu Yang
6b78a11fa9
Merge branch 'develop' of github.com:baidu/Paddle into feature/c_api
8 years ago
Yu Yang
9c1c19b6d0
Merge branch 'develop' of github.com:baidu/Paddle into feature/c_api
8 years ago
liaogang
df9993fd2c
add blank
8 years ago
liaogang
5854420f18
Fix NOT WITH_PYTHON
8 years ago
Liu Yiqun
38fa74edaa
Fix cmake error of failing to find UINT64_MAX.
8 years ago
Liu Yiqun
f261dc6a8b
Merge branch 'develop' into build_arm
8 years ago
Liu Yiqun
ba11f5c400
Modify compiling flags to support neon and add the definition of PADDLE_USE_LAPACK.
8 years ago
gangliao
32667db269
Merge pull request #1689 from gangliao/code
...
remove colon in code coverage
8 years ago
helinwang
627357478d
Merge pull request #1691 from gangliao/open
...
Fix gemm_kernel crashed in docker image
8 years ago
jacquesqiao
b557630188
Merge pull request #1682 from jacquesqiao/swig-compile
...
Refine swig and PaddlePaddle python wheel
8 years ago
liaogang
4673023fb0
Fix gemm_kernel crashed in docker image
8 years ago
qiaolongfei
bb51f0a219
set PROTOBUF_VERSION in setup.py
8 years ago
liaogang
5605ece1a1
remove colon in code coverage
8 years ago
qiaolongfei
e8965288dd
Merge branch 'newnew_swig' of https://github.com/gangliao/Paddle into swig-compile
8 years ago
liaogang
448798f18b
Enable coverage output
8 years ago
Yu Yang
08113b2019
Merge branch 'develop' of github.com:baidu/Paddle into feature/c_api
8 years ago
Luo Tao
e6a2daa3eb
update sphinx cmake
8 years ago
Luo Tao
7a81327c28
remove compile option "with_metric_learning"
8 years ago
Liu Yiqun
4430fc9e5d
Merge branch 'develop' into build_arm
8 years ago
Liu Yiqun
717f755cee
Include arm_neon.h on arm platform.
8 years ago
liaogang
bd41a8c482
Fix cmake find protobuf problem
8 years ago
Yu Yang
8feb58368c
Merge branch 'feature/fix_ccache_not_in_path' into feature/c_api
8 years ago
Yu Yang
0f8cc82c81
Fix ccache refernece.
8 years ago
Liu Yiqun
ccd3d0a42b
Modify cmake for cross-compiling on arm architecture.
8 years ago
gangliao
714e9bb95a
Set Protobuf 3.1 in FIND_PACKAGE
8 years ago
Yu Yang
4380e73fcd
Merge branch 'develop' of github.com:baidu/Paddle into feature/c_api
8 years ago
Yu Yang
af607df2f9
Merge pull request #1546 from reyoung/feature/v2_docs
...
Start doing v2 documentation
8 years ago
Yu Yang
6b0961a3c1
auto deployment paddle documentation
...
* Change build process to generate v2 documentation
* Add directory for v2 api
* Correct sphinx index soft-link
8 years ago
liaogang
615e41240c
remove comment messages
8 years ago
liaogang
59958319f1
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cocover
8 years ago
liaogang
e76264f97e
redirect code coverage to /dev/null
8 years ago
liaogang
11fdb4f041
Check system's protobuf for internal users
8 years ago
liaogang
7955e3fca5
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into macosx
8 years ago
liaogang
d330b6aa02
Mac OSX System configure
8 years ago
liaogang
b18c126898
set macosx deployment version
8 years ago
liaogang
00bf87ab3f
Add default mkl dir in cmake
8 years ago
gangliao
f4678331f1
Merge pull request #1205 from F0REacH/fix_warpctc_cmake_torch_issue
...
Fix issue #1186
8 years ago
gangliao
419a130400
Merge pull request #1206 from F0REacH/set_protobuf_libdir
...
Set protobuf CMAKE_INSTALL_LIBDIR to fixed value lib
8 years ago
gangliao
df676a12ca
Merge pull request #1203 from reyoung/feature/fix_runtime_error_in_macos
...
Make external/glog use local gflags.
8 years ago
FoREacH
ed56240235
Set protobuf CMAKE_INSTALL_LIBDIR to fixed value lib
8 years ago
F0REacH
7709b697ba
Update warpctc.cmake
...
Fix case-sensitiveness
8 years ago
FoREacH
51fa6baebe
Fix issue #1186
8 years ago
reyoung
a8583f0ccb
Correct Handle Python Proto2
8 years ago
Yu Yang
95dec805aa
Make external/glog use local gflags.
8 years ago
Yu Yang
4be5ffae2c
Merge pull request #1195 from gangliao/sys
...
detect redhat and unknown in CMake
8 years ago
liaogang
febf9a0b07
Add comments and CMAKE_SYSTEM_NAME
8 years ago
liaogang
63118767bf
Add detect redhat and unknown in CMake
8 years ago
xuwei06
7ff8c8eec3
Compile glog with WITH_GFLAGS=ON
...
Also initialize glog after gflags in Util.cpp initMain()
Change-Id: I09ff062b462aa76d9f7b5f97e883b92939e6dcb2
8 years ago
Yu Yang
510ccfef1c
Make Paddle exports the symbols
8 years ago
Yu Yang
88c3862378
Merge branch 'develop' of github.com:baidu/Paddle into feature/c_api
8 years ago
gangliao
5cd9d7dcd4
Merge pull request #1169 from gangliao/docker
...
Update Dockerfile for develop branch
8 years ago
liaogang
b89f2f2f0c
Update build doc and dockerfile
8 years ago
QiJune
b000386002
Merge pull request #1155 from gangliao/centos
...
Detect CentOS 7 in CMake
8 years ago
gangliao
1efa03ec90
Merge pull request #1150 from gangliao/cblas
...
Add external openblas
8 years ago
liaogang
66851af107
Detect CentOS 7 in CMake
8 years ago
liujunyi
b697154ac4
correct mkl env var
8 years ago
liujunyi
f7c8287df9
add lack dependency to zlib
8 years ago
liaogang
35d7b17f79
Disable externel python
8 years ago
liaogang
589bb84241
Add openblas log configuration
8 years ago
liaogang
cdf6af64a8
Add external openblas
8 years ago
Yu Yang
d2e2042df3
Make sign compare as a compile warning not error.
8 years ago
liaogang
29f9c0d12f
Follow yuyang's comment
8 years ago
gangliao
de27ee7d87
Merge pull request #1115 from gangliao/cudart
...
Fix cudart bugs before initMain
8 years ago
Yu Yang
d23bae7b56
Merge branch 'develop' of github.com:baidu/Paddle into feature/c_api
8 years ago
Yu Yang
eb082c65f2
Merge pull request #1111 from gangliao/protobuf_version
...
Upgrade python protobuf to 3.0.0
8 years ago
liaogang
80c1679284
Fix cudart bugs before initMain
8 years ago
liaogang
298a6cd35c
Upgrade python protobuf to 3.0.0
8 years ago
Yu Yang
657d20403c
Merge branch 'feature/add_third_party_for_gflags' into feature/c_api
8 years ago
Yu Yang
bce067b002
Make gflags third_party path configurable
8 years ago
liaogang
d44f5e931a
Resolving circular dependences in linux
8 years ago
Yu Yang
a22c889cef
Merge branch 'develop' of github.com:baidu/Paddle into feature/c_api
8 years ago
liaogang
bd1f6a7929
Fix swig on linux and clean cmake
8 years ago
Yu Yang
f30c25fe2d
Add THIRD_PARTY_PATH
8 years ago
liaogang
4d6aca4b33
Warpctc only support dynamic load
8 years ago
liaogang
425f9515f0
Fix warpctc bugs
8 years ago
liaogang
057c216e00
Fix warpctc static libs and torch
8 years ago
liaogang
203db079f5
Merge confict with another PR
8 years ago
liaogang
934ba0bf39
Disable dynamic linked cuda libs default
8 years ago
liaogang
635d4622a7
Clean py_env
8 years ago
liaogang
c24e94c8a4
Check python if system already equipped one
8 years ago
liaogang
b49745cd56
Add find system's swig
8 years ago
Yu Yang
d41ac09090
Merge pull request #1017 from gangliao/external
...
Download, build, install External dependencies via cmake
8 years ago
liaogang
d0a5ce290a
Clean travis ci
8 years ago
Yu Yang
106620ea06
Merge branch 'feature/use_std_cmake' into feature/c_api
8 years ago
Yu Yang
a873a40e50
Try to use standard way to import gflags.
...
* See [here](https://gflags.github.io/gflags/#cmake ).
8 years ago
Yu Yang
3fcd81fde7
Stash
8 years ago
liaogang
b090ce329a
Fix conflict with develop
8 years ago
liaogang
572d8254ea
Clean cmake
8 years ago
liaogang
e2d0e09a8c
Update external dependencies
8 years ago
liaogang
9e7f2b8de8
Add system configure
8 years ago
xutianbing
936b0ed118
add paddle_test_util static lib to simplify unit test.
8 years ago
hedaoyuan
97f41534e0
fix link order error
8 years ago
hedaoyuan
c37c8a19b5
remove gtest_main_library
8 years ago
hedaoyuan
6820b8f5f1
fix error when WITH_TESTING=OFF
8 years ago
liaogang
aee0857838
Clean Travis ci and fix bug
8 years ago
liaogang
2ffb6dbb17
Fix warpctc header directory
8 years ago
liaogang
338dc3ee92
Fix external denpendencies build order
8 years ago
liaogang
0b956711d9
Add external_project_dependencies for targets
8 years ago
liaogang
46cadaeaa9
Update external dependencies cmake
8 years ago
liaogang
a02ec8c932
Refine CMakeLists
8 years ago
liaogang
662f174b85
Refine cmake file names
8 years ago
liaogang
6cd4b6e041
Update external libs
8 years ago
liaogang
280994fafa
Add other extern dependencies
8 years ago
liaogang
8a2ceda676
Add externel google's dependencies
8 years ago
hedaoyuan
bf32411191
Merge branch 'develop' of https://github.com/baidu/Paddle into cmrnorm
8 years ago
hedaoyuan
5fddd99e18
move TEST from test_matrixCompare.cpp to cross_map_normal_op_test.cpp
8 years ago
hedaoyuan
558e86927c
add CMakeLists
8 years ago
Yu Yang
79611a2794
Merge branch 'develop' of github.com:baidu/Paddle into feature/upgrade_to_proto3
8 years ago
Luo Tao
1de901ab8e
Merge branch 'develop' into dir
8 years ago
liaogang
ae174b33c0
Remove WITH_GLOG and WITH_GFLAGS in cmake
8 years ago
Yu Yang
0c65442c5b
Upgrade protobuf to 3.1 in Travis-CI linux
8 years ago
Luo Tao
f1e3ade09d
update chinese catalog
8 years ago
Luo Tao
0764bb4a9e
add exclude_patterns for conf.py.in
8 years ago
Yu Yang
48128e51ba
Merge pull request #868 from emailweixu/fix_enable_virtualenv
...
Fix enable_virtualenv
8 years ago
xuwei06
aff8a0f12c
Fix enable_virtualenv
...
The resource "unsigned char[]" array generated by create_source needs to have 0 ending as a valid C string to be used in PythonUtil.cpp initPython()
Change-Id: I5e214606ed9102f37813ea3f07565dc10a9c015e
8 years ago
Luo Tao
0c96b26c3c
remove breathe and doc/howto/source directory
8 years ago
liaogang
613d7c812b
Fix conflicts with develop branch
8 years ago
liaogang
4453d76759
Upgrade cuda minimum version to 7.0
8 years ago
liaogang
26b2996b0a
Upgrade compiler‘s minimum version
...
* for modern language properties
8 years ago
Liu Yiqun
46ef2bc694
Merge branch 'develop' into warpctc
8 years ago
Yu Yang
a514eb395a
Refine cmake get version routine
8 years ago
Liu Yiqun
4d487c6f35
Integrate warp-ctc as WarpCTCLayer, including unitest and layer interface.
8 years ago
gangliao
14ba68f963
Update FindAVX.cmake ( #404 )
...
* make AVX_FOUND is default value to WITH AVX
* let AVX_FLAG always keep -mavx flag since compiler can build binary with -mavx even CPU does not support avx.
8 years ago
hedaoyuan
125c19a3c3
fix some nvcc compile options ( #392 )
9 years ago
backyes
93e4d0cce6
using find_package for swig ( #334 )
9 years ago
backyes
744dba4abd
add rdma cmake support ( #284 )
...
* add rdma cmake support
* move rdma related code to rdma.cmake
9 years ago
gangliao
3e2dc77cc7
Add code coverage and coveralls ( #296 )
9 years ago
lzhao4ever
5f2059db05
Add matrix inverse ( #240 )
...
* Add matrix inverse
9 years ago
gangliao
6467c38202
Add default cuda system path ( #192 )
...
* DYLD_LIBRARY_PATH is disable after Mac OS X 10.11
* fix clang + gpu compile error on Mac OS
* fix some words and errors in build docs
9 years ago
emailweixu
cbe734b396
Python trainer api ( #193 )
...
* Python trainer API and demo
* Adding missing PaddleAPIPrivate.h
* Adding api_train.sh
* More comments
* Bump up patch version to 0b3
9 years ago
Yu Yang
58f896c3f4
Speed up PyDP2, support numpy.float array ( #207 )
9 years ago
Yu Yang
2f82d72ede
Fix bug in yield dictionary in DataProvider. ( #197 )
...
* Fix bug in yield dictionary in DataProvider.
* Also make virtualenv work in Paddle.
9 years ago
backyes
6f0d634e02
set MKL search path with intel64 ( #188 )
9 years ago
gangliao
0ab332242f
Support MAC OS Sierra ( #169 )
9 years ago
gangliao
d8e2874185
Fix CUDA_VERSION Comparsion ( #165 )
9 years ago
gangliao
3ca5df0f47
Fix bug when only support AVX 2 ( #150 )
...
In some situation, for instance, in the virtual machine, it could happen.
9 years ago
xuwei06
6ea794872f
Fix cmake/FindAVX.cmake
9 years ago
gangliao
90234791f4
Add automatic check AVX in CMake ( #145 )
...
* Add automatic check AVX in CMake
* Revise table format and some words in build docs
9 years ago
liaogang
8ddc5faac1
Update Mac OS X port
...
* follow comments to fix bugs
9 years ago
liaogang
9795e01639
Merge remote-tracking branch 'upstream/master'
9 years ago
Yu Yang
494f5a836b
Add findZLIB in cmake
...
* Also fix a bug, we should link -ldl at last
9 years ago
Yu Yang
a238b11f83
Fix linux compile
9 years ago
Yu Yang
738b6894bc
Make whole-archive to less library
...
* Also make use cmake find to zlib.
* circle link in osx, use reverse link all libs instead. But
maybe osx just don't care circle link.
9 years ago
Yu Yang
0ad0e4ac48
Add Wall Werror
9 years ago
liaogang
38166e29d7
Add default openblas path on MAC OS
9 years ago
liaogang
445d1e8201
Support MAC OS for PaddlePaddle
9 years ago
liaogang
d6d85add20
fix bug in findLastSet
...
* findLastSet function: size_t could be uint, ulong, ulonglong
* add default cuda 7.0 in flags.cmake
Change-Id: Ica9d09520e6a1468e5fc97e2c29c1ea7c73dafbb
9 years ago
liaogang
2fe39f8c7a
modify flags.cmake to support modern gpu arch
...
Change-Id: Ie237127bb0f537998827ab29ffde2526c21c6dd1
9 years ago
liaogang
4866c99550
add custom CUDA_ARCH for modern Gpus
...
Change-Id: I569a4db567f27c1b9e143086930a9f7079c20f78
9 years ago
Yu Yang
c6fd55e4d7
Remove print for cuda gencode
...
Change-Id: I79fd722623430c11363c819bbd3ef10099197dbb
9 years ago
wangjiangb
0b02a221ff
Fix errors for high version GPU.
...
ISSUE=4622423
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1503 1ad973e4-5ce8-4261-8a94-b56d1f490c56
9 years ago
zhangjinchao01
b72beee4f0
fix dash and space bug,
...
ISSUE=4586495
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1408 1ad973e4-5ce8-4261-8a94-b56d1f490c56
9 years ago