University of Pennsylvania, CIS 565: GPU Programming and Architecture, Project 0
-
Name: Bowen Yang
-
Tested on: Windows 10 x64, i7-7700HQ @ 2.80GHz 16GB, GTX 1060 6GB (Personal computer)
-
Additional modification made to the repo Since I'm running CUDA 9.2 on a Pascal card and my nvcc is way too new to recognize "sm_20" as an architecture option, I had to modify the option in ./src/CMakeLists.txt and make it "sm_60" instead.
-
Title bar Nice and neat in black & green, with my name on it.

-
Debug windows: breakpoint Picked index == 1043 for the breakpoint condition.

-
Feedback Pascal and even newer architectures are out there so we might want to upgrade our base code accordingly?

