diff options
Diffstat (limited to 'ptx/Cargo.toml')
-rw-r--r-- | ptx/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ptx/Cargo.toml b/ptx/Cargo.toml index ffe064c..2ac1f68 100644 --- a/ptx/Cargo.toml +++ b/ptx/Cargo.toml @@ -26,3 +26,4 @@ hip_runtime-sys = { path = "../hip_runtime-sys" } tempfile = "3" spirv_tools-sys = { path = "../spirv_tools-sys" } paste = "1.0" +cuda-driver-sys = "0.3.0" |