kime-cpu 0.0.21

The CPU backend for kime: x86 and ARM kernels, FP32 and INT8.
Documentation
[package]
name = "kime-cpu"
description = "The CPU backend for kime: x86 and ARM kernels, FP32 and INT8."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true
readme.workspace = true

[dependencies]
kime-model.workspace = true
kime-tensor.workspace = true
libm.workspace = true

[dev-dependencies]
serde_json.workspace = true

# Without libtest's harness, whose own threads allocate (its 60 second warning, for one) while
# the counting allocator is on.
[[test]]
name = "no_alloc"
harness = false

[lints]
workspace = true