load("@heir//tests/llvm_runner:llvm_runner.bzl", "llvm_runner_test")

package(default_applicable_licenses = ["@heir//:license"])

llvm_runner_test(
    name = "dot_product_8f_debug",
    heir_opt_flags = [
        "--mlir-to-plaintext-backend=plaintext-size=8 insert-debug-handler-calls=true",
    ],
    # log is visible to crypto backend
    log_file_name = "dot_product_8f_debug.log",
    log_file_visibility = ["@heir//tests/Examples:__subpackages__"],
    main_c_src = "dot_product_8f_debug_test.cpp",
    mlir_src = "@heir//tests/Examples/common:dot_product_8f.mlir",
)
