| FL_BACKEND |
CUDA, CPU, OPENCL |
CUDA |
Backend with which to build all components. |
| FL_BUILD_STANDALONE |
ON, OFF |
ON |
Downloads/builds some dependencies if not found. |
| FL_BUILD_LIBRARIES |
ON, OFF |
ON |
Build the Flashlight libraries. |
| FL_BUILD_CORE |
ON, OFF |
ON |
Build the Flashlight neural net library. |
| FL_BUILD_DISTRIBUTED |
ON, OFF |
ON |
Build with distributed training; required for apps. |
| FL_BUILD_CONTRIB |
ON, OFF |
ON |
Build contrib APIs subject to breaking changes. |
| FL_BUILD_ALL_APPS |
ON, OFF |
OFF |
Defines default value for every app (see below). |
| FL_BUILD_APP_ASR |
ON, OFF |
FL_BUILD_ALL_APPS |
Build the automatic speech recognition app. |
| FL_BUILD_APP_IMGCLASS |
ON, OFF |
FL_BUILD_ALL_APPS |
Build the image classification app. |
| FL_BUILD_APP_OBJDET |
ON, OFF |
FL_BUILD_ALL_APPS |
Build automatic speech recognition app tools. |
| FL_BUILD_APP_LM |
ON, OFF |
FL_BUILD_ALL_APPS |
Build the language modeling app. |
| FL_BUILD_APP_ASR_TOOLS |
ON, OFF |
FL_BUILD_APP_ASR |
Build automatic speech recognition app tools. |
| FL_BUILD_TESTS |
ON, OFF |
ON |
Build tests. |
| FL_BUILD_EXAMPLES |
ON, OFF |
ON |
Build examples. |
| FL_BUILD_EXPERIMENTAL |
ON, OFF |
OFF |
Build experimental components. |
| CMAKE_BUILD_TYPE |
See docs. |
Debug |
See the CMake documentation. |
| CMAKE_INSTALL_PREFIX |
[Directory] |
See docs. |
See the CMake documentation. |