Open main menu

CDOT Wiki β

Changes

DPS915 C U D A B O Y S

2 bytes removed, 23:15, 14 October 2015
no edit summary
== Progress ==
=== Assignment 1 ===
=== <span style="color: red">&#x2717;Profile 1: PI Approximation</span> ===
* Sample run:
0.00 106.93 0.00 1 0.00 0.00 _GLOBAL__sub_I__Z10reportTimePKcNSt6chrono8durationIlSt5ratioILl1ELl1000000EEEE
=== <span style="color: green">&#x2713; Profile 2: Wave Form Generator</span> ===
'''This is the program we selected to optimize. It's a great candidate because it has 2 primary functions that have a few for loops in them. One of the functions reads an Mp3 file and writes wave data to a file -- this function takes quite a bit of time to execute. The other function actually takes this data and converts it to a view-able sound wave image. Both functions would benefit greatly from the extra processing power that a GPU provides: mp3 read/decode time would be greatly reduced.'''
0.00 7.29 0.00 1 0.00 0.00 std::operator|(std::_Ios_Openmode, std::_Ios_Openmode)
=== <span style="color: red">&#x2717;Profile 3: String Processor</span> ===
* Sample run:
* Profile:
|
Flat profile:
0.00 0.06 0.00 979 0.00 0.00 strtk::text::is_digit(char)
0.00 0.06 0.00 978 0.00 0.00 strtk::text::is_letter(char)
|=== Assignment 2 ====== Assignment 3 ===