Skip to content

Commit

Permalink
Modified the username and ran the code
Browse files Browse the repository at this point in the history
  • Loading branch information
arizonat committed Aug 30, 2015
1 parent c50747d commit fe14ed5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.0)

project(cis565_getting_started)

set(CUDA_SDK_ROOT_DIR "C:/Program Files/NVIDIA GPU COMPUTING Toolkit/CUDA/v7.0")

set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})

# Set up include and lib paths
Expand Down
Binary file added images/hw0_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
int main(int argc, char* argv[]) {
// TODO: Change this line to use your name!
m_yourName = "TODO: YOUR NAME HERE";
m_yourName = "Levi Cai";

if (init(argc, argv)) {
mainLoop();
Expand Down

0 comments on commit fe14ed5

Please sign in to comment.