Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rust-GPU/rust-cuda
/ block_dim_z
Function
block_dim_z
crates/cuda_std/src/thread.rs:130–132 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
128
#[gpu_only]
129
#[inline(always)]
130
pub fn block_dim_z() -> u32 {
131
inbounds!(__nvvm_block_dim_z, 1, 65)
132
}
133
134
#[gpu_only]
135
#[inline(always)]
Callers
1
index_3d
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected