GPU

07
Aug
PMPP Chapter 3: Scalable Parallel Execution

PMPP Chapter 3: Scalable Parallel Execution

CUDA Thread Organization All CUDA threads in a grid execute the same kernel function; they rely on coordinates to distinguish
4 min read
05
Aug
PMPP Chapter 2: Data Parallel Computing

PMPP Chapter 2: Data Parallel Computing

Data Parallelism When modern software applications run slowly, the problem is usually having too much data to be processed. * Image
5 min read
04
Aug
PMPP Chapter 1: Introduction

PMPP Chapter 1: Introduction

Traditionally (before 2003), microprocessors are based on single central processing unit (CPU), but due to energy consumption and heat dissipation
4 min read
03
Aug
Programming Massively Parallel Processors

Programming Massively Parallel Processors

Programming Massively Parallel Processors is an excellent book on GPU programming. Here is the collection of my notes and related
2 min read
01
Aug
Running NVIDIA and AMD GPUs in a Single K3S Cluster

Running NVIDIA and AMD GPUs in a Single K3S Cluster

Modern AI and HPC workloads often require different types of accelerators depending on the specific use case. Running a heterogeneous
4 min read