ringkernel-ir 0.4.0

Intermediate Representation for RingKernel GPU code generation
Documentation
[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 }

# For identifier interning
string-interner = "0.18"

# For graph algorithms on IR
petgraph = "0.7"

[dev-dependencies]
pretty_assertions = "1.4"

[features]
default = []
# Enable detailed IR validation
validation = []
# Enable IR optimization passes
optimization = []