1 Star 0 Fork 45

小松鼠/tensorflow

forked from src-openEuler/tensorflow 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-Add-arm-source-file-into-aws-checksums.patch 883 Bytes
一键复制 编辑 原始数据 按行查看 历史
谢志鹏 提交于 2020-09-29 21:58 . init package
From c6f06c2f1b17508670601894378bb89b71fbe37e Mon Sep 17 00:00:00 2001
From: bzhaoopenstack <bzhaojyathousandy@gmail.com>
Date: Tue, 23 Jun 2020 12:04:12 +0800
Subject: [PATCH] Add arm source file into aws-checksums
According to https://github.com/tensorflow/tensorflow/issues/40463#issuecomment-647640030 , seem the aws libs need to add the arm related libs during build tensorflow package.
---
third_party/aws/aws-checksums.bazel | 1 +
1 file changed, 1 insertion(+)
diff --git a/third_party/aws/aws-checksums.bazel b/third_party/aws/aws-checksums.bazel
index 759cb2e6fc..f620a96d2c 100644
--- a/third_party/aws/aws-checksums.bazel
+++ b/third_party/aws/aws-checksums.bazel
@@ -16,6 +16,7 @@ cc_library(
"//conditions:default": [],
}) + glob([
"source/intel/*.c",
+ "source/arm/*.c",
"source/*.c",
]),
hdrs = glob([
--
2.23.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wang_songsong/tensorflow.git
git@gitee.com:wang_songsong/tensorflow.git
wang_songsong
tensorflow
tensorflow
master

搜索帮助