[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"