blob: d5a0fba212033a434ab21701f85e9cd034f374e7 [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"
"softmax.mlir"
TOOLS
FileCheck
iree-compile
iree-opt
iree-run-module
DATA
reduction_codegen_spec.mlir
reduction_dispatch_spec.mlir
softmax_codegen_spec.mlir
softmax_dispatch_spec.mlir
softmax_fused_codegen_spec.mlir
LABELS
"noasan"
"nomsan"
"notsan"
"noubsan"
"requires-gpu-nvidia"
"driver=cuda"
)
### BAZEL_TO_CMAKE_PRESERVES_ALL_CONTENT_BELOW_THIS_LINE ###