Skip to content

Udacity CS344 Introduction to Parallell Programming (https://classroom.udacity.com/courses/cs344), with assignments/materials updated to build in 2024

Notifications You must be signed in to change notification settings

mrthinger/CS344_2024

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Need:

  • /usr/local/cuda/include
  • /usr/include/opencv4 (apt install libopencv-dev)

To build

cd assignments
mkdir build
cd build
cmake ..
make

The binaries will then be contained within assignments/bin.

HW1 Passing Instructions

From the HW1 directory.

Run ../bin/HW1 HW1/cinque_terre_small.jpg'

About

Udacity CS344 Introduction to Parallell Programming (https://classroom.udacity.com/courses/cs344), with assignments/materials updated to build in 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 41.0%
  • Cuda 28.6%
  • Makefile 25.0%
  • C 2.8%
  • CMake 2.6%