blob: 3cfd163bdbdb69322c74b1f5db308f3511c60324 [file] [log] [blame]
# Copyright 2025 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-enable-early-materialization=false",
"--iree-hip-encoding-layout-resolver=data-tiling",
"--iree-llvmgpu-test-combine-layout-transformation=true",
],
driver = "hip",
target_backend = "rocm",
)