Difference between revisions of "Winter 2015 SPO600 Weekly Schedule"

From CDOT Wiki
Jump to: navigation, search
Line 13: Line 13:
 
!Week!!Week of...!!Tuesday!!Thursday!!Deliverables<br/>(Summary - click for details)
 
!Week!!Week of...!!Tuesday!!Thursday!!Deliverables<br/>(Summary - click for details)
 
|-
 
|-
|1||Jan 12||[[#Tuesday (Jan 13)|Introduction to Software Porting, Portability, Benchmarking, and Optimization / How is code accepted into an open source project? (Lab 1)]]||[[#Thursday (Jan 15)|Computer Architecture Overview]]||[[#Week 1 Deliverables|Set up accounts, and blog a comparision of code reviews in two communities (Lab 1).]]
+
|1||Jan 12||[[#Tuesday (Jan 13)|Introduction to Software Porting, Portability, Benchmarking, and Optimization / How is code accepted into an open source project? (Lab 1)]]||[[#Thursday (Jan 15)|Benchmarking and Profiling]]||[[#Week 1 Deliverables|Set up accounts, and blog a comparision of code reviews in two communities (Lab 1).]]
 
|-
 
|-
  
|2||Jan 19||[[#Tuesday (Jan 20)|Compiled C Lab (Lab 2)]]||[[#Thursday (Jan 22)|Prepare a presentation on a selected aspect of assembly language]]||[[#Week 2 Deliverables|Blog a commentary on the Compiled C Lab (Lab 2), and be prepared to give your presentation.]]
+
|2||Jan 19||[[#Tuesday (Jan 20)|Working with the code / Building]]||[[#Thursday (Jan 22)|Build and benchmark a portion of the LAMP stack (Lab 2)]]||[[#Week 2 Deliverables|Blog about your baseline data (Lab 2)]]
 
|-
 
|-
  
|3||Jan 26||[[#Tuesday (Jan 27|Assembly language presentations]]||[[#Thursday (Jan 29)|Assembly language presentations]]||[[#Week 3 Deliverables|Blog about your assembly language presentation.]]
+
|3||Jan 26||[[#Tuesday (Jan 27|Profiling: Finding the pain points (Lab 3)]]||[[#Thursday (Jan 29)|Computer architecture overview]]||[[#Week 3 Deliverables|Blog about the profiling results and pain points discovered (Lab 3)]]
 
|-
 
|-
  
|4||Feb 2||[[#Tuesday (Feb 3)|Assembly lab (Lab 3)]]||[[#Thursday (Feb 5)|Inline assembler / Potential project triage - Scan the potential project list to find out about the packages]]||[[#Week 4 Deliverables|Blog post about the assembly lab (Lab 3) and what you found in the potential projects.]]
+
|4||Feb 2||[[#Tuesday (Feb 3)|Compiled C Lab (Lab 4)]]||[[#Thursday (Feb 5)|Compiler optimizations]]||[[#Week 4 Deliverables|Blog a commentary on the Compiled C Lab (Lab 3).]]
 
|-
 
|-
  
Line 31: Line 31:
 
|-
 
|-
  
|7||Feb 23 ||[[#Tuesday (Feb 24)|Working with the code / Find the platform-specific code in 3 packages (Lab 4).]]||[[#Thursday (Feb 26)|Group hack session - Picking your packages.]]||[[#Week 6 Deliverables|Blog about the platform-specific code in 3 packages (Lab 4) and the packages you selected.]]
+
|7||Feb 23 ||[[#Tuesday (Feb 24)|Project presentations - Stage 1.]]||[[#Thursday (Feb 26)|Prepare a presentation on a selected aspect of assembly language.]]||[[#Week 6 Deliverables|Blog about your project plans - this will be used to assign your 1st Project Marks. Be prepared to give your presentation.]]
  
 
|-style="background: #f0f0ff"
 
|-style="background: #f0f0ff"
Line 37: Line 37:
 
|-
 
|-
  
|8||Mar 9||[[#Tuesday (Mar 10)|Project Presentations - Stage 1]]||[[#Thursday (Mar 12)|Benchmarking and profiling]]||[[#Week 7 Deliverables|Blog about your project plans - this will be used to assign your 1st Project Marks.]]
+
|8||Mar 9||[[#Tuesday (Mar 10)|Assembly language presentations]]||[[#Thursday (Mar 12)|Assembly language presentations]]||[[#Week 7 Deliverables|Blog about your assembly language presentation.]]
 
|-
 
|-
  
|9||Mar 16||[[#Tuesday (Mar 17)|Group hack - Baseline builds and benchmarking]]||[[#Thursday (Mar 19)|Compiler Optimizations]]||[[#Week 9 Deliverables|Blog about your baseline data.]]
+
|9||Mar 16||[[#Tuesday (Mar 17)|Assembly lab (Lab 5)]]||[[#Thursday (Mar 19)|Reading reference documentation (and Lab 5 Continued)]]||[[#Week 9 Deliverables|Blog about the assembly lab (Lab 5).]]
 
|-
 
|-
  
|10||Mar 23||[[#Tuesday (Mar 24)|Optimization Lab]]||[[#Thursday (Mar 26)|Group Hack - Profiling: Finding the Pain Points]]||[[#Week 8 Deliverables|Blog about the pain points in your software.]]
+
|10||Mar 23||[[#Tuesday (Mar 24)|Project Presentations - Stage 2]]||[[#Thursday (Mar 26)|Uptreaming]]||[[#Week 8 Deliverables|Blog about your project progress - this will be used to assign your 2nd Project Marks.]]
 
|-
 
|-
  
|11||Mar 30||[[#Tuesday (Mar 31)|Project Presentations - Stage 2]]||[[#Thursday (Apr 2)|Group Hack - Optimization]]||[[#Week 9 Deliverables|Blog about your project progress - this will be used to assign your 2nd Project Marks.]]
+
|11||Mar 30||[[#Tuesday (Mar 31)|Inline Assembler]]||[[#Thursday (Apr 2)|Find inline assembler in 3 packages (Lab 6)]]||[[#Week 9 Deliverables|Blog about the assembler you found (Lab 6).]]
 
|-
 
|-
  
|12||Apr 6||[[#Tuesday (Apr 7)|Upstreaming]]||[[#Thursday (Apr 9)|Discussion & Hack Session]]||[[#Week 10 Deliverables|Blog about your progress.]]
+
|12||Apr 6||[[#Tuesday (Apr 7)|Discussion & Hack Session]]||[[#Thursday (Apr 9)|Discussion & Hack Session]]||[[#Week 10 Deliverables|Blog about your progress.]]
 
|-
 
|-
  
|13||Apr 13||[[#Tuesday (Apr 14)|Discussion and hack session]]||[[#Thursday (Apr 16)|Wrap-up Session]]||[[#Week 11 Deliverables|Upstream your work and blog about it]]
+
|13||Apr 13||[[#Tuesday (Apr 14)|Project Presentations - Stage 3]]||[[#Thursday (Apr 16)|Wrap-up Session]]||[[#Week 11 Deliverables|Blog about your project progress - this will be used to assign your 3rd project marks.]]
 
|-
 
|-
  
Line 114: Line 114:
 
==== Discussion of how open source communities work ====
 
==== Discussion of how open source communities work ====
  
* Background for the [[SPO600 Code Review Lab|Code Review Lab (Lab 1).
+
* Background for the [[SPO600 Code Review Lab|Code Review Lab (Lab 1)]].
  
 
=== Thursday (Jan 15) ===
 
=== Thursday (Jan 15) ===
  
* [[Computer Architecture]] overview (see also the [[:Category:Computer Architecture|Computer Architecture Category]])
+
* Benchmarking and Profiling
 +
 
 +
* Profiling with <code>gprof</code>
 +
** Build with profiling enabled (use the option <code>-pg</code> with both gcc and ld)
 +
** Run the profile-enabled executable
 +
** Analyze the data in the <code>gmon.out</code> file
 +
*** <code>gprof ''nameOfBinary''</code> # Displays text profile including call graph
 +
*** <code>gprof ''nameOfBinary'' | gprof2dot | dot | display -</code> # Displays visualization of call graph
 +
 
 +
Resources
 +
* [https://sourceware.org/binutils/docs-2.16/gprof/ GProf Manual]
 +
* [http://www.thegeekstuff.com/2012/08/gprof-tutorial/ Profiling with GProf]
  
 
=== Week 1 Deliverables ===
 
=== Week 1 Deliverables ===
Line 126: Line 137:
 
# Generate a [[SSH#Using_Public_Keys_with_SSH|pair of keys]] for [[SSH]] and email the public key to your professor.
 
# Generate a [[SSH#Using_Public_Keys_with_SSH|pair of keys]] for [[SSH]] and email the public key to your professor.
 
# Sign and return the [[Open Source Professional Option Student Agreement]].
 
# Sign and return the [[Open Source Professional Option Student Agreement]].
# [[SPO600 Host Setup|Set up a Fedora 20 system]].
+
# Optional but recommended: [[SPO600 Host Setup|Set up a Fedora 20 system]].
  
 
== Week 2 ==
 
== Week 2 ==
Line 132: Line 143:
 
=== Tuesday (Jan 20) ===
 
=== Tuesday (Jan 20) ===
 
{{Admon/tip|Bring Your Laptop|Classes are held in a [[Active Learning Classroom]]. If you have a laptop or other device with a VGA or HDMI output (such as a smartphone!) please bring it. You'll need either a local linux environment or an SSH client -- which is built-in to Linux, Mac, and Chromebook systems, and readily available for Windows, Android, and iOS devices.}}
 
{{Admon/tip|Bring Your Laptop|Classes are held in a [[Active Learning Classroom]]. If you have a laptop or other device with a VGA or HDMI output (such as a smartphone!) please bring it. You'll need either a local linux environment or an SSH client -- which is built-in to Linux, Mac, and Chromebook systems, and readily available for Windows, Android, and iOS devices.}}
* Perform the [[SPO600 Compiled C Lab|Compiled C Lab (Lab 2)]] in groups.
+
 
 +
Working with the Code
 +
* Working with GIT
 +
* Working with other version control systems
 +
 
 +
Building the Code
 +
* Make
 +
* Configuration tools (autotools, cmake)
 +
* The compiler toolchain
 +
** Preprocessor
 +
** Compiler
 +
** Assembler
 +
** Linker
 +
* Debug vs. Non-debug/Stripped binaries
 +
 
 +
Looking at How Distributions Package the Code
 +
* Using fedpkg
  
 
=== Thursday (Jan 22) ===
 
=== Thursday (Jan 22) ===
* [[Winter 2015 SPO600 Assembly Language Presentation|Select and prepare to teach the class about a specific small topic related to assembly language / machine language programming]].
+
 
 +
* [[SPO600 Baseline Builds and Benchmarking Lab|Baseline Builds and Benchmarking Lab (Lab 2)]]
  
 
=== Week 2 Deliverables ===
 
=== Week 2 Deliverables ===
 
* Complete and blog your conclusion to the [[SPO600 Code Review Lab|Code Review Lab (Lab 1)]].
 
* Complete and blog your conclusion to the [[SPO600 Code Review Lab|Code Review Lab (Lab 1)]].
* Blog your conclusion to the [[SPO600_Compiled_C_Lab|Compiled C Lab (Lab 2)]].
+
* Blog your baseline data from the [[SPO600 Baseline Builds and Benchmarking Lab|Baseline Builds and Benchmarking lab (Lab 2)]].
* Be prepared to give your [[Winter 2015 SPO600 Assembly Language Presentation|presentation]] on Tuesday of next week.
 
  
 
<!--
 
<!--
 +
 +
== Misc / Relocated ==
 +
 +
* [[Computer Architecture]] overview (see also the [[:Category:Computer Architecture|Computer Architecture Category]])
 +
* [[Winter 2015 SPO600 Assembly Language Presentation|Select and prepare to teach the class about a specific small topic related to assembly language / machine language programming]].
 +
  
 
== Week 3 ==
 
== Week 3 ==

Revision as of 00:21, 16 December 2014

Important.png
This is a draft only!
It is still under construction and content may change. Do not rely on this information.
Important.png
It's Alive!
This SPO600 weekly schedule will be updated as the course proceeds - dates and content are subject to change. The cells in the summary table will be linked to relevant resources and labs as the course progresses.

For the Fall 2014 version of the weekly schedule, see Fall 2014 SPO600 Weekly Schedule.

Summary Table

This is a summary/index table. Please follow the links in each cell for additional detail -- especially for the Deliverables column.

Week Week of... Tuesday Thursday Deliverables
(Summary - click for details)
1 Jan 12 Introduction to Software Porting, Portability, Benchmarking, and Optimization / How is code accepted into an open source project? (Lab 1) Benchmarking and Profiling Set up accounts, and blog a comparision of code reviews in two communities (Lab 1).
2 Jan 19 Working with the code / Building Build and benchmark a portion of the LAMP stack (Lab 2) Blog about your baseline data (Lab 2)
3 Jan 26 Profiling: Finding the pain points (Lab 3) Computer architecture overview Blog about the profiling results and pain points discovered (Lab 3)
4 Feb 2 Compiled C Lab (Lab 4) Compiler optimizations Blog a commentary on the Compiled C Lab (Lab 3).
5 Feb 9 Linaro Connect - No classes scheduled
Prepare a presentation on a selected topic about platform-specific code.
Be prepared to present your topic.
6 Feb 16 Presentations on platform-specific code. Presentations on platform-specific code. Blog about your presentation.
7 Feb 23 Project presentations - Stage 1. Prepare a presentation on a selected aspect of assembly language. Blog about your project plans - this will be used to assign your 1st Project Marks. Be prepared to give your presentation.
Study Week Mar 2 Study Week - No classes!
8 Mar 9 Assembly language presentations Assembly language presentations Blog about your assembly language presentation.
9 Mar 16 Assembly lab (Lab 5) Reading reference documentation (and Lab 5 Continued) Blog about the assembly lab (Lab 5).
10 Mar 23 Project Presentations - Stage 2 Uptreaming Blog about your project progress - this will be used to assign your 2nd Project Marks.
11 Mar 30 Inline Assembler Find inline assembler in 3 packages (Lab 6) Blog about the assembler you found (Lab 6).
12 Apr 6 Discussion & Hack Session Discussion & Hack Session Blog about your progress.
13 Apr 13 Project Presentations - Stage 3 Wrap-up Session Blog about your project progress - this will be used to assign your 3rd project marks.
Exam Week Apr 20 Exam Week - No exam in this course!

Evaluation

Category Percentage Evaluation Dates
Communication 20% January 31, February 28, March 27, April 22
Quizzes 10% May be held during any class, usually at the start of class. A minimum of 5 one-page quizzes will be given. No make-up/retake option is offered if you miss a quiz. Lowest 3 scores will not be counted.
Labs 10% See deliverables column above.
Project work 60% March 13 (15%), April 3 (20%), April 22 (25%)

Week 1

Tuesday (Jan 13)

Introduction to the Problem

  • Most software is written in a high-level language which can be compiled into machine code for a specific architecture. However, there is a lot of existing code that contains some architecture-specific code fragments written in Assembly Language (or, in some cases, machine-specific high-level code).
  • Reasons for writing code in Assembly Langauge include:
    • Performance
    • Atomic Operations
    • Direct access to hardware features, e.g., CPUID registers
  • Most of the historical reasons for including assembler are no longer valid. Modern compilers can out-perform most hand-optimized assembly code, atomic operations can be handled by libraries or compiler intrinsics, and most hardware access should be performed through the operating system or appropriate libraries.
  • A new architecture has appeared: Aarch64, which is part of ARMv8. This is the first new computer architecture to appear in several years (at least, the first mainstream computer architecture).
  • There are over 1400 software packages/modules present in GNU Linux systems which contain architecture-specific assembly language code or have other portability issues. Most of these packages cannot be built on Aarch64 systems without modification.

Course Projects

In this course, you will:

  1. Select two software packages from a list compiled by Steve Macintyre of Linaro. Each of the packages on this list contains assembly language code which is platform-specific.
  2. Prepare a fix/patch for the software so that it will run on 64-bit ARM systems (aarch64). This may be done at either of two levels:
    1. Port - Add additional assembly language code for aarch64 (basic solution).
    2. Make Portable - Remove architecture-specific code, replacing it with compiler intrinsics or high-level code so that the software will successfully build on multiple platforms.
  3. Benchmark - Prove that your changes do not cause a performance regression on existing platforms, and that (ideally) it improves performance.
  4. Upstream your Code - Submitting your code to the upstream (originating) software project so that it can be incorporated into future versions of the software. This will involve going through a code review to ensure that your code is compatible with and acceptable to the upstream community.

General Course Information

  • Course resources are linked from the CDOT wiki, starting at http://zenit.senecac.on.ca/wiki/index.php/SPO600 (Quick find: This page will usually be Google's top result for a search on "SPO600").
  • Coursework is submitted by blogging.
  • Quizzes will be short (1 page) and will be held without announcement at any time. Your lowest three quiz scores will not be counted, so do not worry if you miss one or two.
  • Course marks (see Weekly Schedule for dates):
    • 60% - Project Deliverables
    • 20% - Communication (Blog and Wiki writing)
    • 20% - Labs and Quizzes (10% labs - completed/not completed; 10% for quizzes - lowest 3 scores not counted)
  • All classes will be held in an Active Learning Classroom -- you are encouraged to bring your own laptop to class. If you do not have a laptop, consider signing one out of the Learning Commons for class, or using a smartphone with an HDMI adapter.
  • For more course information, refer to the SPO600 Weekly Schedule (this page), the Course Outline, and SPO600 Course Policies.


Discussion of how open source communities work

Thursday (Jan 15)

  • Benchmarking and Profiling
  • Profiling with gprof
    • Build with profiling enabled (use the option -pg with both gcc and ld)
    • Run the profile-enabled executable
    • Analyze the data in the gmon.out file
      • gprof nameOfBinary # Displays text profile including call graph
      • gprof nameOfBinary | gprof2dot | dot | display - # Displays visualization of call graph

Resources

Week 1 Deliverables

  1. Set up your SPO600 Communication Tools - in particular, set up a blog and add it to Planet CDOT (via the Planet CDOT Feed List).
  2. Add yourself to the Fall 2014 SPO600 Participants page (leave the projects columns blank).
  3. Generate a pair of keys for SSH and email the public key to your professor.
  4. Sign and return the Open Source Professional Option Student Agreement.
  5. Optional but recommended: Set up a Fedora 20 system.

Week 2

Tuesday (Jan 20)

Idea.png
Bring Your Laptop
Classes are held in a Active Learning Classroom. If you have a laptop or other device with a VGA or HDMI output (such as a smartphone!) please bring it. You'll need either a local linux environment or an SSH client -- which is built-in to Linux, Mac, and Chromebook systems, and readily available for Windows, Android, and iOS devices.

Working with the Code

  • Working with GIT
  • Working with other version control systems

Building the Code

  • Make
  • Configuration tools (autotools, cmake)
  • The compiler toolchain
    • Preprocessor
    • Compiler
    • Assembler
    • Linker
  • Debug vs. Non-debug/Stripped binaries

Looking at How Distributions Package the Code

  • Using fedpkg

Thursday (Jan 22)

Week 2 Deliverables