Search code examples
Why is there no 2-byte float and does an implementation already exist?...


c++floating-point16-bithalf-precision-float

Read More
How to efficiently check whether a half-precision value is finite, in CUDA?...


floating-pointcudahalf-precision-float

Read More
Half-precision floating point support in CUDA...


openglcudahalf-precision-float

Read More
How to correctly determine at compile time that _Float16 is supported?...


cgccfloating-pointclanghalf-precision-float

Read More
What is the difference, if any, between model.half() and model.to(dtype=torch.float16) in huggingfac...


pythonhuggingface-transformershuggingfacequantizationhalf-precision-float

Read More
GCC: why cannot compile clean printf("%f\n", f16) under -std=c11 -Wall?...


cgccprintflanguage-lawyerhalf-precision-float

Read More
How do I convert a `float` to a `_Float16`, or even initialize a `_Float16`? (And/or print with prin...


cgccfloating-pointprintfhalf-precision-float

Read More
How to enable __fp16 type on gcc for x86_64...


c++cgccx86half-precision-float

Read More
Do all processors supporting AVX2 support F16C?...


x86x86-64simdavx2half-precision-float

Read More
float16_t rounding on ARM NEON...


armieee-754half-precision-float

Read More
What makes `print(np.half(500.2))` differs from `print(f"{np.half(500.2)}")`...


pythonnumpyhalf-precision-float

Read More
Why do BF16 models have slower inference on Mac M-series chips compared to F16 models?...


macosperformanceneural-networkinferencehalf-precision-float

Read More
How can I convert an integer to CUDA's __half FP16 type, in a constexpr fashion?...


c++floating-pointcudaconstexprhalf-precision-float

Read More
I load a float32 Hugging Face model, cast it to float16, and save it. How can I load it as float16?...


pythonmachine-learninghuggingface-transformershuggingfacehalf-precision-float

Read More
tensorflow - how to use 16 bit precision float...


pythontensorflowkerasprecisionhalf-precision-float

Read More
How do I print the half-precision / bfloat16 values from in a (binary) file?...


command-linefloating-pointbinary-datahalf-precision-floatbfloat16

Read More
AVX-512 BF16: load bf16 values directly instead of converting from fp32...


cintrinsicsavx512half-precision-float

Read More
Convert 16 bit hex value to FP16 in Python?...


pythonnumpyhalf-precision-float

Read More
std::floating_point concept in CUDA for all IEE754 types...


c++cudaprecisionc++-conceptshalf-precision-float

Read More
How to call _mm256_mul_ph from rust?...


rustintrinsicsavx512half-precision-float

Read More
How can I do arithmetic on CUDA's __half type in host side code?...


c++cudahalf-precision-float

Read More
Convert generic type to Half value allocation-free...


c#.netgenericshalf-precision-float

Read More
How to use float16 neon intrinsics on Android?...


androidc++armneonhalf-precision-float

Read More
Bit shifting a half-float into a float...


c++floating-pointbytebit-shifthalf-precision-float

Read More
Different methods to unpack CUDA half2 datatypes...


cudasimdhalf-precision-float

Read More
Detecting support for __fp16...


c++cclanghalf-precision-float

Read More
Using half precision with CuPy...


python-3.xcudacupyhalf-precision-float

Read More
List of ARM instructions implementing half-precision floating-point arithmetic...


floating-pointarminstructionshalf-precision-float

Read More
Can language model inference on a CPU, save memory by quantizing?...


pythonmachine-learningneural-networkcpuhalf-precision-float

Read More
atomicAdd half-precision floating-point (FP16) on CUDA Compute Capability 5.2...


c++cudaatomichalf-precision-float

Read More
BackNext