Giter Site home page Giter Site logo

andrewflash / in4342_embedded-systems_laboratory Goto Github PK

View Code? Open in Web Editor NEW
0.0 7.0 0.0 1.59 MB

IN4342 Embedded Systems Laboratory Course

Batchfile 1.24% C 36.18% Makefile 5.05% Objective-C 1.16% Assembly 23.19% Shell 0.07% TeX 33.11%
education mastersdegree coursework

in4342_embedded-systems_laboratory's People

Contributors

andrewflash avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

in4342_embedded-systems_laboratory's Issues

[Assig 2] Task List

Week 4

Baseline

  • Modify makefile in baseline code to be able to run mcprof
  • Add ifdef MCPROF in canny_edge.c to easily switch between profiling in PC and compiling to ARM
  • Add floating point support in source code and compiler options (vfp option)
  • Do profiling using mcprof (PC - to see predominant functions that preferably selected to be optimized), gprof (PC and ARM), and timing info echoed from board
  • Do profiling for each of the pictures (both using vfp and without). Remember, there are 3 pictures in this assignment. Use makefile to configure.
  • Profiling analysis

Optimization / Profiling Result

  • good resource to understand basic of gaussian blur (pretty much we will be doing the optimization here)

http://www.pixelstech.net/article/1353768112-Gaussian-Blur-Algorithm
https://www.youtube.com/watch?v=C_zFhWdM4ic

Pool Notify

DSP calculation

Neon

  • Learn how to implement Neon code from example (using intrinsic or maybe assembler, auto-vectorization did not affect the computation significantly) source: http://processors.wiki.ti.com/index.php/Cortex-A8
  • Convert the gaussian smoothing to neon instruction (manipulate sequential addition and multiplication to parallel operation)
  • Convert it to fixed point operation
  • Check for variation Q-format
  • Compare the result (pixel error) with baseline result

Report

  • Introduction
  • Problem statement

Week 5

Integration

  • pool notify + DSP + Neon (load sharing)
  • Verification

Week 6

Week 7

Integration

  • Sending rows and cols info from GPP to DSP in one NOTIFY message (Uint32)
  • Load sharing implementation (first try to split data into two parts)

DSP

Week 8

deadline 3 June

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.