luma-cuda-kernel 0.0.1

cuda kernel implement
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "luma-cuda-kernel"
version = { workspace = true }
edition = { workspace = true }
repository = { workspace = true }
description = "cuda kernel implement"
keywords = { workspace = true }
license = { workspace = true }

[dependencies]

[build-dependencies]
bindgen_cuda = "0.1.1"