项目作者: enginBozkurt

项目描述 :
GPU Parallel Computing software solution examples with CUDA
高级语言: Cuda
项目地址: git://github.com/enginBozkurt/CUDA-Programming.git
创建时间: 2018-06-26T20:29:58Z
项目社区:https://github.com/enginBozkurt/CUDA-Programming

开源协议:

下载


CUDA Programming

Accelerating Applications with CUDA C/C++

Objectives

By the time you complete this lab, you will be able to:

  • Write, compile, and run C/C++ programs that both call CPU functions and launch GPU kernels.

  • Control parallel thread hierarchy using execution configuration.

  • Refactor serial loops to execute their iterations in parallel on a GPU.

  • Allocate and free memory available to both CPUs and GPUs.

  • Handle errors generated by CUDA code.

  • Accelerate CPU-only applications.