mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-10-04 15:19:37 +00:00
Add more host-side functionality (#480)
This commit is contained in:
parent
de319f7c00
commit
62d340e4bd
18 changed files with 718 additions and 100 deletions
|
@ -199,8 +199,8 @@ impl VisitMut for FixFnSignatures {
|
|||
}
|
||||
|
||||
const MODULES: &[&str] = &[
|
||||
"context", "device", "driver", "function", "library", "link", "memory", "module", "pointer",
|
||||
"stream",
|
||||
"context", "device", "driver", "event", "function", "graph", "kernel",
|
||||
"library", "link", "memory", "module", "pointer", "stream"
|
||||
];
|
||||
|
||||
fn normalize_fn_impl(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue