collenchyma 0.0.8

high-performance computation on any hardware
Documentation
[dependencies]
bitflags = "0.3"
byteorder = "0.4"
enum_primitive = "0.1.0"
lazy_static = "0.1.15"
libc = "0.2"
linear-map = "0.0.4"
num = "0.1"

[dependencies.clippy]
optional = true
version = "0.0.27"

[dev-dependencies]
rand = "0.3"

[features]
cuda = []
default = ["native", "cuda", "opencl"]
dev = []
lint = ["clippy"]
native = []
opencl = []
travis = ["native"]
unstable = []
unstable_alloc = []

[package]
authors = ["Michael Hirn <mj@autumnai.com>", "Maximilian Goisser <max@autumnai.com>"]
description = "high-performance computation on any hardware"
documentation = "http://autumnai.github.io/collenchyma"
homepage = "https://github.com/autumnai/collenchyma"
keywords = ["backend", "computation", "opencl", "cuda", "hpc"]
license = "MIT OR Apache-2.0"
name = "collenchyma"
readme = "README.md"
repository = "https://github.com/autumnai/collenchyma"
version = "0.0.8"

[profile.bench]
codegen-units = 1
debug = false
debug-assertions = false
lto = false
opt-level = 3
rpath = false