用不同编译开关跑现有 demo (CI和CE中都需要加)
WITH_CONTRIB=ON
下列开关需要单独测试
- Compiler,
gcc4.8
,gcc5.4
WITH_GPU
WITH_MKL
分下列多个场景执行
- CPU
- GPU
- static link
- dynamic link
具体测试
gcc4.8/WITH_GPU=ON
CPU static
GPU static
CPU dynamic
GPU dynamic
gcc4.8/WITH_GPU=OFF
CPU static
GPU static
gcc5.4/WITH_GPU=ON
CPU static
GPU static
CPU dynamic
GPU dynamic
gcc5.4/WITH_GPU=OFF
CPU static
GPU static
1条答案
按热度按时间olqngx591#
The shared library and static library should be both tested.