paper-with-me

홈 › Papers

A CUDA-Based Real Parameter Optimization Benchmark

2014-07-29 · Ke Ding, Ying Tan

Benchmarking is key for developing and comparing optimization algorithms. In this paper, a CUDA-based real parameter optimization benchmark (cuROB) is introduced. Test functions of diverse properties are included within cuROB and implemented efficiently with CUDA. Speedup of one order of magnitude can be achieved in comparison with CPU-based benchmark of CEC'14.

📄 PDF Abstract BibTeX arXiv:1407.7737

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingCPU

Similar Papers 제목 키워드 기반

PyGraph: Robust Compiler Support for CUDA Graphs in PyTorch

2025-03-25 · Abhishek Ghosh, Ajay Nayak, Ashish Panwar, Arkaprava Basu

CUDA Graphs -- a recent hardware feature introduced for NVIDIA GPUs -- aim to reduce CPU launch overhead by capturing and launching a series of GPU tasks (kernels) as a DAG. However, deploying CUDA Graphs faces several c…

CPUGPU

CUDA-L1: Improving CUDA Optimization via Contrastive Reinforcement Learning

2025-07-18 · Xiaoya Li, Xiaofei Sun, Albert Wang, Jiwei Li 외

The exponential growth in demand for GPU computing resources, driven by the rapid advancement of Large Language Models, has created an urgent need for automated CUDA optimization strategies. While recent advances in LLMs…

Code GenerationGPUreinforcement-learningReinforcement Learning

CUDAHercules: Benchmarking Hardware-Aware Expert-level CUDA Optimization for LLMs

2026-05-08 · Shiyang Li, Zijian Zhang, Guangyan Sun, Yuebo Luo 외 arxiv

Large language models show promise for automated CUDA programming, however even the strongest coding models (e.g., Claude-Opus-4.6) may still fall short of expert-level, architecture-aware optimization. We introduce CUDA…

CUDA MPC: A GPU-Native Solver for Model Predictive Control

2026-08-04 · Babak Akbari, Melissa Greeff arxiv

Model Predictive Control (MPC) delivers constraint-aware control, but its reliance on online optimization limits its use on systems with fast dynamics, high-dimensional models, or long horizons. Existing GPU implementati…

CUDABeaver: Benchmarking LLM-Based Automated CUDA Debugging

2026-05-08 · Shiyang Li, Haoyang Chen, Mattia Fazzini, Caiwen Ding arxiv

Debugging CUDA programs has long been challenging because failures often arise from subtle interactions among hardware behavior, compiler decisions, memory hierarchy, and asynchronous execution. More importantly, with th…