PulseAugur
实时 05:23:53
实体 AVX2

AVX2

PulseAugur coverage of AVX2 — every cluster mentioning AVX2 across labs, papers, and developer communities, ranked by signal.

Show in brief
总计 · 30天
3
90 天内 3
发布 · 30天
0
90 天内 0
论文 · 30天
1
90 天内 1
层级分布 · 90 天
最近 · 第 1/1 页 · 共 3 条
  1. TOOL · CL_18759 ·

    StateSMix compressor uses Mamba SSMs and n-grams for online lossless compression

    Researchers have developed StateSMix, a novel lossless compression algorithm that utilizes Mamba-style State Space Models (SSMs) combined with sparse n-gram context mixing. This system trains token-by-token on the data …

  2. RESEARCH · CL_03577 ·

    llama.cpp and ik_llama.cpp add FP4 inference support for VRAM savings

    The llama.cpp and ik_llama.cpp projects have both integrated support for FP4 (4-bit floating-point) inference, a significant advancement for model quantization. llama.cpp now includes NVFP4, an Nvidia-specific format, w…

  3. TOOL · CL_17743 ·

    PHP-ORT 为 PHP 开发者带来机器学习推理能力

    一个名为 PHP-ORT 的新基础设施项目旨在将机器学习推理能力直接引入 PHP,PHP 是网络上很大一部分使用的服务器端语言。这一发展旨在使数百万 PHP 开发者能够在不依赖外部服务或切换编程语言的情况下,将 AI 功能集成到他们的应用程序中。PHP-ORT 提供核心 Tensor API、高性能数学库,并与 ONNX 集成以实现直接推理,有望显著提速。