[package]
name = "ringkernel-ir"
version.workspace = true
edition.workspace = true
authors = ["RingKernel Contributors"]
description = "Intermediate Representation for RingKernel GPU code generation"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ringkernel/ringkernel"
keywords = ["gpu", "ir", "codegen", "cuda", "wgsl"]
categories = ["compilers", "development-tools"]
[dependencies]
thiserror = { workspace = true }
tracing = { workspace = true }
string-interner = "0.18"
petgraph = "0.7"
[dev-dependencies]
pretty_assertions = "1.4"
[features]
default = []
validation = []
optimization = []