[dependencies.ash]
optional = true
version = "0.38"
[dependencies.bytemuck]
features = ["derive"]
version = "1.14"
[dependencies.cudarc]
features = ["cuda-version-from-build-system"]
optional = true
version = "0.12"
[dependencies.gpu-allocator]
optional = true
version = "0.27"
[dependencies.half]
features = ["bytemuck", "num-traits"]
version = "2.4"
[dependencies.matrixmultiply]
version = "0.3"
[dependencies.num-traits]
version = "0.2"
[dependencies.parking_lot]
version = "0.12"
[dependencies.pollster]
optional = true
version = "0.4"
[dependencies.smallvec]
version = "1.13"
[dependencies.sysinfo]
version = "0.32"
[dependencies.thiserror]
version = "1.0"
[dependencies.wgpu]
optional = true
version = "23.0"
[dev-dependencies.approx]
version = "0.5"
[features]
cuda = ["dep:cudarc"]
default = ["std"]
metal = ["dep:metal", "dep:objc"]
std = []
vulkan = ["dep:ash", "dep:gpu-allocator"]
wgpu = ["dep:wgpu", "dep:pollster"]
[lib]
name = "axonml_core"
path = "src/lib.rs"
[package]
authors = ["AutomataNexus Development Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "mathematics"]
description = "Core abstractions for the Axonml ML framework"
edition = "2021"
keywords = ["tensor", "machine-learning", "device", "memory"]
license = "MIT OR Apache-2.0"
name = "axonml-core"
readme = "README.md"
repository = "https://github.com/automatanexus/axonml"
rust-version = "1.75"
version = "0.2.1"
[target.'cfg(target_os = "macos")'.dependencies.metal]
optional = true
version = "0.29"
[target.'cfg(target_os = "macos")'.dependencies.objc]
optional = true
version = "0.2"