[package] name = "rtx-backend-cpu" version.workspace = true edition.workspace = true authors.workspace = true license.workspace = true repository.workspace = true description = "CPU backend for RustyTorch++" keywords = ["tensor", "machine-learning", "cpu"] categories = ["science", "mathematics"] [dependencies] rtx-backend = { workspace = true } thiserror = { workspace = true } num-traits = "0.2" parking_lot = { workspace = true } rand = { workspace = true } rand_distr = { workspace = true } rayon = { workspace = true } [dev-dependencies] tempfile = { workspace = true } [features] default = [] simd = [] # Enable SIMD optimizations [lints] workspace = true