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