ferric-tensor 0.1.0

Ferric L2 — a general N-dimensional tensor runtime on the GPU fabric: arbitrary rank, strided views, broadcasting, general reductions, batched matmul (dtypes + autograd next).
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "ferric-tensor"
version = "0.1.0"
authors = ["Institute for Physical AI (physicalai-bmi.org)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ferric L2 — a general N-dimensional tensor runtime on the GPU fabric: arbitrary rank, strided views, broadcasting, general reductions, batched matmul (dtypes + autograd next)."
homepage = "https://physicalai-bmi.org"
readme = false
keywords = [
    "tensor",
    "gpu",
    "webgpu",
    "ndarray",
    "ai",
]
categories = [
    "science",
    "mathematics",
]
license = "Apache-2.0"
repository = "https://github.com/dcharlot-physicalai-bmi/ferric"

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

[[example]]
name = "autotune"
path = "examples/autotune.rs"

[[example]]
name = "bench"
path = "examples/bench.rs"

[[example]]
name = "classify"
path = "examples/classify.rs"

[[example]]
name = "coverage"
path = "examples/coverage.rs"

[[example]]
name = "devices"
path = "examples/devices.rs"

[[example]]
name = "dtypes"
path = "examples/dtypes.rs"

[[example]]
name = "ebm"
path = "examples/ebm.rs"

[[example]]
name = "fabric"
path = "examples/fabric.rs"

[[example]]
name = "fusion"
path = "examples/fusion.rs"

[[example]]
name = "general"
path = "examples/general.rs"

[[example]]
name = "jepa"
path = "examples/jepa.rs"

[[example]]
name = "train"
path = "examples/train.rs"

[[example]]
name = "train_transformer"
path = "examples/train_transformer.rs"

[[example]]
name = "transformer"
path = "examples/transformer.rs"

[dependencies.bytemuck]
version = "1.25.1"

[dependencies.ferric-core]
version = "0.1"

[dependencies.flume]
version = "0.12.0"

[dependencies.pollster]
version = "1.0.1"

[dependencies.wgpu]
version = "30.0.0"

[dev-dependencies.half]
version = "2"

[dev-dependencies.pollster]
version = "1.0.1"