ringkernel-graph 0.3.0

GPU-accelerated graph algorithm primitives
Documentation
[dependencies.bytemuck]
features = ["derive"]
version = "1.14"

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

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

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

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

[features]
cuda = ["cudarc"]
default = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "algorithms", "mathematics"]
description = "GPU-accelerated graph algorithm primitives"
edition = "2021"
keywords = ["gpu", "graph", "bfs", "cuda", "parallel"]
license = "MIT OR Apache-2.0"
name = "ringkernel-graph"
readme = false
repository = "https://github.com/ringkernel/ringkernel"
version = "0.3.0"