mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-08-02 14:57:43 +03:00
Fix typo
This commit is contained in:
@ -5,5 +5,5 @@ authors = ["Violet <c01368481@gmail.com>"]
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
cuda_types = { "0.0.0", path = "../cuda_types" }
|
||||
hip_runtime-sys = { "0.0.0", path = "../ext/hip_runtime-sys" }
|
||||
cuda_types = { path = "../cuda_types" }
|
||||
hip_runtime-sys = { path = "../ext/hip_runtime-sys" }
|
||||
|
Reference in New Issue
Block a user