Open main menu

CDOT Wiki β

Changes

GPU610/Team AGC

144 bytes added, 19:36, 31 October 2014
xor_me
==== Christopher's Findings ====
===== xor_me =====
 
<span style="color:red">This project has been dropped due to the complexity of the code and difficulty with respect to this assignment.</span>
Since the majority of CPU cycles is spent in the most inner for-loop, the goal is to parallelize this code only. It is possible to parallelize all 8 for-loops (Maximum of 8 character password) because they are performing very similar tasks. However, due to the time constraint and purpose of this assignment, I will only focus on this one. See below for the following code to be optimized for our GPU: