[package]
edition = "2021"
name = "xlog-gpu"
version = "0.9.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level Rust API for running XLOG programs on NVIDIA GPUs"
homepage = "https://github.com/BrainyBlaze/xlog"
documentation = "https://docs.rs/xlog-gpu"
readme = "README.md"
keywords = [
"xlog",
"datalog",
"gpu",
"cuda",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/BrainyBlaze/xlog"
[lib]
name = "xlog_gpu"
path = "src/lib.rs"
[[test]]
name = "biokg_streaming_relation_loader"
path = "tests/biokg_streaming_relation_loader.rs"
[[test]]
name = "logic_runner"
path = "tests/logic_runner.rs"
[[test]]
name = "relation_delta_planner_telemetry"
path = "tests/relation_delta_planner_telemetry.rs"
[[test]]
name = "v032_gpu_certification"
path = "tests/v032_gpu_certification.rs"
[[test]]
name = "v085_lists"
path = "tests/v085_lists.rs"
[[test]]
name = "v085_meta"
path = "tests/v085_meta.rs"
[[bench]]
name = "logic_bench"
path = "benches/logic_bench.rs"
harness = false
[dependencies.xlog-core]
version = "0.9.2"
[dependencies.xlog-cuda]
version = "0.9.2"
[dependencies.xlog-ir]
version = "0.9.2"
[dependencies.xlog-logic]
version = "0.9.2"
[dependencies.xlog-runtime]
version = "0.9.2"
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.serial_test]
version = "3.0"