Changes

Jump to: navigation, search

GPU610 Team Tsubame

852 bytes added, 16:14, 4 April 2017
Maze
* System memory: 16384MB RAM
'''How to setupin Visual Studio 2015 in Cuda:''' 1. Download source files from https://github.com/corzani/maze 2. Create a new Cuda project 3. Copy all header and cpp files from the downloaded maze directory to the '''project''' directory (not the solution directory) 4. In VS, right click on the project in the Solution explorer and Add -> Existing Item; pick the copied files from the previous step 5. In VS, go to menu Tools -> NuGet Package Manager -> Package Manager Console; in the new console (at the bottom of the screen in default configuration), execute: PM> '''Install-Package libpng''' 6. In VS, Open MazePng.cpp, Replace the entire MazePng.cpp file with Paralleling code in the following: #include <unistd.h> 7. In VS, change the Configuration from '''Debug to Release''' and Platform from '''x86 to x64''' 8. In VS, go to menu Build -> Build Solution
46
edits

Navigation menu