Skip to content

Anything new that I am experimenting with or learning about

Notifications You must be signed in to change notification settings

mihaimorariu/coding-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Playground

This repository contains random code for things that I learn about or experiment with.

CUDA

My implementation of the examples from CUDA by Example: An Introduction to General-Purpose GPU Programming.

Building

From the source directory, run the following:

nvcc INPUT_FILE.cu -o EXECUTABLE_NAME

If you get a linking error, make sure to have OpenGL and GLUT installed on your computer. Then compile with the -lGL -lglut flags.

About

Anything new that I am experimenting with or learning about

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published