[dependencies.async-trait]
version = "0.1"
[dependencies.cudarc]
features = ["cuda-12050"]
optional = true
version = "0.11"
[dependencies.futures]
version = "0.3"
[dependencies.parking_lot]
version = "0.12"
[dependencies.ringkernel-core]
version = "0.1.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.35"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.cudarc]
features = ["cuda-12050"]
version = "0.11"
[dev-dependencies.tokio]
features = ["full", "test-util", "macros", "rt-multi-thread"]
version = "1.35"
[features]
cuda = ["cudarc"]
default = []
[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 = false
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.1.0"
[[test]]
name = "gpu_execution_verify"
path = "tests/gpu_execution_verify.rs"