DEVELOPER BLOG
Tag: Concurrency
Data Science
Dec 18, 2020
Making Apache Spark More Concurrent
Apache Spark provides capabilities to program entire clusters with implicit data parallelism. With Spark 3.0 and the open source RAPIDS Accelerator for Spark…
7 MIN READ
Accelerated Computing
Jan 22, 2015
GPU Pro Tip: CUDA 7 Streams Simplify Concurrency
CUDA 7 introduces a new per-thread default stream option that reduces serialization between threads when using the default stream.
8 MIN READ
HPC
Dec 13, 2012
How to Overlap Data Transfers in CUDA C/C++
In our last CUDA C/C++ post we discussed how to transfer data efficiently between the host and device. In this post, we discuss how to overlap data transfers…
12 MIN READ
Accelerated Computing
Dec 11, 2012
How to Overlap Data Transfers in CUDA Fortran
In my previous CUDA Fortran post I discussed how to transfer data efficiently between the host and device. In this post, I discuss how to overlap data transfers…
12 MIN READ