Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rust-GPU/rust-cuda
/ to_raw
Method
to_raw
crates/cust/src/function.rs:314–316 ·
view source on GitHub ↗
Retrieves a raw handle to this function.
(&self)
Source
from the content-addressed store, hash-verified
312
313
/// Retrieves a raw handle to this function.
314
pub fn to_raw(&self) -> CUfunction {
315
self.inner
316
}
317
318
// occupancy ----
319
Callers
3
available_dynamic_shared_memory_per_block
Method · 0.45
max_active_blocks_per_multiprocessor
Method · 0.45
suggested_launch_configuration
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected