Skip to content

Introduction to Parallel Programming class code

Notifications You must be signed in to change notification settings

joshkergan/Cuda-Projects

 
 

Repository files navigation

Intro projects for CUDA programming

I've moved my personal work with the needed support code into the HW* directories. The code should work with Linux and Visual Studio under CUDA SDK version 8.

The code is originally sourced from Udacity's Introduction to CUDA Programming (cs344).

Dependencies

The code requires a properly installed OpenCV and CUDA SDK.

cs344

Introduction to Parallel Programming class code

Building on OS X

These instructions are for OS X 10.9 "Mavericks".

  • Step 1. Build and install OpenCV. The best way to do this is with Homebrew. However, you must slightly alter the Homebrew OpenCV installation; you must build it with libstdc++ (instead of the default libc++) so that it will properly link against the nVidia CUDA dev kit. This entry in the Udacity discussion forums describes exactly how to build a compatible OpenCV.

  • Step 2. You can now create 10.9-compatible makefiles, which will allow you to build and run your homework on your own machine:

mkdir build
cd build
cmake ..
make

About

Introduction to Parallel Programming class code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 48.2%
  • Cuda 42.9%
  • Makefile 4.8%
  • CMake 2.5%
  • C 1.6%