2022-01-07 04:20:33 +01:00
|
|
|
[package]
|
|
|
|
name = "cuda_types"
|
|
|
|
version = "0.0.0"
|
|
|
|
authors = ["Andrzej Janik <vosen@vosen.pl>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
cuda_base = { path = "../cuda_base" }
|
2024-12-02 00:29:57 +01:00
|
|
|
hip_runtime-sys = { path = "../ext/hip_runtime-sys" }
|