Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

brenomfviana/learn-cuda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUDA code for learning

This repository contains simple CUDA codes created for mere learning.

TODO

  • Addition of vectors
  • Matrix multiplication
  • Matrix multiplication with shared memory
  • Linear interpolation
  • Bilinear interpolation

How to test the codes

Requirements

  • CUDA Toolkit 8.0

How to compile

nvcc -I include/ file-name.cu -o program-name.x

How to run

./program-name.x ARGS

References

CUDA Toolkit Documentation v8.0

About

CUDA code for learning.

Topics

Resources

License

Stars

Watchers

Forks

Languages