Move zluda_dump to the new CUDA infrastructure

This commit is contained in:
Andrzej Janik 2022-01-07 04:20:33 +01:00
parent 9390db962b
commit 869efbe0e2
14 changed files with 4018 additions and 3677 deletions

8
cuda_types/Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "cuda_types"
version = "0.0.0"
authors = ["Andrzej Janik <vosen@vosen.pl>"]
edition = "2018"
[dependencies]
cuda_base = { path = "../cuda_base" }

3
cuda_types/src/lib.rs Normal file
View file

@ -0,0 +1,3 @@
use cuda_base::cuda_type_declarations;
cuda_type_declarations!();