| @LIT_SITE_CFG_IN_HEADER@ |
| |
| import sys |
| |
| config.llvm_tools_dir = lit_config.substitute("@LLVM_TOOLS_DIR@") |
| config.llvm_shlib_ext = "@SHLIBEXT@" |
| config.python_executable = "@Python3_EXECUTABLE@" |
| config.enable_assertions = @ENABLE_ASSERTIONS@ |
| config.native_target = "@LLVM_NATIVE_ARCH@" |
| config.host_os = "@HOST_OS@" |
| config.host_cc = "@HOST_CC@" |
| config.host_cxx = "@HOST_CXX@" |
| config.enable_libcxx = "@LLVM_ENABLE_LIBCXX@" |
| config.host_cmake = "@CMAKE_COMMAND@" |
| config.host_cmake_generator = "@CMAKE_GENERATOR@" |
| config.llvm_use_linker = "@LLVM_USE_LINKER@" |
| config.host_arch = "@HOST_ARCH@" |
| config.mlir_src_root = "@MLIR_SOURCE_DIR@" |
| config.mlir_obj_root = "@MLIR_BINARY_DIR@" |
| config.mlir_runner_utils_dir = "@MLIR_RUNNER_UTILS_DIR@" |
| config.mlir_tools_dir = "@MLIR_TOOLS_DIR@" |
| config.mlir_cmake_dir = "@MLIR_CMAKE_DIR@" |
| config.linalg_test_lib_dir = "@MLIR_DIALECT_LINALG_INTEGRATION_TEST_LIB_DIR@" |
| config.build_examples = @LLVM_BUILD_EXAMPLES@ |
| config.run_cuda_tests = @MLIR_ENABLE_CUDA_CONVERSIONS@ |
| config.enable_cuda_runner = @MLIR_ENABLE_CUDA_RUNNER@ |
| config.run_rocm_tests = @MLIR_ENABLE_ROCM_CONVERSIONS@ |
| config.enable_rocm_runner = @MLIR_ENABLE_ROCM_RUNNER@ |
| config.rocm_test_chipset = "@ROCM_TEST_CHIPSET@" |
| config.spirv_wrapper_library_dir = "@MLIR_SPIRV_WRAPPER_LIBRARY_DIR@" |
| config.enable_spirv_cpu_runner = @MLIR_ENABLE_SPIRV_CPU_RUNNER@ |
| config.vulkan_wrapper_library_dir = "@MLIR_VULKAN_WRAPPER_LIBRARY_DIR@" |
| config.enable_vulkan_runner = @MLIR_ENABLE_VULKAN_RUNNER@ |
| config.enable_bindings_python = @MLIR_ENABLE_BINDINGS_PYTHON@ |
| config.mlir_integration_test_dir = "@MLIR_INTEGRATION_TEST_DIR@" |
| config.intel_sde_executable = "@INTEL_SDE_EXECUTABLE@" |
| config.mlir_run_amx_tests = @MLIR_RUN_AMX_TESTS@ |
| config.mlir_run_x86vector_tests = @MLIR_RUN_X86VECTOR_TESTS@ |
| config.mlir_run_cuda_tensor_core_tests = @MLIR_RUN_CUDA_TENSOR_CORE_TESTS@ |
| config.mlir_include_integration_tests = @MLIR_INCLUDE_INTEGRATION_TESTS@ |
| config.arm_emulator_executable = "@ARM_EMULATOR_EXECUTABLE@" |
| config.arm_emulator_options = "@ARM_EMULATOR_OPTIONS@" |
| config.arm_emulator_lli_executable = "@ARM_EMULATOR_LLI_EXECUTABLE@" |
| config.arm_emulator_utils_lib_dir = "@ARM_EMULATOR_UTILS_LIB_DIR@" |
| config.mlir_run_arm_sve_tests = "@MLIR_RUN_ARM_SVE_TESTS@" |
| |
| import lit.llvm |
| lit.llvm.initialize(lit_config, config) |
| |
| # Let the main config do the real work. |
| lit_config.load_config(config, "@MLIR_SOURCE_DIR@/test/lit.cfg.py") |