Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rust-GPU/rust-cuda
/ block_dim_x
Function
block_dim_x
crates/cuda_std/src/thread.rs:118–120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
#[gpu_only]
117
#[inline(always)]
118
pub fn block_dim_x() -> u32 {
119
inbounds!(__nvvm_block_dim_x, 1, 1025)
120
}
121
122
#[gpu_only]
123
#[inline(always)]
Callers
3
index_1d
Function · 0.85
index_2d
Function · 0.85
index_3d
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected