46
edits
Changes
Avengers
,→Assignment 2
calculateCUDA() contains the parallelized version of the application. It sets the properties of a grid and its blocks, and launches a kernel to find the Pythagorean triples. The time taken to find the triples is printed out after execution.
==== Results ====
(Image)
=== Assignment 3 ===