Skip to content

master-hpc/mp-empty-kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

"Empty Kernel"

A "Hello, CUDA" example with an empty kernel

Notes

  • ".cu" ext for source code containing CUDA syntax
  • nvcc compilation processs
  • CUDA syntax

Compilation

# run from repo dir
nvcc -o out/empty-kernel empty-kernel.cu

TODOs

  • Translate README.md to french

About

Empty CUDA kernel (A "Hello, CUDA" example)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages