1 Star 0 Fork 0

teragump/Tengine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
makefile.config.example 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
Haitao 提交于 2019-05-01 16:25 . v1.3.2
#-------------------------------------------------------------------------------
# Template configuration for compiling
#
# First copy makefile.config.example to makefile.config (assume you are on the
# root directory).
#
# $ cp makefile.config.example makefile.config
#
# Next modify makefile.config, and then compile by
#
# $ make
#
# or build in parallel with 8 threads
#
# $ make -j8
#-------------------------------------------------------------------------------
# cross compile for ARM64
# CROSS_COMPILE=aarch64-linux-gnu-
# cross compile for ARM32
# CROSS_COMPILE=arm-linux-gnueabihf-
# Just to differentiate with sysroot for embedded toolchains building
# As toolchains just need a few pre-built libraries
#
# EMBEDDED_CROSS_ROOT=/opt/install/
# Set the target arch
CONFIG_ARCH_ARM64=y
# CONFIG_ARCH_ARM32=y
# Enable Compiling Optimization
CONFIG_OPT_CFLAGS = -O2
# Use BLAS as the operator implementation
# CONFIG_ARCH_BLAS=y
# Enable GPU support by Arm Computing Library
# CONFIG_ACL_GPU=y
# Set the path of ACL
# ACL_ROOT=/home/firefly/ComputeLibrary
# Enable other serializers
CONFIG_CAFFE_SERIALIZER=y
# CONFIG_MXNET_SERIALIZER=y
# CONFIG_ONNX_SERIALIZER=y
# CONFIG_TF_SERIALIZER=y
# CONFIG_TFLITE_SERIALIZER=y
CONFIG_TENGINE_SERIALIZER=y
# Enable Wrappers
# CONFIG_FRAMEWORK_WRAPPER=y
# version postfix
CONFIG_VERSION_POSTFIX=github
# support legacy API
CONFIG_LEGACY_API=y
# kernel configuration
CONFIG_KERNEL_FP32=y
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/teragump/Tengine.git
git@gitee.com:teragump/Tengine.git
teragump
Tengine
Tengine
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385