Available on
target_arch="nvptx64"
only.Expand description
NVPTX Packed data types (SIMD)
Packed Data Types is what PTX calls SIMD types. See PTX ISA (Packed Data Types) for a full reference.
Structsยง
- f16x2
Experimental - PTX-specific 32-bit wide floating point (f16 x 2) vector type
Functionsยง
- llvm_
f16x2_ ๐ โmaximum - llvm_
f16x2_ ๐ โminimum - f16x2_
add โExperimental - Add two values, round to nearest even
- f16x2_
fma โExperimental - Fused multiply-add, round to nearest even
- f16x2_
max โExperimental - Find the maximum of two values
- f16x2_
max_ โnan Experimental - Find the maximum of two values, NaNs pass through.
- f16x2_
min โExperimental - Find the minimum of two values
- f16x2_
min_ โnan Experimental - Find the minimum of two values, NaNs pass through.
- f16x2_
mul โExperimental - Multiply two values, round to nearest even
- f16x2_
neg โExperimental - Arithmetic negate
- f16x2_
sub โExperimental - Subtract two values, round to nearest even