Skip to main content
Log in

Mojo module

globals

This module includes NVIDIA GPUs global constants.

Aliases

  • MAX_THREADS_PER_BLOCK_METADATA = _resolve_max_threads_per_block_metadata().value: This is metadata tag that is used in conjunction with __llvm_metadata to give a hint to the compiler about the max threads per block that's used.
  • WARP_SIZE = _resolve_warp_size(): The warp size of the NVIDIA hardware.