Search code examples
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
Why is there no 2-byte float and does an implementation already exist?...


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

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
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
How to correctly determine at compile time that _Float16 is supported?...


cgccfloating-pointclanghalf-precision-float

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


c++cudaatomichalf-precision-float

Read More
Why is operating on Float64 faster than Float16?...


performancejuliahalf-precision-float

Read More
Can float16 data type save compute cycles while computing transcendental functions?...


cpu-architecturehpchalf-precision-float

Read More
What are vector division and multiplication as in CUDA __half2 arithmetic?...


cudahalf-precision-float

Read More
float.h-like definitions for IEEE 754 binary16 half floats...


ieee-754half-precision-float

Read More
How to get the value of kCVPixelFormatType_DepthFloat16 (half-point float)?...


iosswifthalf-precision-float

Read More
Why is it dangerous to convert integers to float16?...


pythonhalf-precision-float

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


cgccprintflanguage-lawyerhalf-precision-float

Read More
Declaring Half precision floating point memory in SYCL...


openclgpgpusyclintel-oneapihalf-precision-float

Read More
Half-precision floating-point arithmetic on Intel chips...


x86intelavxfloating-point-conversionhalf-precision-float

Read More
BackNext