Module core::arch::nvptx[][src]

🔬 This is a nightly-only experimental API. (stdsimd #27731)
This is supported on target_arch="nvptx" or target_arch="nvptx64" only.
Expand description

Platform-specific intrinsics for the NVPTX platform.

See the module documentation for more details.

Functions

Experimental

Syscall to be used whenever the assert expression produces a false value.

Experimental

x-th thread-block dimension.

Experimental

y-th thread-block dimension.

Experimental

z-th thread-block dimension.

Experimental

x-th thread-block index.

Experimental

y-th thread-block index.

Experimental

z-th thread-block index.

Experimental

x-th block-grid dimension.

Experimental

y-th block-grid dimension.

Experimental

z-th block-grid dimension.

Experimental

Synchronizes all threads in the block.

Experimental

x-th thread index.

Experimental

y-th thread index.

Experimental

z-th thread index.

Experimental

Free previously dynamically allocated memory.

Experimental

Allocate memory dynamically from a fixed-size heap in global memory.

Experimental

Generates the trap instruction TRAP

Experimental

Print formatted output from a kernel to a host-side output stream.