|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
# Copyright (c) 2016 PaddlePaddle Authors. All Rights Reserve.
|
|
|
|
|
# Copyright (c) 2016 PaddlePaddle Authors. All Rights Reserved.
|
|
|
|
|
#
|
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
@ -60,6 +60,7 @@ option(USE_NNPACK "Compile PaddlePaddle with NNPACK library" OFF)
|
|
|
|
|
option(WITH_DISTRIBUTE "Compile with grpc distributed support" OFF)
|
|
|
|
|
option(USE_EIGEN_FOR_BLAS "Use matrix multiplication in Eigen" OFF)
|
|
|
|
|
option(WITH_ARM_FP16 "Use half precision support on armv8.2-a cpu" OFF)
|
|
|
|
|
option(WITH_FAST_BUNDLE_TEST "Bundle tests that can be run in a single process together to reduce launch overhead" ON)
|
|
|
|
|
|
|
|
|
|
# CMAKE_BUILD_TYPE
|
|
|
|
|
if(NOT CMAKE_BUILD_TYPE)
|
|
|
|
|