ringkernel-cuda 0.3.2

CUDA backend for RingKernel - NVIDIA GPU support via cudarc
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.cudarc]
features = ["cuda-version-from-build-system", "nvtx"]
optional = true
version = "0.18.2"

[dependencies.futures]
version = "0.3"

[dependencies.parking_lot]
version = "0.12"

[dependencies.ringkernel-core]
version = "0.3.1"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.serde_json]
optional = true
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
features = ["full"]
version = "1.48"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio]
features = ["full", "test-util", "macros", "rt-multi-thread"]
version = "1.48"

[features]
cooperative = ["cuda"]
cuda = ["cudarc"]
default = []
profiling = ["cuda", "serde", "serde_json"]

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

[package]
authors = ["Michael Ivertowski <mivertowski@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["hardware-support"]
description = "CUDA backend for RingKernel - NVIDIA GPU support via cudarc"
edition = "2021"
homepage = "https://github.com/mivertowski/RustCompute"
keywords = ["gpu", "actor", "cuda", "nvidia"]
license = "Apache-2.0"
name = "ringkernel-cuda"
readme = "README.md"
repository = "https://github.com/mivertowski/RustCompute"
rust-version = "1.75"
version = "0.3.2"

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

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

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