tensor-tang
c3941745b3
add libxsmm_gemm
7 years ago
tensor-tang
f503f12925
enable dynamic load mklml lib on fluid
7 years ago
Liu Yiqun
39eb871ddf
Add an interface to set the number of threads for math function, and set the default value to 1 for inference.
7 years ago
Tao Luo
6f50dee4d5
compile and install the static library of fluid inference ( #7827 )
...
* compile and install the static library of fluid inference
* fix dynload_cuda not in CPU mode
* update shared library and adjust the deploy of openblas
* adjust the deploy of openblas
* * auto add all fluid modules for static library
* use libprotobuf.a instead of libprotobuf-lite.a for profiler
* use set_property to set the global varible instead of ENV
* add gpu depends of fluid modules, auto add inference_lib_dist depends
* change the condition of openblas_lib, and fix a typo
7 years ago
qingqing01
24509f4af9
Fix the grammar in copyright. ( #8403 )
7 years ago
Luo Tao
b4685675df
refine openblas install lib when CAPI
7 years ago
Tao Luo
809122cb5a
Merge pull request #7097 from Xreki/core_inference_example
...
Add a simple C++ inference example for fluid
7 years ago
Liu Yiqun
9b3f2c39f2
Add a simple example for fluid to do inference in C++ code.
7 years ago
Liu Yiqun
2bdd3e43fa
Update the version of openblas.
7 years ago
Yancey1989
c53a9c8d44
compile cblas library as static
7 years ago
Yiqun Liu
c808fbbfcb
Support the build for multiple architectures at one cmake command (iOS). ( #5677 )
...
* Support the build for multiple architectures at one cmake command (iOS).
* Update the documentations.
7 years ago
Luo Tao
49ac0480e6
fix a lot of warnings -Wunused-but-set-variable and Wunused-variable when compile openBlas
7 years ago
Yiqun Liu
d3ef2543f9
Fix compiling error for Android, and installing error for cmake of low version. ( #5660 )
7 years ago
Tao Luo
97c1bb1694
Merge pull request #5521 from tensor-tang/develop
...
fix EQUAL unknown
7 years ago
Yu Yang
5e13e706f9
Fix CI compile ( #5526 )
7 years ago
tensor-tang
df105ac940
fix EQUAL unknown
7 years ago
Luo Tao
34d02f94b5
RollBACK the openblas.cmake
7 years ago
Luo Tao
7835d49384
remove PADDLE_USE_MKL
7 years ago
Yiqun Liu
bba6223598
Enable the build for iOS simulator. ( #5211 )
7 years ago
Liu Yiqun
76338fb6a7
Merge branch 'develop' into build_ios
8 years ago
Liu Yiqun
b4d710ce12
Merge branch 'develop' into build_ios
8 years ago
Liu Yiqun
5991a35e58
Install the automatically built, compiled libraries under third_party when
...
executing `make install` and WITH_C_API is set.
8 years ago
Liu Yiqun
d1f5f49826
Merge branch 'develop' into build_ios
8 years ago
Liu Yiqun
a98c9e6bbf
Add third_party_android back to the cache directories to speedup travis.
8 years ago
Liu Yiqun
0ea4e2588b
Update the version of OpenBLAS and set the sysroot to fix compiling error using clang on Mac.
8 years ago
Liu Yiqun
aeea8ab1c4
Remove the linking of train-related libraries when cross-compiling for Android and iOS.
...
Recover the mistakenly deleted WARPCTC variable in cmake.
8 years ago
Liu Yiqun
d57ffc4557
Deliver the cross-compilng platform-specific args to external libraries.
8 years ago
Liu Yiqun
224f8b06f4
Support building for multiple architecures at one time.
8 years ago
tensor-tang
318fee8389
refine cblas
8 years ago
tensor-tang
2be3d32711
use shared lib when mkl
8 years ago
liaogang
2f9c443be3
fix name typo
8 years ago
liaogang
47c0116653
Import HPC linear algebra libs as cblas target
8 years ago
hedaoyuan
51690f1045
Compile for armv8.
8 years ago
Liu Yiqun
16f8508d74
Use CMake system variables, such as CMAKE_STATIC_LIBRARY_PREFIX/SUFFIX, instead.
8 years ago
Liu Yiqun
e5d33e7760
Fix typo.
8 years ago
Liu Yiqun
366ea1d879
Remove DYNAMIC_ARCH when building openblas for arm-based archiectures.
8 years ago
liaogang
9b835471c2
import 3rd party target in cmake
8 years ago
wuyi05
008b0bb673
fix openblas build
8 years ago
Liu Yiqun
c62357e020
Merge branch 'develop' into cmake_protobuf
8 years ago
liaogang
1d5d9da9db
refine cblas.cmake
8 years ago
Liu Yiqun
33fb2d6b4f
Add some annotations to different OpenBLAS versions.
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
c27e71e2fd
Merge branch 'develop' into cmake_protobuf
8 years ago
liaogang
f27fd9dc28
follow comments
8 years ago
Liu Yiqun
c914f63676
Add toolchain for raspberry pi.
8 years ago
liaogang
5b8fe87faf
dlopen lapacke api and remove gfotran
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