Skip to content

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

Notifications You must be signed in to change notification settings

geyyer/CS344_2021

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

These assignments require OpenCV as a prerequisite. The easiest way to install is probably with conda.

To install OpenCV in a conda environment.

conda create -n cs344 -y
conda activate cs344
conda install -y -c anaconda opencv

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 2021

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%