[build-dependencies.cc]
version = "1.0"
[dependencies.ghostflow-core]
version = "1.0.0"
[dependencies.parking_lot]
version = "0.12"
[features]
cuda = []
default = []
[lib]
name = "ghostflow_cuda"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["science", "algorithms"]
description = "CUDA backend for GhostFlow ML framework"
documentation = "https://docs.rs/ghostflow-cuda"
edition = "2021"
homepage = "https://github.com/choksi2212/ghost-flow"
keywords = ["cuda", "gpu", "machine-learning", "deep-learning"]
license = "MIT OR Apache-2.0"
name = "ghostflow-cuda"
readme = "README.md"
repository = "https://github.com/choksi2212/ghost-flow"
version = "1.0.0"