Make third_party/gpus/... build pass. fix issue #39759
This commit is contained in:
parent
a1ae008076
commit
1faa442c02
10
third_party/gpus/cuda/BUILD
vendored
10
third_party/gpus/cuda/BUILD
vendored
@ -1,9 +1 @@
|
|||||||
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
|
# Dummy BUILD for Bazel
|
||||||
|
|
||||||
bzl_library(
|
|
||||||
name = "build_defs_bzl",
|
|
||||||
srcs = ["build_defs.bzl"],
|
|
||||||
deps = [
|
|
||||||
"@bazel_skylib//lib:selects",
|
|
||||||
],
|
|
||||||
)
|
|
||||||
|
7
third_party/gpus/rocm/BUILD
vendored
7
third_party/gpus/rocm/BUILD
vendored
@ -1,6 +1 @@
|
|||||||
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
|
# placeholder for bazel
|
||||||
|
|
||||||
bzl_library(
|
|
||||||
name = "build_defs_bzl",
|
|
||||||
srcs = ["build_defs.bzl"],
|
|
||||||
)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user