1 Star 0 Fork 5

Simen/nniefacelib

forked from wythe_qiu/nniefacelib 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Own.mak 534 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Hisilicon Hi35xx sample Makefile
include $(PWD)/../Makefile.param
CFLAGS += -I$(PWD)/sample
CFLAGS += -I$(PWD)/sample_nnie_software
CFLAGS += -O3
CPPFLAGS := -O3 -lstdc++ -ldl -lc -lgcc -lm -lrt
#CFLAGS += -DSAMPLE_SVP_NNIE_PERF_STAT
SMP_SRCS := $(wildcard *.c)
SMP_SRCS += $(wildcard ./sample/*.c)
SMP_SRCS += $(wildcard ./sample_nnie_software/*.c)
SMP_SRCS += $(wildcard $(PWD)/../common/*.c)
TARGET_NNIE := sample_nnie_main
TARGET_PATH := $(PWD)
# compile linux or HuaweiLite
include $(PWD)/../../$(ARM_ARCH)_$(OSTYPE).mak
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/hha3252/nniefacelib.git
[email protected]:hha3252/nniefacelib.git
hha3252
nniefacelib
nniefacelib
master

搜索帮助