[package]
edition = "2021"
name = "ferrox-vulkan"
version = "0.20.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vulkan/SPIR-V beachhead for the Ferrox inference engine (GO/NO-GO slice, not a backend)"
homepage = "https://github.com/antonellof/ferrox"
readme = "README.md"
keywords = [
"vulkan",
"spirv",
"gpu",
"llm",
"ferrox",
]
categories = [
"hardware-support",
"science",
]
license = "Apache-2.0"
repository = "https://github.com/antonellof/ferrox"
[features]
default = []
vulkan = ["dep:ash"]
[lib]
name = "ferrox_vulkan"
path = "src/lib.rs"
[[example]]
name = "probe"
path = "examples/probe.rs"
required-features = ["vulkan"]
[dependencies.ash]
version = "0.38"
features = [
"loaded",
"std",
]
optional = true
default-features = false
[dependencies.thiserror]
version = "1"
[dev-dependencies.ferrox-quant]
version = "0.20.0"
[dev-dependencies.half]
version = "2"