kaio-runtime 0.2.0

KAIO runtime — CUDA driver API wrapper, kernel launch, and device memory management. Part of the KAIO GPU kernel authoring framework.
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"
rust-version = "1.94"
name = "kaio-runtime"
version = "0.2.0"
authors = ["Dave Riding <david@netviper.gr>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "KAIO runtime — CUDA driver API wrapper, kernel launch, and device memory management. Part of the KAIO GPU kernel authoring framework."
readme = false
keywords = [
    "gpu",
    "cuda",
    "ptx",
    "runtime",
    "kernel",
]
categories = ["hardware-support"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dmriding/kaio"

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

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

[dependencies.cudarc]
version = "0.19"
features = [
    "driver",
    "std",
    "dynamic-loading",
    "cuda-12080",
    "nvrtc",
    "f16",
]
default-features = false

[dependencies.kaio-core]
version = "0.2.0"

[dependencies.thiserror]
version = "2"