/*
* SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
//! JIT compiler that translates Rust DSL modules into Tile IR and compiles them to GPU cubins.
extern crate core;
pub use utils;