kopitiam-gpu 0.0.1

GPU parallel-compute foundation for KOPITIAM: wgpu compute pipelines with a runtime GPU->CPU fallback cascade. Domain-agnostic parallel compute infrastructure, not tied to any one field.
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 = "2024"
name = "kopitiam-gpu"
version = "0.0.1"
authors = ["Theodore Kay Chen Ong"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GPU parallel-compute foundation for KOPITIAM: wgpu compute pipelines with a runtime GPU->CPU fallback cascade. Domain-agnostic parallel compute infrastructure, not tied to any one field."
readme = "README.md"
license = "AGPL-3.0-only"
repository = "https://github.com/theodoreOnzGit/kopitiam"
resolver = "2"

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

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

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

[dependencies.bytemuck]
version = "1"

[dependencies.pollster]
version = "0.4"

[dependencies.thiserror]
version = "2"

[dependencies.wgpu]
version = "30"