Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project 0 done. #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions PROJ0_WIN/CUDATEST/Debug/CUDATEST.Build.CppClean.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
C:\Users\rohithc\Documents\CUDATEST\Debug\cl.command.1.tlog
C:\Users\rohithc\Documents\CUDATEST\Debug\CL.read.1.tlog
C:\Users\rohithc\Documents\CUDATEST\Debug\CL.write.1.tlog
C:\USERS\ROHITHC\DOCUMENTS\CUDATEST\DEBUG\CUDATEST.EXE.EMBED.MANIFEST
C:\USERS\ROHITHC\DOCUMENTS\CUDATEST\DEBUG\CUDATEST.EXE.EMBED.MANIFEST.RES
C:\USERS\ROHITHC\DOCUMENTS\CUDATEST\DEBUG\CUDATEST.EXE.INTERMEDIATE.MANIFEST
C:\Users\rohithc\Documents\CUDATEST\Debug\CUDATEST_manifest.rc
C:\USERS\ROHITHC\DOCUMENTS\CUDATEST\DEBUG\GLSLUTILITY.OBJ
C:\Users\rohithc\Documents\CUDATEST\Debug\kernel.cu.cache
C:\Users\rohithc\Documents\CUDATEST\Debug\link.4616.read.1.tlog
C:\Users\rohithc\Documents\CUDATEST\Debug\link.4616.write.1.tlog
C:\Users\rohithc\Documents\CUDATEST\Debug\link.4616-cvtres.read.1.tlog
C:\Users\rohithc\Documents\CUDATEST\Debug\link.4616-cvtres.write.1.tlog
C:\Users\rohithc\Documents\CUDATEST\Debug\link.command.1.tlog
C:\Users\rohithc\Documents\CUDATEST\Debug\link.read.1.tlog
C:\Users\rohithc\Documents\CUDATEST\Debug\link.write.1.tlog
C:\Users\rohithc\Documents\CUDATEST\Debug\link-cvtres.read.1.tlog
C:\Users\rohithc\Documents\CUDATEST\Debug\link-cvtres.write.1.tlog
C:\USERS\ROHITHC\DOCUMENTS\CUDATEST\DEBUG\MAIN.OBJ
C:\Users\rohithc\Documents\CUDATEST\Debug\mt.command.1.tlog
C:\Users\rohithc\Documents\CUDATEST\Debug\mt.read.1.tlog
C:\Users\rohithc\Documents\CUDATEST\Debug\mt.write.1.tlog
C:\Users\rohithc\Documents\CUDATEST\Debug\rc.command.1.tlog
C:\Users\rohithc\Documents\CUDATEST\Debug\rc.read.1.tlog
C:\Users\rohithc\Documents\CUDATEST\Debug\rc.write.1.tlog
C:\Users\rohithc\Documents\CUDATEST\Debug\vc100.idb
C:\USERS\ROHITHC\DOCUMENTS\CUDATEST\DEBUG\VC100.PDB
C:\USERS\ROHITHC\DOCUMENTS\DEBUG\CUDATEST.EXE
C:\USERS\ROHITHC\DOCUMENTS\DEBUG\CUDATEST.ILK
C:\USERS\ROHITHC\DOCUMENTS\DEBUG\CUDATEST.PDB
15 changes: 15 additions & 0 deletions PROJ0_WIN/CUDATEST/Debug/CUDATEST.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Build started 9/5/2013 7:57:00 PM.
1>Project "C:\Users\rohithc\Documents\CUDATEST\CUDATEST.vcxproj" on node 2 (clean target(s)).
1>_PrepareForClean:
Deleting file "Debug\CUDATEST.lastbuildstate".
CudaClean:
cmd.exe /C "C:\Users\rohithc\AppData\Local\Temp\62a2cf425b144d4e990e12228a3f6edb.cmd"
"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v4.0\bin\nvcc.exe" -ccbin "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v4.0\include" -I"C:/ProgramData/NVIDIA Corporation/NVIDIA GPU Computing SDK 4.0/C/common/inc" -I"../shared/glew/includes" -I"../shared/freeglut/includes" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v4.0\include" -G0 --keep-dir "Debug" -maxrregcount=0 --machine 32 --compile -D_NEXUS_DEBUG -g -Xcompiler "/EHsc /nologo /Od /Zi /MDd " -o "C:\Users\rohithc\Documents\CUDATEST\Win32/Debug/kernel.cu.obj" "C:\Users\rohithc\Documents\CUDATEST\kernel.cu" -clean

C:\user>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v4.0\bin\nvcc.exe" -ccbin "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v4.0\include" -I"C:/ProgramData/NVIDIA Corporation/NVIDIA GPU Computing SDK 4.0/C/common/inc" -I"../shared/glew/includes" -I"../shared/freeglut/includes" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v4.0\include" -G0 --keep-dir "Debug" -maxrregcount=0 --machine 32 --compile -D_NEXUS_DEBUG -g -Xcompiler "/EHsc /nologo /Od /Zi /MDd " -o "C:\Users\rohithc\Documents\CUDATEST\Win32/Debug/kernel.cu.obj" "C:\Users\rohithc\Documents\CUDATEST\kernel.cu" -clean
Deleting file "Debug\kernel.cu.deps".
1>Done Building Project "C:\Users\rohithc\Documents\CUDATEST\CUDATEST.vcxproj" (clean target(s)).

Build succeeded.

Time Elapsed 00:00:05.71
Binary file added PROJ0_WIN/CUDATEST/freeglut.dll
Binary file not shown.
Binary file added PROJ0_WIN/CUDATEST/glut32.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion PROJ0_WIN/CUDATEST/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

int main(int argc, char* argv[]){
//Change this line to use your name!
yourName = "[YOUR NAME HERE]";
yourName = "Rohith Chandran";

init(argc, argv);
initVAO();
Expand Down
Binary file added PROJ0_WIN/output.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.