rocm_kernel_macros 0.5.1

macros for generating rocm kernels
Documentation
[package]
name = "rocm_kernel_macros"
version = "0.5.1"
edition = "2024"
license = "MIT OR Apache-2.0"
authors = ["WhiskyAKM"]
description = "macros for generating rocm kernels"
categories = ["api-bindings", "hardware-support"]
keywords = ["radeon", "rsmi", "hip", "rocm", "gpu"]
readme = "readme.md"

[lib]
proc-macro = true

[dependencies]
syn = { version = "2.0", features = ["full"] }
quote = "1.0"
proc-macro2 = "1.0"
fslock = "0.2.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
regex = "1.12.2"