MCPcopy Create free account
hub / github.com/Rust-GPU/rust-cuda / block_dim_y

Function block_dim_y

crates/cuda_std/src/thread.rs:124–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122#[gpu_only]
123#[inline(always)]
124pub fn block_dim_y() -> u32 {
125 inbounds!(__nvvm_block_dim_y, 1, 1025)
126}
127
128#[gpu_only]
129#[inline(always)]

Callers 2

index_2dFunction · 0.85
index_3dFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected