1 Star 0 Fork 0

deeplearningrepos/addons

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
WORKSPACE 698 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sean Morgan 提交于 2019-12-20 01:43 +08:00 . Build Addons for Windows (CPU) (#771)
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("//build_deps/tf_dependency:tf_configure.bzl", "tf_configure")
load("//build_deps/toolchains/gpu:cuda_configure.bzl", "cuda_configure")
http_archive(
name = "cub_archive",
build_file = "//build_deps/toolchains/gpu:cub.BUILD",
sha256 = "6bfa06ab52a650ae7ee6963143a0bbc667d6504822cbd9670369b598f18c58c3",
strip_prefix = "cub-1.8.0",
urls = [
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/NVlabs/cub/archive/1.8.0.zip",
"https://github.com/NVlabs/cub/archive/1.8.0.zip",
],
)
tf_configure(
name = "local_config_tf",
)
cuda_configure(name = "local_config_cuda")
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/deeplearningrepos/addons.git
git@gitee.com:deeplearningrepos/addons.git
deeplearningrepos
addons
addons
master

搜索帮助