Deconstruction floor caps FP64 emulation at half the peak on Rubin
Paper identifies the bottleneck as a ratio of three design integers and shows a narrow hardware fix would reach the full 473-TFLOPS roof.
Performance
Covers performance measurement and evaluation, queueing, and simulation. Roughly includes material in ACM Subject Classes D.4.8 and K.6.2.
sort pith recommended most recent
Paper identifies the bottleneck as a ratio of three design integers and shows a narrow hardware fix would reach the full 473-TFLOPS roof.
Study finds 74.7% parallel efficiency and general DDP behavior, not a KAN-specific bottleneck
Both beat TorchVision, Kornia, and Pillow on most recipes, but DALI uses 230 MiB more GPU memory on the common set.
· “RGB Input Pipelines: Throughput, GPU Memory, and Transformation Coverage”
Long-run inference value splits exactly into each report's statistical gain times the chance it arrives by the deadline.
· “Assessing Fixed-Batch Reporting for Deadline-constrained Inference in Intermittently Powered IoT”
DYAD's lazy byte-range caching cuts DataLoader stalls from 28% to 2.9% of iterations and reduces all-reduce contention 145×.
· “Sharing a Fabric with Collective Communication: Two Storage Penalties in Deep Learning Training”
AutoUVM prefetches only the tensors kernels actually touch, beating object-level UVM prefetchers by up to 4.7x.
· “AutoUVM: Automated Prefetching Framework for LLMs under UVM Oversubscription”
RAGMark enables fine-grained, reproducible benchmarking of RAG pipelines across retrievers, vector databases, reranking, compression, and…
· “RAGMark: A Comprehensive Framework for Benchmarking Retrieval-Augmented Generation Systems”
Multi-resource regression trained on DNN kernels beats CPU-only baselines by 26.9% average MAPE.
· “GreenPipe: Power Modeling for Containerized DNN Inference on Kubernetes Edge Nodes”
On JaxBench it hits 1.58x speedup over XLA, and on eight production kernels it outruns human Pallas kernels, 2.32x to 2.02x.
Only one of sixteen model families can turn mapping insight into trustworthy performance-model code.
· “PerfReasoning: How Well Do LLMs Reason on Hardware Performance?”
Model runs in 2.6 seconds per scene, leaving time to spare during 67-second data collection windows.
· “On-board ML for Trace Gas detection in Imaging Spectroscopy data”
Para-Pipe generates Pareto-optimal configurations, improving energy efficiency by 23% on edge SoCs
· “Para-Pipe: Exploiting Hierarchical Operator Parallelism of ML Computational Graphs on SoCs”
Matched controls show a classic stride predictor matches a learned one when gated; proxy gains don't become real speed.
· “Confidence-Gated Admission for Hardware Prefetching: When the Gate Matters More Than the Predictor”
RASER uses Slurm job arrays with shared-filesystem work stealing to dynamically balance agent workloads, achieving near-39% faster makespan…
· “RASER: Resilient Agent Scheduling and Execution Runtime for HPC Clusters”
Lantern's DAG rule lets every node run the batch on its own — up to 4.2x the throughput of the Aria protocol.
· “Lantern: Finding Committable Transactions via Back-Propagation on DAGs”
M^T/G/1 model handles general service times with exponential triggering delays.
· “Analysis of Triggered Packet Streams: A Matrix-Analytic Method for Exponential Triggering Delays”
No kernel patch needed: measures who ran while the victim waited, using a 16-byte self-describing slice.
Mean-field formula predicts reuse fraction under LRU policy with asymptotic proof
First microarchitectural characterization of the new suite reveals SMT contention, L3 interference, and three workload clusters invisible…
· “Performance Characterization of SPEC CPU 2026 on AMD EPYC 9755 Processor”
One policy unites target choice, route, and en-route service to tame the waits that set the 99th percentile.
· “DART: Aiming for Tail-Delay Control in Reconfigurable Networks”
Known memory bounds become real joule floors, and attention's square law meets today's bandwidth wall.
· “The Price of Remembering: A Calibrated Energy Law for Computation”
Adaptive ensembles exceed small budgets immediately; incremental trees grow up to 7× over time.
Gradient-weighted Fisher statistics in module activation space cut perplexity and lift task accuracy ~1%, training-free.
Spectral features complement spatial stats: tolerant accuracy rises from 75.7% to 79.3% on SuiteSparse, with up to 1.245× speedups on…
· “Spectral Analysis for Sparse Matrix Computation: Insights and Potential”
A fixed-plus-step energy model explains why longer outputs and larger batches hide growing total GPU energy while lowering per-token cost.
· “Characterization of Request and Token Energy Costs for LLM Inference Workloads on GPU Platforms”
A lightweight format that groups all texts with their shared media object, eliminating duplication and exploiting page‑cache reuse.
· “FFSlim: An Efficient and Lightweight Format for Multi-modal Data Storage and Retrieval”
Systematic comparison shows large divergences come from deliberate removal of intrinsics and I/O, not arbitrary changes.
Running JPEG decode on dedicated hardware alongside CPU and DLA removes the preprocessing bottleneck for large images.
· “Accelerating Data Preprocessing for Efficient Vision Model Inference on Jetson Edge Device”
Systematic taxonomy of intra- and inter-model parallelism for PPO, GRPO, and DPO pipelines
· “Performance Foundations of Parallel & Distributed Reasoning Language Models”
Lightweight Python layer overlaps molecular shard retrieval with training, yet 20-pair benchmark finds no reliable wall-clock gain.
· “FoldPipe: Bounded Remote Streaming of Native Molecular Shards with Asynchronous Prefetch”
TOPIQ decomposes queries into primitives, enabling post-hoc confidence intervals without per-QoI derivation or retraining.
· “TOPIQ: Statistical Error Propagation for Quantity-of-Interest Prediction under Lossy Compression”
Fused kernels, INT4 quantization, and graph compilation underperform because MoE is launch-bound and experts are interchangeable.
Profiling under matched hardware reveals the CU shifts strongly under load while the DU stays dominated by IQ-sample processing, guiding…
· “PRO-RAN: Processor-Level Characterization of Open RAN Centralized and Distributed Units”
An agent harness captures operators from live models, explores 50 revisions per kernel, and falls back to eager when slower.
· “Kernel Forge: An Agent Harness for LLM-based Generation and Optimization of CUDA Kernels”
Dynamic output-aware budgeting and priority scheduling keep quality within 0.26 of full attention for CPU-resident KV caches
· “An Efficient Hybrid Sparse Attention with CPU-GPU Parallelism for Long-Context Inference”
In-solve vertex aggregation reduces system size without remeshing or loss of contact accuracy.
· “AGIPC: Adaptive In-Solve Algebraic Coarsening for GPU IPC”
A delay-aware schedule drops critical-path weight traffic from 9.00 to 4.50 MB/token; a 30.9B-parameter MoE decodes at 5.94 tok/s.
Measured on M1 and M3: a 25.85M conv model streams 0 ANE bytes in fp16 and about 83 percent residency in int8 or 2-bit.
Detecting banded structure in dense storage and converting before factorization yields up to N-fold speedups with constant worst-case…
· “When Structure is Silent: Opportunities for Algorithmic Dispatch in Linear Algebra”
Portable SVD code beats median configurations on NVIDIA, AMD, Intel, and Apple GPUs without vendor rewrites.
· “Portable to Efficient: Auto-Tuning Hardware-Agnostic GPU Kernels in Julia”
For gated-delta hybrids, verifying a draft tree no longer needs a state snapshot per node, and freed HBM buys throughput where memory binds.
· “TreeWY: Speculative Verification for Gated DeltaNet Hybrids”
4-bit students trained on the original teacher's logits match or beat their 16-bit sources at a quarter of the memory.
· “Quantization-Aware Healing: A Practical Recipe for Recovering Compressed, 4-Bit LLMs”
Same servers at 1, 10 and 100 Gbps show throughput tracks link rate below 10 Gbps, then memory topology takes over.
Rocq proof certifies inlining reaches a fixed point in bounded steps, at most 2.5 times the optimal cost.
· “Formal Performance and Compile Time Guarantees for Compiler Optimization Heuristics”
Exact integral form plus Laplace expansion cut normalizing-constant error below 1% on thousand-job models.
· “Accelerating Performance Inference over Closed Systems by Asymptotic Methods”
Measurements show generation dominates edge-RAG cost and mild compression loses energy, so rates should be set at runtime.
· “From Retrieved Context to Runtime Control: Adaptive Compression for Edge-based RAG”
Three collectors differed by up to 15% in mean energy, yet ANOVA found no reliable collector effect.
· “Garbage Collection and Energy Consumption in Java: A Controlled Study Across Workloads and JDKs”
It matches dynamic programming's expansions while storing at most 17 traversal entries at central demand.
FlashAttention-V breaks the head-dimension barrier on vector CPUs, with 8-11x decode gains and a 64-lane/4096-bit sweet spot.
On a paged-attention task, two agents sharing conclusions reach a 290.8x speedup versus 142.6x for one agent.
· “KernelArc: A Multi-Agent Framework for GPU Kernel Optimization”
TLS 1.3 with ML-KEM and ML-DSA plus HMAC-TOTP: eight hashes benchmarked on PC and Raspberry Pi.
· “Quantum-Safe Web Service Architecture Using Time-Based One-Time Passwords”
A syntax, bounded-model-check, and LLM review chain lets an AI optimizer keep only the loop rewrites it can justify.
· “T-LLM Compiler: Trusted LLM-based Code Optimization and Verification Framework”
CoRun isolates prefill and pads decode, so the same prompt yields the same tokens no matter what runs alongside it.
· “CoRun: Padding is Simple and Efficient for Deterministic LLM Inference”
Reports record the build, toolchain, flags, and run settings, so numbers can be trusted and rerun.
· “Performance Reporting of Mathematical Library Installations with LAAB - An Overview”
Sketching, sampling, rollups, and compression are one family; treating them together unlocks compounding savings.
· “ASAP: Reimagining the Data Lifecycle using Application Semantic-Aware Processing”
Distributed scheduling over user devices improves completion and P99 latency while cutting dedicated server use.
· “User-Assisted Collaborative Distributed Inference for Efficient QoS-Aware Autoscaling”
A block size from L2 capacity and data-type width beats the inherited one, predicted before measuring.
Perfect-branch and perfect-cache speedups understate headroom when loads and branches couple in the same hot loop.
· “The Fallacy of Independent Ceilings: Characterizing Coupled Load-Branch Stall Interaction”
Datacenter LLMs should use 8-16x larger token vocabularies than today, with under 2% quality cost.
CARB scores thousands of GPU deployment candidates in seconds and cuts the profiling shortlist by over 90%.
On an H100, parsing eats 64–72% of decode time; depth caps barely help. The last serial step can be encoded away.
If occupancy fractions become derivable, kernel tuning reduces to reading a data sheet.
It sizes caches by the smallest capacity that meets a service-level hit-rate target, not by a fixed share of data.
A per-step KL-divergence reward trains a tiny policy to retain the tokens that matter, beating fixed heuristics.
· “DistillCache: KL-Guided Adaptive KV-Cache Eviction for Memory-Efficient LLM Inference”
A controlled fusion test keeps the same shaders, drops dispatches from 876 to 564, and gains 53% in tokens per second.
· “Measuring and Reducing WebGPU Dispatch Overhead for LLM Inference”
Refreshing calibration activations and reranking layers lifts zero-shot scores by up to 2.5 points.
On a hash-blocked reconstruction kernel, Rust nears CUDA parity; both costs come from language limits.
· “What Irregularity Costs: CUDA C++, Rust, and Triton on a Hash-Blocked GPU Workload”
Classical SU(2) models match real baselines while depth-3 VQCs lag by up to 9 points on CIFAR-10.
· “Classical SU(2) Models Match or Exceed Shallow Variational Quantum Circuits on Vision Benchmarks”
Offloading neighbor sampling and FP16 quantization to memory-side SmartNICs shrinks network data; proof-of-concept confirms it.
· “LGNNIC: Acceleration of Large-Scale GNN Training using SmartNICs”
Visual time-series inputs cut inference cost 1.8-2.5x while lifting F1 on telecom and public benchmarks.
TEI turns cache and model-tier usage into a 0–100 score with actionable savings estimates.
· “The Token Efficiency Index: A Peer-Benchmarked Composite Indicator for AI Token Efficiency”
Fit once per machine; one baseline run then gives CPI on HBM, CXL, or any memory latency
· “Aneto: Predicting System Performance by Exploiting Cross-Workload Regularity”
Live feasibility on real GPUs plus a 19-region replay: 50.9% modeled emissions cut.
Steering calls before connection lets more AI workflows finish on time without extra capacity.
· “ASGE-RR: Agentic Service Graph Embedding with Revisable Reservations for Dynamic AI-Agent Calls”
Worker-thread count follows the ratio of scheduling speed to task speed, guided by a neural operator and online tuning.
Firmware energy profiling and regression tests can run unattended on low-cost hardware.
· “An Open-Source Power Measurement Platform for System-Level Semiconductor Testing”
Structural plan features let a learned ranker top-3 the fastest plan in 96% of tested circuits.
· “Learning to Rank Tensor Network Contraction Plans for GPU-Accelerated Quantum Circuit Simulation”
The only NIST post-quantum signature that fits today's sidelink spec delivers 90% only at lightest traffic, LOS.
Queue lengths and sojourn times become two-term formulas, enabling exact sensitivity analysis and capacity sizing.
Per-GPU calibration with Model FLOPs Utilization lets simulators predict energy use without hardware counters.
· “Evaluating MFU as a Proxy for GPU Power for Energy-Aware Simulation of LLM Training”