mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
Use remote builds for the XLA GPU presubmit with gcc/nvcc.
PiperOrigin-RevId: 212776966
This commit is contained in:
committed by
TensorFlower Gardener
parent
567de999ae
commit
c1de967760
15
third_party/toolchains/BUILD
vendored
15
third_party/toolchains/BUILD
vendored
@@ -20,3 +20,18 @@ platform(
|
||||
value:"docker://gcr.io/asci-toolchain/nosla-ubuntu16_04-tf@sha256:495a025ed5e273cfa5d53357ef93ac20500c008994e0be106c509f51555fb93c"
|
||||
}""",
|
||||
)
|
||||
|
||||
platform(
|
||||
name = "rbe_cuda9.0-cudnn7-ubuntu14.04",
|
||||
constraint_values = [
|
||||
"@bazel_tools//platforms:x86_64",
|
||||
"@bazel_tools//platforms:linux",
|
||||
"@bazel_tools//tools/cpp:clang",
|
||||
"@bazel_toolchains//constraints:xenial",
|
||||
],
|
||||
remote_execution_properties = """
|
||||
properties: {
|
||||
name: "container-image"
|
||||
value:"docker://gcr.io/asci-toolchain/nosla-cuda9.0-cudnn7-ubuntu14.04@sha256:ae58329b961e7c17d89725bf8fd72dfbd5850f4f3313de58e0cafbf5b0343735"
|
||||
}""",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user