PulseAugur
EN
LIVE 15:43:38
ENTITY half-precision floating-point format

half-precision floating-point format

PulseAugur coverage of half-precision floating-point format — every cluster mentioning half-precision floating-point format across labs, papers, and developer communities, ranked by signal.

Show in brief
Total · 30d
17
40 over 90d
Releases · 30d
0
0 over 90d
Papers · 30d
9
24 over 90d
TIER MIX · 90D
TOPICS
RELATIONSHIPS
SENTIMENT · 30D

11 day(s) with sentiment data

RECENT · PAGE 1/2 · 40 TOTAL
  1. TOOL · CL_195859 ·

    Quantization shrinks AI models by reducing weight precision

    Quantization is a technique used to reduce the memory footprint and increase the speed of large AI models. This process involves converting the high-precision floating-point numbers representing model weights into lower…

  2. TOOL · CL_195962 ·

    Hand-written PTX kernels show significant speedups for INT8/INT4 GEMM on NVIDIA L4 GPUs

    A new research paper explores the performance benefits of using hand-written PTX (Parallel Thread Execution) kernels for GEMM (General Matrix Multiply) operations on NVIDIA L4 GPUs, compared to the standard WMMA (Warp M…

  3. TOOL · CL_192541 ·

    Quantized LLMs face 'alignment collapse,' erasing safety guardrails

    Post-training quantization (PTQ) of large language models (LLMs) can lead to a phenomenon called "alignment collapse," where safety guardrails like RLHF and DPO are silently erased when models are compressed to lower bi…

  4. TOOL · CL_182471 ·

    AI models may ditch matrix multiplication for addition-only hardware

    Researchers are exploring a shift from traditional matrix multiplications in AI models to simpler addition-only operations, aiming to overcome the memory bandwidth bottleneck. This approach, which involves using extreme…

  5. TOOL · CL_182079 ·

    LLM Audits Miss 90% of Safety Failures Due to Post-Training Compression

    A new analysis suggests that standard auditing practices for large language models (LLMs) fail to detect significant safety failures that emerge after model compression. Compressing full-precision models to lower bit-wi…

  6. TOOL · CL_178662 ·

    AirLLM enables 70B models on 4GB GPU via layer-wise inference · 8 sources tracked

    The open-source project AirLLM has gained significant traction, reaching over 27,000 stars on GitHub. Its core innovation allows large language models, specifically 70 billion parameter models, to run on a single 4GB GP…

  7. TOOL · CL_175486 ·

    INT4 Weight-Only Quantization: Decode Speedup, Prefill Stagnation Explained

    Weight-only INT4 quantization, while effective for reducing memory traffic and speeding up the decoding phase of LLM inference, does not improve the prefill phase. This is because prefill is compute-bound, meaning it is…

  8. TOOL · CL_162621 ·

    Guide details Stable Diffusion model conversion to INT8 via Google Colab

    A Reddit user has provided a detailed, step-by-step guide for converting Stable Diffusion models from half-precision floating-point format (fp16) to 8-bit integer format (int8) using Google Colab. The process involves u…

  9. TOOL · CL_160761 ·

    New framework enables on-device AI training with float16 on RISC-V

    Researchers have developed an open-source framework enabling on-device training of AI models using float16 precision on resource-constrained RISC-V single-core processors. This approach, which leverages standard RISC-V …

  10. RESEARCH · CL_158795 ·

    StrokeSeg2 framework simplifies clinical AI deployment

    Researchers have developed StrokeSeg2, a lightweight and modular C++/Qt framework designed to make deep learning-based brain lesion segmentation more accessible in clinical research. The framework adapts resource-intens…

  11. TOOL · CL_154414 ·

    New method boosts bug detection in tensor kernels for AI computations

    Researchers have developed a new method for calibrating mixed-precision tolerance in tensor kernels, which are crucial for machine learning computations. This operator-aware approach analyzes element-wise error distribu…

  12. TOOL · CL_153020 ·

    PagedWeight cuts MoE serving memory 72% with FP16 accuracy

    A new preprint introduces PagedWeight, a technique that dynamically quantizes Mixture-of-Experts (MoE) model weights during runtime. This method reportedly reduces GPU memory usage by 72% while simultaneously increasing…

  13. TOOL · CL_152007 ·

    PagedWeight improves MoE LLM serving with dynamic quantization

    A new method called PagedWeight has been developed to improve the efficiency of serving Mixture-of-Experts (MoE) large language models. This approach dynamically quantizes MoE model weights during runtime, balancing the…

  14. SIGNIFICANT · CL_143192 ·

    PrismML releases Bonsai 27B, enabling Qwen3.6-27B on laptops and phones

    PrismML has released Bonsai 27B, a highly compressed version of Qwen3.6-27B, available in 1-bit and ternary variants. These models are designed to run on consumer hardware like laptops and phones, with the 1-bit version…

  15. RESEARCH · CL_141209 ·

    AI model serving speedups decomposed: runtime gains dominate, quantization offers minor boost · 2 sources tracked

    A new research paper details a method for decomposing speedups in AI model serving, separating gains from runtime, kernel optimizations, and quantization. The study, conducted on four NVIDIA RTX A5000 GPUs, found that r…

  16. RESEARCH · CL_141120 ·

    New decoding monitor improves quantized reasoning models

    Researchers have developed a new decoding monitor called Calibrated e-CUSUM Decoding, designed to improve the reliability of quantized reasoning models. The study demonstrates that traditional methods using token log-pr…

  17. TOOL · CL_130951 ·

    Krea 2 users report black images with fp16 configurations

    Users of the Krea 2 image generation model are encountering issues when attempting to use it with half-precision floating-point (fp16) formats. Specifically, employing bf16 with fp16 accumulation results in black images…

  18. TOOL · CL_129372 ·

    New RotateAttention framework speeds up AI video generation

    Researchers have developed RotateAttention, a novel mixed-precision INT4 FlashAttention framework designed to accelerate DiT-based video generation models that utilize 3D Rotary Position Embeddings (3D RoPE). The framew…

  19. TOOL · CL_126651 ·

    Alphgreed int8 model released, reducing size while maintaining quality

    A new int8 version of the Alphgreed base model has been released, reducing its size to 6GB while maintaining the same quality as the fp16 version. The creator claims this optimized model delivers phenomenal results, par…

  20. TOOL · CL_126445 ·

    ComfyUI gets new Starnodes Model Converter for faster model conversions

    A new model converter node for ComfyUI, named Starnodes Model Converter, has been released. This tool is designed to rapidly convert various model formats, including FP32, FP16, FP8, Int8, and AIO Checkpoints. It offers…