cu 0.1.1

Low level bindings to cuda apis
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "cu"
version = "0.1.1"
authors = ["Michal Hornický <semtexzv@gmail.com>"]
description = "Low level bindings to cuda apis"
documentation = "https://docs.rs/cu-core"
repository = "https://github.com/semtexzv/cu"
homepage = "https://github.com/semtexzv/cu"
license = "MIT/Apache-2.0"
keywords = ["cuda", "gpu", "gpgpu"]
categories = ["api-bindings", "external-ffi-bindings", "asynchronous", "science"]

[dependencies]
num = "0.1"
cu-core =  { version = "0.1.0", path = "../cu-core" }