paper-with-me

홈 › Papers

FinHardBench: Can LLMs Generate Latency-Aware Hardware for Financial Computing?

2026-08-02 · Weimin Fu, Hejia Zhang, Minghao Shao, Zeng Wang, Johann Knechtel, Ozgur Sinanoglu, Muhammad Shafique, Ramesh Karri, Xiaolong Guo arxiv

Can large language models generate not just correct, but fast hardware? This paper investigates the question in financial FPGA design, where 5-10 nanoseconds of latency determines competitive advantage and designs iterate continuously as protocols, strategies, and regulations evolve. FinHardBench, a benchmark of 33 financial computing tasks, is presented together with three experiments that mirror the real-world FPGA iteration cycle: generating new modules from specifications, tuning system-level configurations across a 6-stage trading pipeline, and adapting existing modules to specification changes. Evaluation of six LLMs on 1530+ experiment rounds yields three findings: (1) models achieve 19-61% functional correctness with timing degradation up to 13.7$\times$ on specific tasks; (2) in system-level design space exploration, top LLMs converge to the optimal configuration with higher reliability than random search, simulated annealing, and Bayesian optimization baselines (5/5 seeds vs. 0-4/5 at the same 24-round budget); (3) strategy-level specification changes remain unsolved for most models. Across the six models, generation and DSE rankings overlap moderately: the strongest code generator is not the fastest architecture optimizer, and the weakest code generator (MiniMax M2.7) still reaches the system optimum on 4 of 5 seeds. On the tasks in FinHardBench, difficulty tracks training data pattern availability more closely than abstraction level. FinHardBench is released as an open-source benchmark.

📄 PDF Abstract BibTeX arXiv:2608.00909

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Fast Hardware-Aware Neural Architecture Search

2019-10-25 · Li Lyna Zhang, Yuqing Yang, Yuhang Jiang, Wenwu Zhu 외

Designing accurate and efficient convolutional neural architectures for vast amount of hardware is challenging because hardware designs are complex and diverse. This paper addresses the hardware diversity challenge in Ne…

CPUDiversityHardware Aware Neural Architecture SearchNeural Architecture Search

HAO: Hardware-aware neural Architecture Optimization for Efficient Inference

2021-04-26 · Zhen Dong, Yizhao Gao, Qijing Huang, John Wawrzynek 외

Automatic algorithm-hardware co-design for DNN has shown great success in improving the performance of DNNs on FPGAs. However, this process remains challenging due to the intractable search space of neural network archit…

Hardware Aware Neural Architecture Searchimage-classificationImage ClassificationNeural Architecture Search+1

SwizzlePerf: Hardware-Aware LLMs for GPU Kernel Performance Optimization

2025-08-27 · Arya Tschand, Muhammad Awad, Ryan Swann, Kesavan Ramakrishnan 외 arxiv

Large language models (LLMs) have shown progress in GPU kernel performance engineering using inefficient search-based methods that optimize around runtime. Any existing approach lacks a key characteristic that human perf…

Yggdrasil: Bridging Dynamic Speculation and Static Runtime for Latency-Optimal Tree-Based LLM Decoding

2025-12-29 · Yue Guan, Changming Yu, Shihan Fang, Weiming Hu 외 arxiv

Speculative decoding improves LLM inference by generating and verifying multiple tokens in parallel, but existing systems suffer from suboptimal performance due to a mismatch between dynamic speculation and static runtim…

HAQ: Hardware-Aware Automated Quantization with Mixed Precision

2018-11-21 · CVPR 2019 6 · Kuan Wang, Zhijian Liu, Yujun Lin, Ji Lin 외

Model quantization is a widely used technique to compress and accelerate deep neural network (DNN) inference. Emergent DNN hardware accelerators begin to support mixed precision (1-8 bits) to further improve the computat…

QuantizationReinforcement Learning