| # Copyright 2026 The IREE Authors |
| # |
| # Licensed under the Apache License v2.0 with LLVM Exceptions. |
| # See https://llvm.org/LICENSE.txt for license information. |
| # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
| |
| # HIP API headers from the hip-build-deps submodule. Provides the |
| # hip/hip_runtime_api.h and related headers needed by the HIP HAL driver's |
| # dynamic symbol loading layer. |
| |
| package(default_visibility = ["//visibility:public"]) |
| |
| cc_library( |
| name = "headers", |
| hdrs = glob(["include/hip/**/*.h"]), |
| includes = ["include"], |
| ) |