Helpers for NVVM / NVPTX intrinsic enums, printers, and FP semantics.
Enums
Name |
Description |
CTA group variants for TMA / TCGEN05 PTX instructions. |
|
Eviction priorities for prefetch and applypriority intrinsics. |
|
Reduction ops for TMA shared‐to‐global bulk tensor copies. |
|
Collector usage operations for TCGEN05 MMA. |
|
B‐buffer selectors for TCGEN05 MMA collectors. |
|
Matrix‐multiply‐accumulate data kinds for TCGEN05 MMA. |
|
Element types encoded in a tensormap descriptor. |
|
Out‐of‐bounds fill modes for tensormap descriptors. |
|
Interleave layouts for tensormap descriptors. |
|
Swizzle atomicity widths for tensormap descriptors. |
|
Swizzle modes for tensormap descriptors. |
Functions
Name |
Description |
Return true if the NVVM add intrinsic flushes denormals to zero. |
|
Return true if the NVVM div intrinsic flushes denormals to zero. |
|
Return true if the NVVM FMA intrinsic flushes denormals to zero. |
|
Return true if the fmin/fmax intrinsic uses the xorsign‐abs variant. |
|
Return true if the fmin/fmax intrinsic propagates NaN operands. |
|
Return true if the fmin/fmax intrinsic flushes denormals to zero. |
|
Return true if the NVVM mul intrinsic flushes denormals to zero. |
|
Return true if the FP‐to‐integer intrinsic converts NaN inputs to zero. |
|
Return true if the FP‐to‐integer intrinsic converts to a signed integer. |
|
Return true if the FP‐to‐integer intrinsic flushes denormals to zero. |
|
Return the rounding mode of an NVVM floating‐point add intrinsic. |
|
Return the rounding mode of an NVVM floating‐point div intrinsic. |
|
Return the rounding mode of an NVVM fused multiply‐add intrinsic. |
|
Return the rounding mode of an NVVM floating‐point mul intrinsic. |
|
Return the rounding mode of an NVVM FP‐to‐integer conversion intrinsic. |
|
Map an FTZ preference to the corresponding LLVM denormal mode. |
|
Return the rounding mode of an NVVM reciprocal intrinsic. |
|
Return true if the reciprocal intrinsic flushes denormals to zero. |
|
Return true if the unary math intrinsic flushes denormals to zero. |
|
Return the PTX name for an L2 eviction policy. |
|
Return the PTX name for a TMA tensor reduction operation. |
|
Print an eviction policy immediate to |
|
Print a TMA reduction op immediate to |
|
Print a TCGEN05 collector usage op immediate to |
|
Print a TCGEN05 MMA collector B‐buffer immediate to |
|
Print a TCGEN05 MMA kind immediate to |
|
Print a tensormap element type immediate to |
|
Print a tensormap fill mode immediate to |
|
Print a tensormap interleave layout immediate to |
|
Print a tensormap swizzle atomicity immediate to |
|
Print a tensormap swizzle mode immediate to |
Created with MrDocs