gpu-mumu 0.2.0-rc.1

GPU/Vulkan matrix and tensor operations for the mumu/lava language
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.ash]
version = "0.38"

[dependencies.core-mumu]
version = "0.9.0-rc.3"

[dependencies.env_logger]
version = "0.9"

[dependencies.indexmap]
version = "2.9"

[dependencies.lazy_static]
version = "1.4"

[dependencies.libloading]
version = "0.7"

[dependencies.log]
version = "0.4"

[lib]
crate-type = ["cdylib"]
name = "mumugpu"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "GPU/Vulkan matrix and tensor operations for the mumu/lava language"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "gpu-mumu"
readme = "README.md"
version = "0.2.0-rc.1"