blob: 438fb0728d67b0a02a4914da711517facfa8f688 [file] [log] [blame]
# Copyright 2024 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
# Tests for end-to-end IREE support specific to the vulkan-spirv lowering.
load("//build_tools/bazel:iree_check_test.bzl", "iree_check_single_backend_test_suite")
package(
features = ["layering_check"],
licenses = ["notice"], # Apache 2.0
)
iree_check_single_backend_test_suite(
name = "check_rocm_hip",
srcs = ["encoding.mlir"],
compiler_flags = [
"--iree-global-opt-experimental-rocm-data-tiling",
],
driver = "hip",
target_backend = "rocm",
)