mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-28 13:37:57 +03:00
Move zluda_dump to the new CUDA infrastructure
This commit is contained in:
parent
9390db962b
commit
869efbe0e2
14 changed files with 4018 additions and 3677 deletions
8
cuda_types/Cargo.toml
Normal file
8
cuda_types/Cargo.toml
Normal 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
3
cuda_types/src/lib.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
use cuda_base::cuda_type_declarations;
|
||||
|
||||
cuda_type_declarations!();
|
Loading…
Add table
Add a link
Reference in a new issue