//! Architecture-specific runtime support modules.
/// CPU runtime: coroutine-based cooperative scheduling and parallel dispatch.
#[cfg(feature ="cpu")]pubmodcpu;/// CUDA intrinsics for thread and block indexing.
#[cfg(target_arch ="nvptx64")]pubmodcuda;