提交 02800dc2 编写于 作者: S storypku 提交者: Liu Jiaming

Bazel: bugfix for aarch64 cpu/gpu mode

上级 b03aada2
......@@ -19,7 +19,7 @@ function config_noninteractive() {
# determine_gpu_use
# FIXME(all): Disable gpu mode for aarch64 until we are ready.
if [ "$(uname -m)" = "aarch64" ]; then
echo "build --config=gpu" >> "${bzl_cfg_file}"
echo "build --config=cpu" >> "${bzl_cfg_file}"
else
if [ "${USE_GPU}" -eq 1 ]; then
echo "build --config=gpu" >> "${bzl_cfg_file}"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册