/*
* SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
//! Compiler backend v2: translates Rust syn ASTs into Tile IR using the
//! `tile-ir` crate. Emits bytecode directly — no LLVM/MLIR dependency.
//!
//! Produces `cutile_ir::Module`, which is serialized to bytecode for GPU
//! compilation via the `tileiras` tool.
pub
pub use CUDATileFunctionCompiler;
pub use CUDATileModules;