pub fn driver_entry_point(symbol: &str, flags: u64) -> Result<DriverEntryPoint>Expand description
Resolve a Driver-API symbol by name through the Runtime API
(cudaGetDriverEntryPoint). flags = 0 = default; bit 0 = legacy
stream, bit 1 = per-thread stream (mirrors cuGetProcAddress).