kaio-core 0.2.2

KAIO core — PTX IR types and emission. 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-core"
version = "0.2.2"
authors = ["Dave Riding <david@netviper.gr>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "KAIO core — PTX IR types and emission. Part of the KAIO GPU kernel authoring framework."
readme = false
keywords = [
    "gpu",
    "cuda",
    "ptx",
    "codegen",
    "ir",
]
categories = [
    "hardware-support",
    "compilers",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dmriding/kaio"

[package.metadata.docs.rs]
targets = [
    "x86_64-unknown-linux-gnu",
    "x86_64-pc-windows-msvc",
]

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

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

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

[dependencies.half]
version = "2"