Skip to content

Commit

Permalink
switching computers - start with GPU stuff in testcode dir
Browse files Browse the repository at this point in the history
  • Loading branch information
yglee committed Aug 31, 2012
1 parent 7483a7c commit 84da690
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -71,4 +71,4 @@ add_subdirectory(cpp/fastslam1)
add_subdirectory(cpp/fastslam2)

# Adding test directories
add_subdirectory(cpp/gtest)
add_subdirectory(testcode)
4 changes: 3 additions & 1 deletion testcode/test_main.cc
Expand Up @@ -41,5 +41,7 @@ int main()
exit(error);
}

cout<<"hello i am runnign opencl!"<<endl;
//allocate memory
const int mem_size = sizeof(float)*size;

}

0 comments on commit 84da690

Please sign in to comment.