ghostflow-core 0.1.0

Core tensor operations for GhostFlow ML framework - optimized for maximum performance
Documentation
[dependencies.cblas]
optional = true
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.parking_lot]
version = "0.12"

[dependencies.pulp]
optional = true
version = "0.18"

[dependencies.rand]
version = "0.8"

[dependencies.rand_distr]
version = "0.4"

[dependencies.rayon]
optional = true
version = "1.8"

[dependencies.smallvec]
version = "1.11"

[dependencies.thiserror]
version = "1.0"

[dependencies.wide]
optional = true
version = "0.7"

[features]
all-optimizations = ["simd", "rayon"]
blas = ["dep:cblas"]
cuda = []
default = ["rayon", "simd"]
simd = ["wide", "pulp"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "algorithms"]
description = "Core tensor operations for GhostFlow ML framework - optimized for maximum performance"
documentation = "https://docs.rs/ghostflow-core"
edition = "2021"
homepage = "https://github.com/choksi2212/ghost-flow"
keywords = ["machine-learning", "tensor", "deep-learning", "neural-network", "simd"]
license = "MIT OR Apache-2.0"
name = "ghostflow-core"
readme = "README.md"
repository = "https://github.com/choksi2212/ghost-flow"
version = "0.1.0"

[[test]]
name = "test_optimizations"
path = "tests/test_optimizations.rs"