96
edits
Changes
→Assignment 2
=== Assignment 2 ===
In order to parallelize the code from above, we decided to use a kernel to handle the calculations.
The logic remains the same but the results are much faster.
<br>
Offloading to the GPU results in a pi calculation time to be reduced
<br>
}
</syntaxhighlight>
'''Results CPU vs GPU
=== Assignment 3 ===