macro_rules! install_hooks {
() => { ... };
}Expand description
Installs the cuGetProcAddress hooks required for the interposer to function.
This macro automatically includes the hook_map.rs generated by cuda-interposer-build.
macro_rules! install_hooks {
() => { ... };
}Installs the cuGetProcAddress hooks required for the interposer to function.
This macro automatically includes the hook_map.rs generated by cuda-interposer-build.