Cantitate/Preț
Produs

Numerical Computations with GPUs

Editat de Volodymyr Kindratenko
en Limba Engleză Hardback – 18 iul 2014
This book brings together research on numerical methods adapted for Graphics Processing Units (GPUs). It explains recent efforts to adapt classic numerical methods, including solution of linear equations and FFT, for massively parallel GPU architectures. This volume consolidates recent research and adaptations, covering widely used methods that are at the core of many scientific and engineering computations. Each chapter is written by authors working on a specific group of methods; these leading experts provide mathematical background, parallel algorithms and implementation details leading to reusable, adaptable and scalable code fragments. This book also serves as a GPU implementation manual for many numerical algorithms, sharing tips on GPUs that can increase application efficiency. The valuable insights into parallelization strategies for GPUs are supplemented by ready-to-use code fragments. Numerical Computations with GPUs targets professionals and researchers working in high performance computing and GPU programming. Advanced-level students focused on computer science and mathematics will also find this book useful as secondary text book or reference.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 93603 lei  6-8 săpt.
  Springer International Publishing – 17 sep 2016 93603 lei  6-8 săpt.
Hardback (1) 94352 lei  6-8 săpt.
  Springer International Publishing – 18 iul 2014 94352 lei  6-8 săpt.

Preț: 94352 lei

Preț vechi: 117940 lei
-20% Nou

Puncte Express: 1415

Preț estimativ în valută:
18056 18744$ 15056£

Carte tipărită la comandă

Livrare economică 22 martie-05 aprilie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9783319065472
ISBN-10: 3319065475
Pagini: 416
Ilustrații: X, 405 p. 107 illus., 49 illus. in color.
Dimensiuni: 155 x 235 x 30 mm
Greutate: 0.79 kg
Ediția:2014
Editura: Springer International Publishing
Colecția Springer
Locul publicării:Cham, Switzerland

Public țintă

Research

Cuprins

Accelerating Numerical Dense Linear Algebra Calculations with GPUs.- A Guide to Implement Tridiagonal Solvers on GPUs.- Batch Matrix Exponentiation.- Efficient Batch LU and QR Decomposition on GPU.- A Flexible CUDA LU-Based Solver for Small, Batched Linear Systems.- Sparse Matrix-Vector Product.- Solving Ordinary Differential Equations on GPUs.- GPU-based integration of large numbers of independent ODE systems.- Finite and spectral element methods on unstructured grids for flow and wave propagation problems.- A GPU implementation for solving the Convection Diffusion equation using the Local Modified SOR method.- Pseudorandom numbers generation for Monte Carlo simulations on GPUs: Open CL approach.- Monte Carlo Automatic Integration with Dynamic Parallelism in CUDA.- GPU-Accelerated computation routines for quantum trajectories method.- Monte Carlo Simulation of Dynamic Systems on GPUs.- Fast Fourier Transform (FFT) on GPUs.- A Highly Efficient FFT Using Shared-Memory Multiplexing.- Increasing parallelism and reducing thread contentions in mapping localized N-body simulations to GPUs.

Recenzii

From the book reviews:
“This book attempts to provide some guidance for researchers who develop HPC codes and want to run them on GPU-based systems. … The intended readership consists of people who already have a certain amount of experience in working with GPUs … . For readers with such a background, it will prove to be useful reading.” (Kai Diethelm, Computing Reviews, November, 2014)

Caracteristici

Enriches understanding of numerical methods adapted for GPU architecture
Clarifies the difference between implementation details for individual methods
Provides reusable code fragments that can be used as-is or modified for user-specific applications
Includes supplementary material: sn.pub/extras