svod-tensor 0.1.0-alpha.3

High-level lazy tensor API for the Svod ML compiler
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "svod-tensor"
version = "0.1.0-alpha.3"
authors = ["Patsakula Nikita <nikita.patsakula@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level lazy tensor API for the Svod ML compiler"
readme = "README.md"
license = "MIT"
repository = "https://github.com/npatsakula/svod"

[features]
default = []
mlir = ["svod-runtime/mlir"]
tracing-verbose = []

[lib]
name = "svod_tensor"
path = "src/lib.rs"

[[bench]]
name = "conformer_ffn"
path = "benches/conformer_ffn.rs"
harness = false

[[bench]]
name = "optimization"
path = "benches/optimization.rs"
harness = false

[dependencies.bon]
version = "3.8"

[dependencies.ndarray]
version = "0.17"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.papaya]
version = "0.2.3"

[dependencies.parking_lot]
version = "0.12"

[dependencies.smallvec]
version = "1.15"

[dependencies.snafu]
version = "0.8.9"

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.svod-codegen]
version = "=0.1.0-alpha.3"

[dependencies.svod-device]
version = "=0.1.0-alpha.3"

[dependencies.svod-dtype]
version = "=0.1.0-alpha.3"

[dependencies.svod-ir]
version = "=0.1.0-alpha.3"

[dependencies.svod-runtime]
version = "=0.1.0-alpha.3"

[dependencies.svod-schedule]
version = "=0.1.0-alpha.3"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.proptest]
version = "1.11.0"

[dev-dependencies.svod-schedule]
version = "=0.1.0-alpha.3"
features = ["testing"]

[dev-dependencies.test-case]
version = "3.3.1"