Skip to content

hypeopal/CUDAprogramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUDAprogramming

A note of Nvidia CUDA programming learning

CUDA Official Docs here

Key Features of These CUDA Code

  1. Parallelism: Use the GPU CUDA kernel to perform various operations in parallel.
  2. Performance Comparison: Compare the excution time of the CPU and GPU implementations, showcasing the potential speedup of GPU parallelism computation.
  3. Correctness Check: The results from the GPU and CPU are compared to ensure the CUDA kernel gets the correct output.

About

A note of Nvidia CUDA programming learning

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages