diff options
Diffstat (limited to 'cuda_types/Cargo.toml')
-rw-r--r-- | cuda_types/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cuda_types/Cargo.toml b/cuda_types/Cargo.toml index e779830..2ca470f 100644 --- a/cuda_types/Cargo.toml +++ b/cuda_types/Cargo.toml @@ -6,3 +6,4 @@ edition = "2018" [dependencies] cuda_base = { path = "../cuda_base" } +hip_runtime-sys = { path = "../ext/hip_runtime-sys" } |