GTC2013

Tag: library

PARALUTION: a library for sparse iterative methods

PARALUTION: a library for sparse iterative methods

| 26 February, 2013 | 1 Comment

PARALUTION is a library for sparse iterative methods with special focus on multi-core and accelerator technology such as GPUs. The software provides fine-grained parallel preconditioners which can utilize the modern multi-/many-core devices.

Continue Reading

Webinar: CUDA 5 Math Library Performance Overview

Webinar: CUDA 5 Math Library Performance Overview

| 29 January, 2013 | 0 Comments

Jonathan Cohen and the NVIDIA CUDA Library Team present the latest benchmark results using the extensive numerical libraries included with CUDA 5. This webinar will cover all the data points and the significance of the new Math Library Performance Report

Continue Reading

Alea.CUDA Framework and Development Process

Alea.CUDA Framework and Development Process

| 15 January, 2013 | 0 Comments

Alea.CUDA is a dynamic GPU code generation framework, which programmatically generates GPU code with the full flexibility of CUDA.

Continue Reading

AMGCL: Generic Algebraic Multigrid (AMG) Hierarchy Builder

AMGCL: Generic Algebraic Multigrid (AMG) Hierarchy Builder

| 20 December, 2012 | 0 Comments

amgcl is a simple and generic algebraic multigrid (AMG) hierarchy builder. The constructed hierarchy may be used as a standalone solver or as a preconditioner with some iterative solver. Conjugate Gradient and Stabilized BiConjugate Gradient iterative solvers are provided. It is also possible to use generic solvers from other libraries, e.g. ViennaCL.

Continue Reading

Intel Shevlin Park: Cross-Platform Implementation of C++ AMP in Clang/LLVM using OpenCL

Intel Shevlin Park: Cross-Platform Implementation of C++ AMP in Clang/LLVM using OpenCL

| 21 November, 2012 | 0 Comments

Intel engineers implemented the Microsoft specification of C++ AMP within OpenCL and using LLVM/Clang so that it can be used cross-platform.

Continue Reading

VexCL: Vector expression template library for OpenCL

VexCL: Vector expression template library for OpenCL

| 6 July, 2012 | 0 Comments

VexCL is vector expression template library for OpenCL. It has been created for ease of C++ based OpenCL development. Multi-device (and multi-platform) computations are supported.

Continue Reading

Benchmark: Acceleration of OpenFOAM Simulations with SpeedIT library

Benchmark: Acceleration of OpenFOAM Simulations with SpeedIT library

| 25 May, 2012 | 0 Comments

Now, your OpenFOAM simulations on GPU can be up to 3.5x faster compared to CG and DIC/DILU preconditioners on CPU and up to 1.6x faster if you run GAMG.

Continue Reading

CUDA Toolkit 4.2 released with Kelper architecture support

CUDA Toolkit 4.2 released with Kelper architecture support

| 23 April, 2012 | 1 Comment

This release includes updated versions of the CUDA-GDB debugger, Visual Profiler, and others tools that support the Kepler architecture GPUs. Updated versions of NVIDIA’s GPU-accelerated libraries have are also provided in this release, including cuBLAS, cuSPARSE, cuFFT, and the NVIDIA Performance Primitives (NPP) library for image and signal processing.

Continue Reading

StarPU: Unified Runtime System for Heterogeneous Multicore Architectures

StarPU: Unified Runtime System for Heterogeneous Multicore Architectures

| 19 April, 2012 | 0 Comments

StarPU’s GCC plug-in allows programmers to annotate C code to describe tasks and their implementations, as well as memory buffers that are passed to the tasks. Each task may have one or more implementations, such as CPU implementations or implementations written in OpenCL.

Continue Reading

New NVIDIA CUDA Release Makes It Faster and Easier To Accelerate Scientific Research with GPU

New NVIDIA CUDA Release Makes It Faster and Easier To Accelerate Scientific Research with GPU

| 26 January, 2012 | 0 Comments

NVIDIA today released a new version of its CUDA parallel computing platform, which will make it easier for computational biologists, chemists, physicists, geophysicists, other researchers, and engineers to advance their simulations and computational work by using GPUs.

Continue Reading