[package]
name = "ocl-convolution"
version = "0.3.0"
authors = ["Alex Ostrovski <ostrovski.alex@gmail.com>"]
edition = "2021"
rust-version = "1.57"
license = "MIT OR Apache-2.0"
keywords = ["convolution", "neural-network", "deep-learning", "OpenCL"]
readme = "README.md"
categories = ["science"]
description = "OpenCL-accelerated 2D convolutions"
repository = "https://github.com/slowli/ocl-convolution"
exclude = [
"/misc/**",
".editorconfig",
".github",
]
[badges]
maintenance = { status = "experimental" }
[dependencies]
ndarray = "0.15.1"
ocl = "0.19.3"
lazy_static = "1.3.0"
[dev-dependencies]
criterion = "0.3.1"
doc-comment = "0.3.3"
rand = "0.8.1"
rand_xorshift = "0.3.0"
version-sync = "0.9.1"
[[bench]]
name = "basics"
harness = false
path = "benches/basics.rs"