Home Tags Parallel programming

Tag: parallel programming

Parallel Programming in Linux Using OpenMP

0
OpenMP is a versatile, open source paradigm for parallel programming. Learn how to use it to run processes simultaneously and tackle large data computations. The...

Introducing NVIDIA’s Compute Unified Device Architecture (CUDA)

0
This article, the first in a series, introduces readers to the NVIDIA CUDA architecture, as good programming requires a decent amount of knowledge about...

CodeSport

1
Welcome to this month's CodeSport, in which we discuss the concept of transactional memory, with a focus on software transactional memory. In last month's column,...