burn-compute 0.13.2

Compute crate that helps creating high performance async backends.
Documentation
[dependencies.burn-common]
default-features = false
version = "0.13.2"

[dependencies.derive-new]
default-features = false
version = "0.6.0"

[dependencies.dirs]
optional = true
version = "5.0.1"

[dependencies.hashbrown]
version = "0.14.2"

[dependencies.log]
default-features = false
version = "0.4.21"

[dependencies.md5]
optional = true
version = "0.7.0"

[dependencies.serde]
default-features = false
features = ["derive", "alloc"]
optional = true
version = "1.0.197"

[dependencies.serde_json]
default-features = false
features = ["std"]
optional = true
version = "1.0.115"

[dependencies.spin]
features = ["mutex", "spin_mutex"]
version = "0.9.8"
[dev-dependencies.rand]
default-features = false
features = ["std_rng"]
version = "0.8.5"

[dev-dependencies.serial_test]
version = "3.0.0"

[features]
autotune-persistent-cache = ["dirs", "md5", "serde", "serde_json"]
channel-cell = []
channel-mpsc = []
channel-mutex = []
default = ["std", "channel-mutex", "channel-mpsc", "channel-cell", "storage-bytes", "autotune-persistent-cache"]
std = ["burn-common/std"]
storage-bytes = []

[package]
authors = ["louisfd <louisfd94@gmail.com>", "Nathaniel Simard"]
categories = ["science"]
description = "Compute crate that helps creating high performance async backends."
edition = "2021"
keywords = ["deep-learning", "machine-learning", "data"]
license = "MIT OR Apache-2.0"
name = "burn-compute"
readme = "README.md"
repository = "https://github.com/tracel-ai/burn/tree/main/burn-compute"
version = "0.13.2"
[target."cfg(target_family = \"wasm\")".dependencies.web-time]
version = "1.1.0"