blob: f70e8c89b70fc2f867773abaaafe338e73e3032f [file] [log] [blame]
################################################################################
# Autogenerated by build_tools/bazel_to_cmake/bazel_to_cmake.py from #
# tests/transform_dialect/cuda/BUILD #
# #
# Use iree_cmake_extra_content from iree/build_defs.oss.bzl to add arbitrary #
# CMake-only content. #
# #
# To disable autogeneration for this file entirely, delete this header. #
################################################################################
iree_add_all_subdirs()
if(NOT IREE_HAL_DRIVER_CUDA OR NOT IREE_TARGET_BACKEND_CUDA)
return()
endif()
iree_lit_test_suite(
NAME
lit
SRCS
"reduction.mlir"
"reduction_eltwise.mlir"
"reduction_v2.mlir"
"softmax.mlir"
"softmax_partial.mlir"
"softmax_v2.mlir"
"vecadd2d.mlir"
TOOLS
FileCheck
iree-compile
iree-opt
iree-run-module
DATA
reduction_codegen_spec.mlir
reduction_eltwise_codegen_spec.mlir
reduction_v2_codegen_spec.mlir
softmax_codegen_spec.mlir
softmax_dispatch_spec.mlir
softmax_partial_codegen_spec.mlir
softmax_v2_codegen_spec.mlir
vecadd2d_codegen_spec.mlir
LABELS
"noasan"
"nomsan"
"notsan"
"noubsan"
"requires-gpu-nvidia"
"driver=cuda"
)
### BAZEL_TO_CMAKE_PRESERVES_ALL_CONTENT_BELOW_THIS_LINE ###