SLEEPy

From CDOT Wiki
Revision as of 15:31, 5 April 2016 by Luong Van Chuong (talk | contribs) (Intro)
Jump to: navigation, search


GPU621/DPS921 | Participants | Groups and Projects | Resources | Glossary

Canadian National Tornado Database: Verified Events (1980-2009)

Team Member

  1. Luong Chuong, TBB
  2. Jacky Siu, OpenMP
  3. Woodson Delhia, Cilk

Intro

Local DAAL Examples Location: C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2016\windows\daal\examples

Data: http://open.canada.ca/data/en/dataset/cad804cd-454e-4bd7-9f22-fcee64f60719

New Data: http://open.canada.ca/data/en/dataset/be3880f2-0d04-4583-8265-611b231ebce8

Parser code: https://software.intel.com/en-us/node/610127

Our goal is to parse & process this crime data and to add more meaning to said data. Using various parallel techniques taught in the course and comparing them via the DAAL library.

Source code

  1. Serial
  2. TBB
  3. OpenMP
  4. Cilk

Useful Link

  1. https://software.intel.com/en-us/daal

Progress