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

Function thread_idx_z

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

Source from the content-addressed store, hash-verified

92#[gpu_only]
93#[inline(always)]
94pub fn thread_idx_z() -> u32 {
95 inbounds!(__nvvm_thread_idx_z, 64)
96}
97
98#[gpu_only]
99#[inline(always)]

Callers 1

index_3dFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected