Pith. sign in

REVIEW 3 major objections 5 minor 76 references

Moving weight dequantization into the HBM base die removes the CUDA-core bottleneck for large-batch LLM inference.

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

T0 review · grok-4.5

2026-07-13 01:09 UTC pith:NFAY3UHD

load-bearing objection Solid, low-intrusion HBM-base-die dequant design for large-batch weight-only LLM inference; numbers are simulator-bound but the architecture and engineering case are real. the 3 major comments →

arxiv 2607.08993 v1 pith:NFAY3UHD submitted 2026-07-09 cs.AR

StreamDQ: Near-Memory Weight DeQuantization in Custom HBM for Scalable AI Inference Acceleration

classification cs.AR
keywords LLM inferenceweight-only quantizationdequantizationnear-memory processingcustom HBMmixed-precision GEMMsideband tagging
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

Weight-only quantization shrinks large language models but forces current GPUs to dequantize weights on CUDA cores before tensor-core GEMM. That step burns instructions, on-chip bandwidth, and pipeline time; at large batches it also forces costly write-back and reload of the expanded weights through HBM. StreamDQ places tiny DeQuantization Blocks on the read path of each HBM pseudo-channel. A few-bit sideband tag on ordinary load requests tells each block which conversion to apply, so dequantized weights arrive already ready for tensor cores. The paper shows this near-memory path cuts mixed-precision GEMM time by as much as 7 imes and energy by 90 percent, and lifts end-to-end decode throughput up to 2.2×, while adding only a fraction of a square millimetre and a third of a watt per block. The result is a practical way to keep quantized models fast when serving large batches in the cloud.

Core claim

Integrating compact DeQuantization Blocks into the HBM base die and performing inline dequantization on standard, sideband-tagged memory loads eliminates GPU-side CUDA-core dequantization and the extra HBM write-back/reload of dequantized weights that appear at large batch sizes, delivering up to 7.08× mixed-precision GEMM speedup, 90 percent lower energy, and up to 2.2× higher end-to-end LLM decode throughput at negligible area and power cost.

What carries the argument

The DeQuantization Block (DQB): a per-pseudo-channel unit on the HBM base-die read path that, guided by a few-bit sideband tag, converts quantized weights (plus co-located scale/zero-point metadata) into the compute format and returns them through the ordinary load-response path while preserving conventional load semantics.

Load-bearing premise

The simulator that projects these gains from full-precision GPU traces and pre-silicon RTL/thermal models must be accurate enough to represent a real custom-HBM system with sideband tags and pseudo-channel-aware layouts.

What would settle it

Build or cycle-accurately simulate a GPU-plus-custom-HBM stack that implements the sideband tags and DQBs, run the same W4A16 and W8A16 LLaMA/Qwen/Mistral large-batch decode workloads, and check whether the measured latency and energy reductions match the claimed 7× / 90 percent / 2.2× figures.

Watch this falsifier — get emailed when new claim-graph text bears on it.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The paper proposes StreamDQ, a near-memory architecture that places compact DeQuantization Blocks (DQBs) on the HBM base-die read path of each pseudo-channel. A few-bit sideband tag on ordinary GPU memory loads selects conversion mode (INT4/INT8/FP8 → FP16/BF16) or bypass while preserving address and load semantics. Combined with a one-time pseudo-channel-aware G/S/Z layout, this eliminates CUDA-core dequantization, on-chip traffic, and the HBM write-back/reload of dequantized weights that appears in large-batch split kernels. RTL synthesis (12 nm, pre-CTS) reports 0.127 mm² / 0.355 W per DQB; FloTHERM thermal maps on an HBM3-proxy stack stay inside the base-die budget. Using an in-house StreamDQ-Sim (Accel-Sim + AccelWattch calibrated to A100 Nsight/NVML), the authors claim up to 7.08× mpGEMM speedup and 90.23 % energy reduction versus fused GPTQ/AWQ/TorchAO kernels, and up to 54.68 % lower end-to-end latency / 2.20× decode throughput on three 7–8 B LLMs.

Significance. Weight-only quantization is already the dominant practical path for cloud LLM serving; the paper correctly identifies CUDA-core dequantization and the fused-versus-split kernel trade-off as first-order bottlenecks under large-batch, compute-bound regimes. Relocating dequantization into the HBM base die with only a sideband tag and PC-local metadata is a clean, low-intrusion NMP design that sidesteps the classic VA-to-PA and cross-channel placement problems. The multi-format datapath (shared FP32 ALUs, wire-mapped FP conversion, shared INT LUT with zero-padding) and the explicit area/power/thermal feasibility study are concrete engineering contributions. If the quantitative gains hold under real custom-HBM silicon and modest GPU tag support, StreamDQ would be a high-impact, deployable enhancement for next-generation AI memory stacks. Credit is due for the careful fused/split kernel selection, the public-baseline comparisons, and the RTL + FloTHERM evidence rather than pure analytical claims.

major comments (3)
  1. [§5.2 Simulation Methodology; §6.3–6.4] §5.2 and §6.3–6.4: All headline speedups (7.08×), energy reductions (90.23 %), and end-to-end numbers (54.68 % latency, 2.20× throughput) are produced by StreamDQ-Sim. Traces are taken from fpGEMM, rewritten as mpGEMM, run through a modified Accel-Sim, then scaled by the simulated-to-measured A100 fpGEMM ratio. Reported MAPE remains 7–28 % even after A100-specific AccelWattch extensions; the paper never demonstrates that the same scale factor remains valid once sideband-tag parsing, S/Z request generation, PC-aware layout, and DQB pipeline latency are present. End-to-end results further multiply the simulated kernel speedup by the Nsight-Systems mpGEMM fraction, so any systematic bias is amplified. A sensitivity study (or cycle-accurate DQB model validated against a micro-benchmark) is required before the quantitative claims can be treated as reliable.
  2. [§6.1 Area and Power Overhead] §6.1 and Table 5: Area (0.127 mm²) and power (0.355 W) are pre-CTS 12 nm RTL numbers; the stack-level overhead (3.36 % area, 11.36 W) is extrapolated from public HBM3 parameters used as a proxy for custom HBM4-class base dies. No post-CTS, place-and-route, or silicon correlation is provided, nor is the interaction with the real D2D PHY / MC / NoC floorplan quantified. Because the central feasibility argument rests on these numbers remaining “modest,” the manuscript should either supply tighter physical-design results or clearly qualify the claims as pre-silicon estimates.
  3. [§3.2 Sideband Tagging; §3.3 Pseudo-Channel-Aware Layout] §3.2–3.3 and §4: The design assumes that a few-bit sideband tag can be carried on every weight load (spare metadata bits or a minimal request-path extension) and that a privileged runtime can install a region-lookup table and perform the offline PC-aware G/S/Z reorganization. While the paper correctly notes that these changes are modest compared with full NMP, they are still non-zero GPU-side and software-stack modifications. The evaluation never measures the tag-generation latency, table-miss/reprogramming cost, or any extra memory-controller arbitration introduced by the S/Z request generator. Without that overhead characterization, the claim of “preserving conventional load semantics with minimal GPU-side changes” remains incompletely substantiated.
minor comments (5)
  1. [Fig. 1] Fig. 1 caption and body: “len = x” is used for both input and output sequence lengths; a short clarification that prefill and decode are both set to the same length would avoid ambiguity.
  2. [Tables 2–3] Table 2 and Table 3: The S/Z replication and metadata-request fractions are useful, but the assumed Z-bit-width matching the weight precision and S always 16-bit should be stated once in the table captions for self-containment.
  3. [§6.4] §6.4 Kernel Selection: The heuristic thresholds (GPTQ switch at batch 64, AWQ remaining fused up to 128) are reasonable, yet a one-sentence note on how sensitive the end-to-end ranking is to a ±1 bin shift would strengthen the fairness claim.
  4. [Front matter / References] References and ACM template: Several arXiv preprints and GitHub links appear; ensure the final camera-ready version follows the venue’s citation style and that the placeholder “Conference acronym ’XX” / 2018 dates are updated.
  5. [§3.6] Fig. 10 and Fig. 11: The wire-mapping diagrams are dense; a short textual walk-through of one concrete bit pattern (e.g., FP8 E4M3 → FP16) would improve readability for non-specialists.

Circularity Check

0 steps flagged

No circularity: architecture proposal with external-baseline simulation; claims are measured/simulated outcomes, not self-derived identities.

full rationale

StreamDQ is a systems/architecture paper whose central claims (mpGEMM speedups up to 7.08×, energy reductions up to 90.23 %, E2E latency/throughput gains) are obtained by comparing a proposed hardware design against independent software baselines (GPTQ, AWQ-v1/v2, TorchAO, PyTorch fpGEMM) on real A100 measurements plus a calibrated Accel-Sim model. Design parameters (3-bit tags, 328 MHz, buffer sizes, PC-aware layout) are engineering choices, not quantities fitted to the target metrics and then re-presented as predictions. The StreamDQ-Sim calibration (fpGEMM traces scaled by measured-to-simulated ratios, MAPE reported) is ordinary simulator validation against external silicon data; it does not make the reported speedups tautological by construction. There are no self-definitional equations, no uniqueness theorems imported from the authors’ prior work, no ansatz smuggled via self-citation, and no renaming of a known empirical pattern. The paper is therefore free of the circularity patterns enumerated in the analyzer; any residual modeling uncertainty belongs to correctness risk, not circularity.

Axiom & Free-Parameter Ledger

4 free parameters · 5 axioms · 3 invented entities

Load-bearing content is mostly engineering design choices and domain assumptions about GPU-HBM systems and weight-only quantization, plus invented hardware blocks (DQB, sideband control). Performance claims further depend on simulator calibration constants rather than closed-form derivation. No free parameters are fitted to invent a physical law; free parameters here are design knobs and calibration scales that the reported speedups inherit.

free parameters (4)
  • DQB operating clock frequency = 328 MHz
    Chosen as 328 MHz to sustain per-pseudo-channel bandwidth with a 512-bit interface; directly affects claimed throughput feasibility and power.
  • S/Z request table and buffer sizes = 8 KB table, 4 KB buffer
    Provisioned at 8 KB table and 4 KB buffer per DQB; hit-rate and metadata-fetch overhead claims depend on these capacities.
  • Accel-Sim/AccelWattch to A100 calibration scale = PCC ~0.83–0.87; MAPE ~7–29% by regime
    Simulated mpGEMM results are projected using correlation between simulated and measured fpGEMM; residual MAPE means absolute speedups inherit a fitted scaling relationship.
  • Input toggle rate for DQB power = 20%
    Power reported at 20% toggle; stack-level wattage and thermal conclusions scale with this assumption.
axioms (5)
  • domain assumption Weight-only per-group quantization with co-located S/Z metadata is the target deployment model for large-batch LLM inference.
    Stated in §2.1 and used throughout layout and DQB design; accuracy of quantization itself is taken from prior practice (GPTQ/AWQ-style).
  • domain assumption HBM base dies in custom/HBM4-class stacks can host modest logic under practical area, power, and thermal budgets without breaking DRAM retention margins.
    Motivation in Introduction and thermal study §6.2; feasibility is argued via FloTHERM and HBM3-proxy parameters, not production silicon.
  • ad hoc to paper A few-bit sideband tag can be carried on GPU memory read requests (spare metadata or minimal path extension) without changing effective addresses or load semantics.
    Core control mechanism in §3.2; assumes GPU/SoC and D2D protocol cooperation that is not standard today.
  • domain assumption Pseudo-channel interleaving maps can be made weight-group and S/Z co-local via offline layout transformation with only small S/Z replication overhead.
    §3.3 and Table 2; required so each DQB needs no cross-PC communication.
  • standard math Standard dequantization arithmetic Dequant(x)=(x−z)·s and the supported format conversions preserve the numerical behavior expected by existing tensor-core GEMM paths.
    Eq. (1) and §3.6 type-conversion mechanisms; wire-mapping and LUT paths assume round-toward-zero / flush-to-zero style rules for some FP conversions.
invented entities (3)
  • DeQuantization Block (DQB) no independent evidence
    purpose: Perform on-the-fly type conversion and (x−z)·s dequantization on the HBM pseudo-channel read path.
    Central new hardware IP; area/power/thermal and performance claims are defined relative to this block.
  • StreamDQ sideband tag + region-lookup control path no independent evidence
    purpose: Select bypass vs conversion mode on ordinary loads without ISA-visible address changes.
    New control abstraction required for transparent near-memory dequant; depends on GPU-side table and request-path support.
  • Pseudo-channel-aware G/S/Z memory layout no independent evidence
    purpose: Guarantee local availability of scale/zero metadata for each weight group inside one PC.
    Deployment-time data organization invented to avoid classic NMP data-placement problems.

pith-pipeline@v1.1.0-grok45 · 31305 in / 4172 out tokens · 44565 ms · 2026-07-13T01:09:00.013541+00:00 · methodology

0 comments
read the original abstract

As large language models (LLMs) scale, their memory and computation demands have grown substantially, making weight-only quantization a widely adopted technique for reducing model size with minimal accuracy loss. However, on current GPUs, CUDA-core-based dequantization introduces substantial instruction overhead, on-chip traffic, and pipeline stalls, making it a major bottleneck for high-throughput, cloud-scale LLM serving. To address these limitations, we propose StreamDQ, a lightweight architectural enhancement that enables on-the-fly dequantization in the memory subsystem for high-throughput, large-batch LLM inference. StreamDQ integrates compact DeQuantization Blocks (DQBs) into the base die of high-bandwidth memory (HBM) and performs inline dequantization on standard memory loads. A lightweight sideband tag on each memory read request selects the dequantization mode while preserving conventional load semantics. By relocating dequantization to the memory side, StreamDQ eliminates GPU-side CUDA-core-based dequantization, thereby reducing on-chip traffic on the GPU and avoiding extra HBM write-back and reload of dequantized weights at large batch sizes. Our evaluation shows that StreamDQ achieves up to 7.08$\times$ speedup and 90.23\% lower energy for mixed-precision GEMM, with only 0.127\,mm$^2$ area and 0.355\,W power overhead per DQB in a 12\,nm CMOS process. For end-to-end LLM inference, StreamDQ reduces latency by up to 54.68\% and improves decode throughput by up to 2.20$\times$.

Figures

Figures reproduced from arXiv: 2607.08993 by Daegun Yoon, Hoshik Kim, Hyeonseok Ju, Ieryung Park, Joonseop Sim, Minki Jeong, Nameun Kang, Seungyong Lee, Soohong Ahn, Youngpyo Joo.

Figure 1
Figure 1. Figure 1: DeQuantization (DQ) overhead in LLaMA-3.1-8B￾Instruct inference (W4A16) and tensor-core utilization: (a) DQ overhead as a fraction of inference time ("len = x" denotes both the input and output sequence lengths). (b) Absolute DQ elapsed time. (c) Tensor-core utilization of FP16 fpGEMM and W4A16 mpGEMM with a 4096×4096 weight matrix. energy consumption, and deployment cost, making efficient LLM serving incr… view at source ↗
Figure 3
Figure 3. Figure 3: Quantization granularity for weight-only quanti￾zation (per-tensor, per-channel, and per-group). reduces GPU-side dequantization overhead and avoids extra HBM write-back and reload of dequantized weights in large-batch execution with separate dequantization and GEMM kernels. • StreamDQ uses a lightweight sideband tag on standard memory read requests and integrates a DQB on each HBM pseudo-channel read path… view at source ↗
Figure 5
Figure 5. Figure 5: Overall architecture of StreamDQ [PITH_FULL_IMAGE:figures/full_fig_p004_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: GPU-side support for sideband tag generation using a region-lookup table. 3.2 Sideband Tagging for Dequantization Control StreamDQ enables near-memory dequantization by attach￾ing a compact sideband tag to read requests targeting regis￾tered quantized-weight regions. The DQB decodes this few￾bit tag to select either bypass or a specific conversion mode (e.g., INT4→FP16). The tag is carried via spare metada… view at source ↗
Figure 8
Figure 8. Figure 8: Microarchitecture of a DQB performing on-the-fly dequantization. (1) Weight address (WA) WBA, #of group Group size, Quant type Group width Table index Request Generator enable signal from S/Z buffer Group width Calculator (2) Table Index Calculator (3) Group Index Calculator Group index Group index to S/Z buffer WBA ZBA, SBA, # of groups, S /Z width, ... Z request S request S/Z Request Generator S/Z Reques… view at source ↗
Figure 9
Figure 9. Figure 9: 𝑆/𝑍 request generator and an example 𝑆/𝑍 request table. offline transformation is performed once at deployment and introduces no runtime inference overhead. S/Z Replication Overhead. If a group spans multiple PCs (e.g., due to larger 𝐺 or smaller 𝐼𝐺), StreamDQ replicates the corresponding 𝑆/𝑍 metadata across the involved PCs to pre￾serve local dequantization. Replication overhead is modest because the meta… view at source ↗
Figure 10
Figure 10. Figure 10: DQB data processing block for on-the-fly type conversion and dequantization, with a bypass path and an example FP8-to-FP16 data flow. achieving a high hit rate. As a result, 𝑆/𝑍 reads occur much less frequently than weight reads, as summarized in Ta￾ble 3. In the large-batch, compute-bound regimes targeted by StreamDQ, this relatively infrequent metadata-fetch over￾head is typically amortized and is less … view at source ↗
Figure 12
Figure 12. Figure 12: INT-to-FP type conversion using a shared LUT and zero-padding optimization. budgets of the HBM base die. Rather than instantiating sepa￾rate dequantization datapaths for each format pair, the DQB reuses shared FP32 dequantization ALUs across input for￾mats ( [PITH_FULL_IMAGE:figures/full_fig_p008_12.png] view at source ↗
Figure 13
Figure 13. Figure 13: Interleaving-aware deployment of DQBs across HBM pseudo-channels (PCs), with one DQB on the read path of each pseudo-channel memory controller (MC) HOST(GPU...) HOST(GPU...) HOST(GPU...) Memory Management Unit (MMU) (2) VAa->PAa translation (4) VAb->PAb translation Memory (5) Memory access NMP (3) Command set parsing (6) Computation and data store This path does not physically exist in the GPU Application… view at source ↗
Figure 14
Figure 14. Figure 14: Address translation and data placement chal￾lenges in GPU-based NMP, and StreamDQ’s approach. (𝑉𝐴𝑏) bypasses the MMU because it is carried as data, requir￾ing translation support in the near-memory unit. Exposing the GPU MMU to near-memory logic would require substan￾tial MMU-interface and control-path integration, while local translation support would incur substantial area and power cost. Data Placement… view at source ↗
Figure 15
Figure 15. Figure 15: HBM base-die thermal distributions for (a) FP16 fpGEMM without dequantization, (b) INT4-FP16 mpGEMM with CUDA-core dequantization, and (c) INT4- FP16 mpGEMM with StreamDQ dequantization. shows a small localized temperature rise, it remains well below the base-die thermal limit. Overall, StreamDQ introduces only minor localized heat￾ing and remains within the thermal constraints of the HBM base die. These … view at source ↗
Figure 16
Figure 16. Figure 16: Runtime (a)–(d) and energy consumption (e)–(h) of mpGEMM (lower is better), comparing StreamDQ with software￾based approaches. Each experiment uses 𝐾 = 𝑁 = 4096 and varies 𝑀 in the GEMM size (𝑀 × 𝐾 × 𝑁). Subfigure labels denote the quantized weight format and GEMM compute format. 0 20 40 60 80 1 2 4 8 16 32 64 128 Latency (s) Batch size FP16 (PyTorch) INT4-FP16 (GPTQ) INT4-FP16 (AWQ) INT4-FP16 (StreamDQ) … view at source ↗
Figure 17
Figure 17. Figure 17: End-to-end inference latency (lower is better) in (a)–(f) and decode throughput (higher is better) in (g)–(l), comparing StreamDQ with software-based approaches. All experiments use input and output sequence lengths of 1024. The notation in each subplot denotes the model name and the data type of the quantized weight matrix. the INT4→FP16 case because GPTQ incurs higher memory traffic when loading INT8 we… view at source ↗
Figure 18
Figure 18. Figure 18: Speedup of StreamDQ over software-based approaches based on decode throughput, with input and output sequence lengths of 1024. Direct mpGEMM. These approaches operate on quan￾tized weights in their native formats. Integer-weight-based designs align floating-point activations for integer arith￾metic [19, 26, 39]; for example, iFPU [39] and FIGNA [26] pre￾align activations for integer multiply-accumulate op… view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

76 extracted references · 14 linked inside Pith

  1. [1]

    AWQ GitHub repository.https://github.com/mit-han-lab/llm- awq/

    2024. AWQ GitHub repository.https://github.com/mit-han-lab/llm- awq/

  2. [2]

    NVIDIA H100 NVL GPU.https://www.nvidia.com/content/dam/ en-zz/Solutions/Data-Center/h100/PB-11773-001_v01.pdf

    2024. NVIDIA H100 NVL GPU.https://www.nvidia.com/content/dam/ en-zz/Solutions/Data-Center/h100/PB-11773-001_v01.pdf

  3. [3]

    vLLM GitHub repository.https://github.com/vllm-project/vllm/

    2024. vLLM GitHub repository.https://github.com/vllm-project/vllm/

  4. [4]

    FloTHERM.https://plm.sw.siemens.com/

    2025. FloTHERM.https://plm.sw.siemens.com/

  5. [5]

    NVIDIA Management Library (NVML).https://developer.nvidia

    2025. NVIDIA Management Library (NVML).https://developer.nvidia. com/management-library-nvml/

  6. [6]

    NVIDIA NSight Compute.https://developer.nvidia.com/nsight- compute/

    2025. NVIDIA NSight Compute.https://developer.nvidia.com/nsight- compute/

  7. [7]

    NVIDIA NSight Systems.https://developer.nvidia.com/nsight- systems/

    2025. NVIDIA NSight Systems.https://developer.nvidia.com/nsight- systems/

  8. [8]

    Synopsys Design Compiler.https://www.synopsys.com/

    2025. Synopsys Design Compiler.https://www.synopsys.com/

  9. [9]

    TensorRT-Weight-only-quantization.https://developer.nvidia

    2025. TensorRT-Weight-only-quantization.https://developer.nvidia. com/blog/nvidia-tensorrt-10-0-upgrades-usability-performance- and-ai-model-support/

  10. [10]

    Mohammad Alian, Seung Won Min, Hadi Asgharimoghaddam, Ashutosh Dhar, Dong Kai Wang, Thomas Roewer, Adam McPadden, Oliver O’Halloran, Deming Chen, Jinjun Xiong, et al. 2018. Application- transparent near-memory processing architecture with memory chan- nel network. In2018 51st Annual IEEE/ACM International Symposium on Microarchitecture (MICRO). IEEE, 802–814

  11. [11]

    Yasaman Bahri, Ethan Dyer, Jared Kaplan, Jaehoon Lee, and Utkarsh Sharma. 2024. Explaining neural scaling laws.Proceedings of the National Academy of Sciences121, 27 (2024), e2311878121

  12. [12]

    Kamalika Chatterjee, Yan Li, Hochan Chang, Mohsen Damadam, Pouya Asrar, Jaechoon Kim, Glen Jeong, and WooPoung Kim. 2024. Thermal and mechanical simulations of 3D packages with custom high band- width memory (HBM). In2024 IEEE 74th Electronic Components and Technology Conference (ECTC). IEEE, 1054–1059

  13. [13]

    Jerry Chee, Yaohui Cai, Volodymyr Kuleshov, and Christopher M De Sa. 2023. Quip: 2-bit quantization of large language models with guarantees.Advances in Neural Information Processing Systems36 (2023), 4396–4429

  14. [14]

    Yuzong Chen, Ahmed F AbouElhamayed, Xilai Dai, Yang Wang, Marta Andronic, George A Constantinides, and Mohamed S Abdelfattah. 2025. Bitmod: Bit-serial mixture-of-datatype llm acceleration. In2025 IEEE International Symposium on High Performance Computer Architecture (HPCA). IEEE, 1082–1097

  15. [15]

    Benjamin Y Cho, Jeageun Jung, and Mattan Erez. 2021. Accelerat- ing bandwidth-bound deep learning inference with main-memory accelerators. InProceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis. 1–14. Conference acronym ’XX, June 03–05, 2018, Woodstock, NY Trovato et al

  16. [16]

    MH Cho, YI Kim, DS Woo, SW Kim, MS Shim, YJ Park, WS Lee, and BI Ryu. 2006. Analysis of thermal variation of DRAM retention time. In2006 IEEE International Reliability Physics Symposium Proceedings. IEEE, 433–436

  17. [17]

    Steve Dai, Rangha Venkatesan, Mark Ren, Brian Zimmer, William Dally, and Brucek Khailany. 2021. Vs-quant: Per-vector scaled quantization for accurate low-precision neural network inference.Proceedings of Machine Learning and Systems3 (2021), 873–884

  18. [18]

    Tim Dettmers, Mike Lewis, Younes Belkada, and Luke Zettlemoyer

  19. [19]

    int8 (): 8-bit matrix multiplication for transformers at scale.Advances in neural information processing systems35 (2022), 30318–30332

    Gpt3. int8 (): 8-bit matrix multiplication for transformers at scale.Advances in neural information processing systems35 (2022), 30318–30332

  20. [20]

    Chao Fang, Man Shi, Robin Geens, Arne Symons, Zhongfeng Wang, and Marian Verhelst. 2025. Anda: Unlocking Efficient LLM Inference with a Variable-Length Grouped Activation Data Format. In2025 IEEE International Symposium on High Performance Computer Architecture (HPCA). IEEE, 1467–1481

  21. [21]

    Elias Frantar, Saleh Ashkboos, Torsten Hoefler, and Dan Alistarh. 2022. Gptq: Accurate post-training quantization for generative pre-trained transformers.arXiv preprint arXiv:2210.17323(2022)

  22. [22]

    Tom Glint, Manu Awasthi, and Joycee Mekie. 2024. Hardware-Software Co-Design of a Collaborative DNN Accelerator for 3D Stacked Mem- ories with Multi-Channel Data. In2024 29th Asia and South Pacific Design Automation Conference (ASP-DAC). IEEE, 454–459

  23. [23]

    Cong Guo, Jiaming Tang, Weiming Hu, Jingwen Leng, Chen Zhang, Fan Yang, Yunxin Liu, Minyi Guo, and Yuhao Zhu. 2023. Olive: Accel- erating large language models via hardware-friendly outlier-victim pair quantization. InProceedings of the 50th Annual International Sym- posium on Computer Architecture. 1–15

  24. [24]

    Cong Guo, Chen Zhang, Jingwen Leng, Zihan Liu, Fan Yang, Yunxin Liu, Minyi Guo, and Yuhao Zhu. 2022. Ant: Exploiting adaptive numer- ical data type for low-bit deep neural network quantization. In2022 55th IEEE/ACM International Symposium on Microarchitecture (MICRO). IEEE, 1414–1433

  25. [25]

    Benoit Jacob, Skirmantas Kligys, Bo Chen, Menglong Zhu, Matthew Tang, Andrew Howard, Hartwig Adam, and Dmitry Kalenichenko

  26. [26]

    InProceedings of the IEEE conference on computer vision and pattern recognition

    Quantization and training of neural networks for efficient integer- arithmetic-only inference. InProceedings of the IEEE conference on computer vision and pattern recognition. 2704–2713

  27. [27]

    Jaeyoung Jang, Jun Heo, Yejin Lee, Jaeyeon Won, Seonghak Kim, Sung Jun Jung, Hakbeom Jang, Tae Jun Ham, and Jae W Lee. 2019. Charon: Specialized near-memory processing architecture for clearing dead objects in memory. InProceedings of the 52nd Annual IEEE/ACM International Symposium on Microarchitecture. 726–739

  28. [28]

    Jaeyong Jang, Yulhwa Kim, Juheun Lee, and Jae-Joon Kim. 2024. Figna: Integer unit-based accelerator design for fp-int gemm preserving numerical accuracy. In2024 IEEE International Symposium on High- Performance Computer Architecture (HPCA). IEEE, 760–773

  29. [29]

    Yongkweon Jeon, Chungman Lee, Eulrang Cho, and Yeonju Ro. 2022. Mr. biq: Post-training non-uniform quantization based on minimizing the reconstruction error. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition. 12329–12338

  30. [30]

    Albert Q Jiang, Alexandre Sablayrolles, Arthur Mensch, Chris Bamford, Devendra Singh Chaplot, Diego de las Casas, Florian Bressand, Gianna Lengyel, Guillaume Lample, Lucile Saulnier, et al. 2023. Mistral 7B. arXiv preprint arXiv:2310.06825(2023)

  31. [31]

    Hongshin Jun, Jinhee Cho, Kangseol Lee, Ho-Young Son, Kwiwook Kim, Hanho Jin, and Keith Kim. 2017. Hbm (high bandwidth memory) dram technology and architecture. In2017 IEEE International Memory Workshop (IMW). IEEE, 1–4

  32. [32]

    Vijay Kandiah, Scott Peverelle, Mahmoud Khairy, Junrui Pan, Amogh Manjunath, Timothy G Rogers, Tor M Aamodt, and Nikos Hardavel- las. 2021. AccelWattch: A power modeling framework for modern GPUs. InMICRO-54: 54th Annual IEEE/ACM International Symposium on Microarchitecture. 738–753

  33. [33]

    Jared Kaplan, Sam McCandlish, Tom Henighan, Tom B Brown, Ben- jamin Chess, Rewon Child, Scott Gray, Alec Radford, Jeffrey Wu, and Dario Amodei. 2020. Scaling laws for neural language models.arXiv preprint arXiv:2001.08361(2020)

  34. [34]

    Liu Ke, Udit Gupta, Benjamin Youngjae Cho, David Brooks, Vikas Chandra, Utku Diril, Amin Firoozshahian, Kim Hazelwood, Bill Jia, Hsien-Hsin S Lee, et al . 2020. Recnmp: Accelerating personalized recommendation with near-memory processing. In2020 ACM/IEEE 47th Annual International Symposium on Computer Architecture (ISCA). IEEE, 790–803

  35. [35]

    Liu Ke, Xuan Zhang, Jinin So, Jong-Geon Lee, Shin-Haeng Kang, Sukhan Lee, Songyi Han, YeonGon Cho, Jin Hyun Kim, Yongsuk Kwon, et al. 2021. Near-memory processing in action: Accelerating personal- ized recommendation with axdimm.IEEE Micro42, 1 (2021), 116–127

  36. [36]

    Mahmoud Khairy, Zhesheng Shen, Tor M Aamodt, and Timothy G Rogers. 2020. Accel-sim: An extensible simulation framework for validated gpu modeling. In2020 ACM/IEEE 47th Annual International Symposium on Computer Architecture (ISCA). IEEE, 473–486

  37. [37]

    Gwangsun Kim, Niladrish Chatterjee, Mike O’Connor, and Kevin Hsieh

  38. [38]

    InProceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis

    Toward standardized near-data processing with unrestricted data placement for GPUs. InProceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis. 1–12

  39. [39]

    Jongmin Kim, Sungmin Yun, Hyesung Ji, Wonseok Choi, Sangpyo Kim, and Jung Ho Ahn. 2025. Anaheim: Architecture and Algorithms for Processing Fully Homomorphic Encryption in Memory. In2025 IEEE International Symposium on High Performance Computer Architecture (HPCA). IEEE, 1158–1173

  40. [40]

    Sehoon Kim, Coleman Hooper, Amir Gholami, Zhen Dong, Xiuyu Li, Sheng Shen, Michael W Mahoney, and Kurt Keutzer. 2023. Squeezellm: Dense-and-sparse quantization.arXiv preprint arXiv:2306.07629(2023)

  41. [41]

    Taesu Kim, Jongho Lee, Daehyun Ahn, Sarang Kim, Jiwoong Choi, Minkyu Kim, and Hyungjun Kim. 2024. QUICK: Quantization-aware Interleaving and Conflict-free Kernel for efficient LLM inference.arXiv preprint arXiv:2402.10076(2024)

  42. [42]

    Yulhwa Kim, Jaeyong Jang, Jehun Lee, Jihoon Park, Jeonghoon Kim, Byeongwook Kim, Se Jung Kwon, Dongsoo Lee, et al. 2023. Winning both the accuracy of floating point activation and the simplicity of integer arithmetic. InThe Eleventh International Conference on Learning Representations

  43. [43]

    Woosuk Kwon, Zhuohan Li, Siyuan Zhuang, Ying Sheng, Lianmin Zheng, Cody Hao Yu, Joseph Gonzalez, Hao Zhang, and Ion Stoica

  44. [44]

    InProceedings of the 29th symposium on operating systems principles

    Efficient memory management for large language model serving with pagedattention. InProceedings of the 29th symposium on operating systems principles. 611–626

  45. [45]

    Changhun Lee, Jungyu Jin, Taesu Kim, Hyungjun Kim, and Eunhyeok Park. 2024. Owq: Outlier-aware weight quantization for efficient fine- tuning and inference of large language models. InProceedings of the AAAI Conference on Artificial Intelligence, Vol. 38. 13355–13364

  46. [46]

    Yiwei Li, Boyu Tian, Yi Ren, and Mingyu Gao. 2024. Stream-Based Data Placement for Near-Data Processing with Extended Memory. In2024 57th IEEE/ACM International Symposium on Microarchitecture (MICRO). IEEE, 1648–1662

  47. [47]

    Ji Lin, Jiaming Tang, Haotian Tang, Shang Yang, Wei-Ming Chen, Wei- Chen Wang, Guangxuan Xiao, Xingyu Dang, Chuang Gan, and Song Han. 2024. Awq: Activation-aware weight quantization for on-device llm compression and acceleration.Proceedings of machine learning and systems6 (2024), 87–100

  48. [48]

    Yujun Lin, Haotian Tang, Shang Yang, Zhekai Zhang, Guangxuan Xiao, Chuang Gan, and Song Han. 2024. Qserve: W4a8kv4 quanti- zation and system co-design for efficient llm serving.arXiv preprint arXiv:2405.04532(2024). StreamDQ: Near-Memory Weight DeQuantization in Custom HBM for Scalable AI Inference Acceleration Conference acronym ’XX, June 03–05, 2018, Wo...

  49. [49]

    Aixin Liu, Bei Feng, Bing Xue, Bingxuan Wang, Bochao Wu, Chengda Lu, Chenggang Zhao, Chengqi Deng, Chenyu Zhang, Chong Ruan, et al. 2024. DeepSeek-V3 Technical Report.CoRR(2024)

  50. [50]

    Zhiwen Mo, Lei Wang, Jianyu Wei, Zhichen Zeng, Shijie Cao, Lingxiao Ma, Naifeng Jing, Ting Cao, Jilong Xue, Fan Yang, et al . 2025. LUT Tensor Core: A Software-Hardware Co-Design for LUT-Based Low- Bit LLM Inference. InProceedings of the 52nd Annual International Symposium on Computer Architecture. 514–528

  51. [51]

    Hiroyuki Ootomo and Akira Naruse. 2023. Custom 8-bit floating point value format for reducing shared memory bank conflict in approximate nearest neighbor search.arXiv preprint arXiv:2301.06672(2023)

  52. [52]

    Andrew Or, Apurva Jain, Daniel Vega-Myhre, Jesse Cai, Charles David Hernandez, Zhenrui Zheng, Driss Guessous, Vasiliy Kuznetsov, Chris- tian Puhrsch, Mark Saroufim, et al . 2025. TorchAO: PyTorch- Native Training-to-Serving Model Optimization.arXiv preprint arXiv:2507.16099(2025)

  53. [53]

    Gunho Park, Hyeokjun Kwon, Jiwoo Kim, Jeongin Bae, Baeseong Park, Dongsoo Lee, and Youngjoo Lee. 2025. FIGLUT: An Energy- Efficient Accelerator Design for FP-INT GEMM Using Look-Up Tables. In2025 IEEE International Symposium on High Performance Computer Architecture (HPCA). IEEE, 1098–1111

  54. [54]

    Gunho Park, Baeseong Park, Minsub Kim, Sungjae Lee, Jeonghoon Kim, Beomseok Kwon, Se Jung Kwon, Byeongwook Kim, Youngjoo Lee, and Dongsoo Lee. 2022. Lut-gemm: Quantized matrix multiplication based on luts for efficient inference in large-scale generative language models.arXiv preprint arXiv:2206.09557(2022)

  55. [55]

    Myeong-Jae Park, Jinhyung Lee, Kyungjun Cho, Jihwan Park, Junil Moon, Sung-Hak Lee, Tae-Kyun Kim, Sanghoon Oh, Seokwoo Choi, Yongsuk Choi, et al. 2022. A 192-Gb 12-high 896-GB/s HBM3 DRAM with a TSV auto-calibration scheme and machine-learning-based lay- out optimization.IEEE Journal of Solid-State Circuits58, 1 (2022), 256–269

  56. [56]

    Javier Picorel, Djordje Jevdjic, and Babak Falsafi. 2017. Near-memory address translation. In2017 26th International Conference on Parallel Architectures and Compilation Techniques (PACT). Ieee, 303–317

  57. [57]

    Lance Saldanha and Roman Lysecky. 2009. Float-to-fixed and fixed-to- float hardware converters for rapid hardware/software partitioning of floating point software applications to static and dynamic fixed point coprocessors.Design automation for embedded systems13, 3 (2009), 139–157

  58. [58]

    Wenqi Shao, Mengzhao Chen, Zhaoyang Zhang, Peng Xu, Lirui Zhao, Zhiqian Li, Kaipeng Zhang, Peng Gao, Yu Qiao, and Ping Luo. 2023. Omniquant: Omnidirectionally calibrated quantization for large lan- guage models.arXiv preprint arXiv:2308.13137(2023)

  59. [59]

    Gian Singh and Sarma Vrudhula. 2024. A DRAM-based near-memory architecture for accelerated and energy-efficient execution of trans- formers. InProceedings of the Great Lakes Symposium on VLSI 2024. 57–62

  60. [60]

    Jaihyuk Song. 2025. AI Revolution Driven by Memory Technology Innovation. In2025 IEEE International Solid-State Circuits Conference (ISSCC), Vol. 68. IEEE, 26–36

  61. [61]

    Hugo Touvron, Thibaut Lavril, Gautier Izacard, Xavier Martinet, Marie- Anne Lachaux, Timothée Lacroix, Baptiste Rozière, Naman Goyal, Eric Hambro, Faisal Azhar, et al. 2023. Llama: Open and efficient foundation language models.arXiv preprint arXiv:2302.13971(2023)

  62. [62]

    Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Łukasz Kaiser, and Illia Polosukhin. 2017. At- tention is all you need.Advances in neural information processing systems30 (2017)

  63. [63]

    Oreste Villa, Mark Stephenson, David Nellans, and Stephen W Keck- ler. 2019. Nvbit: A dynamic binary instrumentation framework for nvidia gpus. InProceedings of the 52nd Annual IEEE/ACM International Symposium on Microarchitecture. 372–383

  64. [64]

    Jianyu Wei, Shijie Cao, Ting Cao, Lingxiao Ma, Lei Wang, Yanyong Zhang, and Mao Yang. 2025. T-mac: Cpu renaissance via table lookup for low-bit llm deployment on edge. InProceedings of the Twentieth European Conference on Computer Systems. 278–292

  65. [65]

    Xiuying Wei, Yunchen Zhang, Xiangguo Zhang, Ruihao Gong, Shang- hang Zhang, Qi Zhang, Fengwei Yu, and Xianglong Liu. 2022. Outlier suppression: Pushing the limit of low-bit transformer language models. Advances in Neural Information Processing Systems35 (2022), 17402– 17414

  66. [66]

    Christian Weis, Matthias Jung, Peter Ehses, Cristiano Santos, Pascal Vivet, Sven Goossens, Martijn Koedam, and Norbert Wehn. 2015. Re- tention time measurements and modelling of bit error rates of WIDE I/O DRAM in MPSoCs. In2015 Design, Automation & Test in Europe Conference & Exhibition (DATE). IEEE, 495–500

  67. [67]

    Haojun Xia, Zhen Zheng, Xiaoxia Wu, Shiyang Chen, Zhewei Yao, Stephen Youn, Arash Bakhtiari, Michael Wyatt, Donglin Zhuang, Zhongzhu Zhou, et al . 2024. Quant-LLM: accelerating the serving of large language models via FP6-centric algorithm-system co-design on modern GPUs. InProceedings of the 2024 USENIX Conference on Usenix Annual Technical Conference. 699–713

  68. [68]

    Guangxuan Xiao, Ji Lin, Mickael Seznec, Hao Wu, Julien Demouth, and Song Han. 2023. Smoothquant: Accurate and efficient post-training quantization for large language models. InInternational conference on machine learning. PMLR, 38087–38099

  69. [69]

    An Yang, Anfeng Li, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chang Gao, Chengen Huang, Chenxu Lv, et al. 2025. Qwen3 technical report.arXiv preprint arXiv:2505.09388(2025)

  70. [70]

    Zhewei Yao, Reza Yazdani Aminabadi, Minjia Zhang, Xiaoxia Wu, Conglong Li, and Yuxiong He. 2022. Zeroquant: Efficient and affordable post-training quantization for large-scale transformers.Advances in neural information processing systems35 (2022), 27168–27183

  71. [71]

    Susan Zhang, Stephen Roller, Naman Goyal, Mikel Artetxe, Moya Chen, Shuohui Chen, Christopher Dewan, Mona Diab, Xian Li, Xi Victoria Lin, et al. 2022. Opt: Open pre-trained transformer language models. arXiv preprint arXiv:2205.01068(2022)

  72. [72]

    Yu Zhang, Mingzi Wang, Lancheng Zou, Wulong Liu, Hui-Ling Zhen, Mingxuan Yuan, and Bei Yu. 2024. Mixpe: Quantization and hardware co-design for efficient llm inference.arXiv preprint arXiv:2411.16158 (2024)

  73. [73]

    Yilong Zhao, Chien-Yu Lin, Kan Zhu, Zihao Ye, Lequn Chen, Size Zheng, Luis Ceze, Arvind Krishnamurthy, Tianqi Chen, and Baris Kasikci. 2024. Atom: Low-bit quantization for efficient and accurate llm serving.Proceedings of Machine Learning and Systems6 (2024), 196–209

  74. [74]

    Zhe Zhou, Cong Li, Fan Yang, and Guangyu Sun. 2023. Dimm-link: Enabling efficient inter-dimm communication for near-memory pro- cessing. In2023 IEEE International Symposium on High-Performance Computer Architecture (HPCA). IEEE, 302–316

  75. [75]

    Kan Zhu, Yufei Gao, Yilong Zhao, Liangyu Zhao, Gefei Zuo, Yile Gu, Dedong Xie, Zihao Ye, Keisuke Kamahori, Chien-Yu Lin, et al. 2025. {NanoFlow}: Towards optimal large language model serving through- put. In19th USENIX Symposium on Operating Systems Design and Implementation (OSDI 25). 749–765

  76. [76]

    Jiaxiang Zou, Yonghao Chen, Xingyu Chen, Chenxi Xu, and Xinyu Chen. 2025. AxCore: A Quantization-Aware Approximate GEMM Unit for LLM Inference. InProceedings of the 58th IEEE/ACM International Symposium on Microarchitecture®. 839–853