CUDA Series (1/3)

CUDA Series (1/3)
olcf's CUDA series 01. CUDA C Basics slide Host: The CPU and its memory Device: The GPU and its memory Simple Processing Flow COPY memory (from CPU to GPU) Load GPU program a...
0 Read More

CUDA Series (2/3)

CUDA Series (2/3)
6. CUDA Unified Memory = Managed Memory slide lecture subsidiary 6.1 cudaMallocManaged ⛶__host__ cudaError_t cudaMallocManaged(void **devPtr, size_t size);cudaMallocManaged behav...
0 Read More

#Day1 of My Journey to Google

Hi everyone! I'm Reenmayee, a 2nd-year BTech student, and today I’m starting my 3-month learning sprint toward mastering CUDA, GenAI, and DSA. What I Did Today: Set up Google Colab with GPU...
0 Read More