MSNANAJan 2, 2012

Evaluating polynomials in several variables and their derivatives on a GPU computing processor

arXiv:1201.049919 citationsh-index: 26
Originality Synthesis-oriented
AI Analysis

For researchers using numerical continuation methods for polynomial systems, this work provides a GPU-based approach to accelerate multiprecision arithmetic, though the results are incremental and hardware-specific.

This paper presents algorithms for massively parallel evaluation and differentiation of sparse polynomials on a GPU, aiming to offset the overhead of double double arithmetic in numerical continuation methods. The implementation on an NVIDIA Tesla C2050 achieves significant acceleration for Newton's method path trackers.

In order to obtain more accurate solutions of polynomial systems with numerical continuation methods we use multiprecision arithmetic. Our goal is to offset the overhead of double double arithmetic accelerating the path trackers and in particular Newton's method with a general purpose graphics processing unit. In this paper we describe algorithms for the massively parallel evaluation and differentiation of sparse polynomials in several variables. We report on our implementation of the algorithmic differentiation of products of variables on the NVIDIA Tesla C2050 Computing Processor using the NVIDIA CUDA compiler tools.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes