EE 7700-1 - What's New

11 May 2010, 17:04:58 CDT
Linked pre-final solution to the previous work page. Keep checking back for additional resources, exam clarifications (if any), etc.
10 May 2010, 20:43:08 CDT
The take-home test is now available. Solutions are due Friday, 14 May 2010 at 16:00. A solution to the pre-final will be posted Tuesday or Wednesday.
10 May 2010, 14:57:32 CDT
Linked the radix sort paper to the page.
6 May 2010, 15:02:22 CDT
Correction on take-home exam: In Problem 1 a bitwise or operator did not show up. Here are the original and corrected lines:
      const int ti_maybe = ti  ( 1 << tree_level );  // Wrong, | missing.

      const int ti_maybe = ti | ( 1 << tree_level ); // Correct.
Also, in part (d) of Problem 1, change the word “patches” to “passes.” The posted copy has the corrections applied.
3 May 2010, 19:12:11 CDT
Pre Take Home Final is available, due Friday morning, 7 May 2010.

Also linked last years pre final and its solution to the page.
23 April 2010, 17:32:53 CDT
Homework 4 assigned, due Wednesday, 28 April 2010 The coding part of this assignment is easy, the emphasis is on analyiss of existing code.
16 April 2010, 18:49:12 CDT
Changed Homework 3 slightly, the code only needs to count ball/ball proximity, it can ignore ball/tile proximity.
16 April 2010, 10:27:28 CDT
Homework 3 assigned, due Wednesday, 21 April 2010.
15 April 2010, 19:06:29 CDT
Linked a description of NVIDIA Fermi to the GPU descriptions page. Also added the balls code under the GPGPU section of the code examples page (and updated a similar entry on the undergraduate course page). Finally, added videos to the GPU Physics programs on the code examples page.
15 April 2010, 11:39:26 CDT
Linked solution to Homework 1 to the previous work page. The balls project base code has been updated with the Homework 2 solution, however it uses the pBuffer_Object class rather than using buffer objects directly.
26 March 2010, 18:22:33 CDT
Clarification on the homework: Your solution to problem 2 should use buffer objects. It should not use the pBuffer_Object class, instead it should use OpenGL buffer object calls, such as glBufferData.
24 March 2010, 9:57:40 CDT
Homework 2 assigned, due 29 March 2010.
13 March 2010, 16:32:13 CST
Made minor update to notes covering GeForce 3, linked to the lecture notes page.
26 February 2010, 9:43:10 CST
Problem with workstation lab computers fixed.
25 February 2010, 18:11:29 CST
Homework 1 assigned, due 3 March 2010. At this moment the class account setup instructions won't work. [Update: Fixed.]
24 February 2010, 19:16:50 CST
The first homework assignment will be posted tomorrow.
22 February 2010, 12:54:11 CST
Read this following paper on the NVIDIA GeForce 3 by Friday. [Update:] The NVIDIA paper link works from within LSU or outside LSU with the user name "ee4720", email for the password. The SPARC 64V floorplan shown in class today appeared in this paper on the Fujitsu SPARC 64 V.
20 January 2010, 17:47:13 CST
Added first day's slides to lecture notes page.
23 December 2009, 15:14:53 CST
Set up Web pages for Spring 2010 semester.
Spring 2009
Spring 2009 What's New.

ECE Home Page Course Home Page
David M. Koppelman - koppel@ece.lsu.edu
Modified 11 May 2010 17:06 (2206 UTC)