This commit is contained in:
nora 2022-01-10 20:35:44 +01:00
parent 2869a4688b
commit c03b0c399a
8 changed files with 966 additions and 225 deletions

12
gpu/Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "gpu"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib", "rlib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cuda_std = "0.2.1"