Compare commits

...

2 commits

Author SHA1 Message Date
Seunghoon Lee 7dfd642e67
WIP 2024-05-30 03:10:42 +09:00
Seunghoon Lee 796ca8de8d
[Fix] Handle stream correctly. 2024-05-21 18:17:57 +09:00
4 changed files with 194 additions and 594 deletions

2
Cargo.lock generated
View file

@ -2565,8 +2565,10 @@ dependencies = [
name = "zluda_runtime"
version = "0.0.0"
dependencies = [
"cuda_types",
"hip_common",
"hip_runtime-sys",
"zluda_dark_api",
]
[[package]]

View file

@ -9,8 +9,10 @@ name = "cudart"
crate-type = ["cdylib"]
[dependencies]
cuda_types = { path = "../cuda_types" }
hip_common = { path = "../hip_common" }
hip_runtime-sys = { path = "../hip_runtime-sys" }
zluda_dark_api = { path = "../zluda_dark_api" }
[package.metadata.zluda]
linux_names = ["libcudart.so.10", "libcudart.so.11"]

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff