Skip to content

Commit

Permalink
Fix parts of the Bazel build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Oct 4, 2022
1 parent 5189b1e commit 2be341d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/src/iree/hal/drivers/webgpu/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

load("//iree:build_defs.oss.bzl", "iree_runtime_cc_library")
load("//build_tools/bazel:build_defs.oss.bzl", "iree_runtime_cc_library")

package(
default_visibility = ["//visibility:public"],
Expand Down
4 changes: 3 additions & 1 deletion runtime/src/iree/hal/drivers/webgpu/platform/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

load("//build_tools/bazel:build_defs.oss.bzl", "iree_runtime_cc_library")

package(
default_visibility = ["//visibility:public"],
features = ["layering_check"],
licenses = ["notice"], # Apache 2.0
)

cc_library(
iree_runtime_cc_library(
name = "platform",
hdrs = [
"webgpu.h",
Expand Down

0 comments on commit 2be341d

Please sign in to comment.