[package]
edition = "2024"
rust-version = "1.88"
name = "launchbound-runner"
version = "1.2.0"
authors = ["Vyncint Ng <vyncint@icloud.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The bench-plan executor that runs on the machine with the GPU"
readme = "README.md"
keywords = [
"cuda",
"gpu",
"autotuner",
"convergence",
"kernel",
]
categories = [
"development-tools",
"development-tools::profiling",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/vyncint/launchbound"
[[bin]]
name = "launchbound-runner"
path = "src/main.rs"
[dependencies.launchbound-bench]
version = "1.2.0"
[dependencies.launchbound-search]
version = "1.2.0"