y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#hardware-aware News & Analysis

4 articles tagged with #hardware-aware. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

4 articles
AIBullisharXiv – CS AI · Jun 237/10
🧠

GRINQH: Graded Input-based Quantization Hierarchy for Efficient LLM Generation

GRINQH introduces a weight-only quantization framework that optimizes large language model inference by dynamically assigning different precision levels to weight channels based on activation magnitudes. The approach achieves state-of-the-art performance on Llama3 and Qwen3 models at 2-4 bit settings, addressing the GPU memory bandwidth bottleneck that constrains decoding speed in edge-computing environments.

🧠 Llama
AIBullisharXiv – CS AI · Jun 97/10
🧠

APEX4: Efficient Pure W4A4 LLM Inference via Intra-SM Compute Rebalancing

Researchers introduce APEX4, a pure INT4 inference system that addresses the long-standing challenge of W4A4 quantization in large language models by adapting compute strategies based on GPU architecture. The system achieves up to 2.09× speedup on consumer GPUs while maintaining quality within 0.63 perplexity points of FP16 baselines, making efficient LLM inference more practical across diverse hardware platforms.

$ADA🏢 Perplexity
AIBullisharXiv – CS AI · Jun 27/10
🧠

HASTE: Hardware-Aware Dynamic Sparse Training for Large Output Spaces

Researchers introduce HASTE, a hardware-aware sparse training method for extreme multi-label classification that uses group-shared fixed fan-in sparsity to optimize GPU execution. The approach achieves up to 25x speedup in backward passes compared to standard sparse methods while maintaining competitive accuracy, addressing the memory-compute bottleneck in models with millions of output labels.

AINeutralarXiv – CS AI · Mar 34/105
🧠

SEval-NAS: A Search-Agnostic Evaluation for Neural Architecture Search

Researchers propose SEval-NAS, a new evaluation mechanism for neural architecture search that converts architectures to strings and predicts performance metrics like accuracy, latency, and memory usage. The method shows particular strength in predicting hardware costs and can be integrated into existing NAS frameworks with minimal changes.