Skip to content
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
Binary file added PROJ1_WIN/565Pathtracer.sdf
Binary file not shown.
Binary file added PROJ1_WIN/565Pathtracer.suo
Binary file not shown.
12 changes: 7 additions & 5 deletions PROJ1_WIN/565Pathtracer/565Pathtracer.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="..\Build\CUDA 4.0.props" />
<Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 4.2.props" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Expand Down Expand Up @@ -123,6 +123,7 @@
<CudaCompile>
<CompileOut>$(ProjectDir)$(Platform)/$(Configuration)/%(Filename)%(Extension).obj</CompileOut>
<Include>C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v4.0\include;C:/ProgramData/NVIDIA Corporation/NVIDIA GPU Computing SDK 4.0/C/common/inc;../shared/glew/includes;../shared/freeglut/includes</Include>
<CodeGeneration>compute_30,sm_30</CodeGeneration>
</CudaCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug (v5.5)|Win32'">
Expand Down Expand Up @@ -157,7 +158,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v4.0\include;C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK 4.0\C\common\inc;../shared/glew/include;../shared/freeglut/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v4.2\include;C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK 4.2\C\common\inc;../shared/glew/include;../shared/freeglut/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand All @@ -170,7 +171,8 @@
</Link>
<CudaCompile>
<CompileOut>$(ProjectDir)$(Platform)/$(Configuration)/%(Filename)%(Extension).obj</CompileOut>
<Include>C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v4.0\include;C:/ProgramData/NVIDIA Corporation/NVIDIA GPU Computing SDK 4.0/C/common/inc;../shared/glew/includes;../shared/freeglut/includes</Include>
<Include>C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v4.2\include;C:/ProgramData/NVIDIA Corporation/NVIDIA GPU Computing SDK 4.2/C/common/inc;../shared/glew/includes;../shared/freeglut/includes</Include>
<CodeGeneration>compute_30,sm_30</CodeGeneration>
</CudaCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release (v5.5)|Win32'">
Expand Down Expand Up @@ -200,6 +202,6 @@
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="..\Build\CUDA 4.0.targets" />
<Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 4.2.targets" />
</ImportGroup>
</Project>
</Project>
6 changes: 5 additions & 1 deletion PROJ1_WIN/565Pathtracer/565Pathtracer.vcxproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@
<LocalDebuggerCommandArguments>scene=../../scenes/sampleScene.txt</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
</Project>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LocalDebuggerCommandArguments>scene=../../scenes/refractiveGlowingSpheres.txt</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
</Project>
2 changes: 2 additions & 0 deletions PROJ1_WIN/565Pathtracer/Debug/565Pathtracer.lastbuildstate
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#v4.0:v100:false
Debug|Win32|C:\Users\ishaan\Documents\penn\565 GPU Progamming\Project2-Pathtracer\PROJ1_WIN\|
41 changes: 41 additions & 0 deletions PROJ1_WIN/565Pathtracer/Debug/565Pathtracer.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
Build started 10/14/2013 3:47:59 AM.
1>Project "C:\Users\ishaan\Documents\penn\565 GPU Progamming\Project2-Pathtracer\PROJ1_WIN\565Pathtracer\565Pathtracer.vcxproj" on node 2 (build target(s)).
1>PrepareForBuild:
Creating directory "C:\Users\ishaan\Documents\penn\565 GPU Progamming\Project2-Pathtracer\PROJ1_WIN\Debug\".
InitializeBuildStatus:
Creating "Debug\565Pathtracer.unsuccessfulbuild" because "AlwaysCreate" was specified.
AddCudaCompileDeps:
c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\cl.exe /E /nologo /showIncludes /TP /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 /Ibin /Iinclude /I. /FIcuda_runtime.h /c "C:\Users\ishaan\Documents\penn\565 GPU Progamming\Project2-Pathtracer\src\raytraceKernel.cu"
AddCudaCompilePropsDeps:
Found "CudaToolkitCustomDir".
Found "AdditionalDeps".
Found "CompileOut".
Found "Include".
Found "Keep".
Found "KeepDir".
Found "NvccCompilation".
Found "NvccPath".
Found "RequiredIncludes".
Found "TargetMachinePlatform".
Found "CInterleavedPTX".
Found "CodeGeneration".
Found "GPUDebugInfo".
Found "MaxRegCount".
Found "PtxAsOptionV".
Found "Defines".
Found "Emulation".
Found "HostDebugInfo".
Found "FastMath".
Found "Optimization".
Found "Runtime".
Found "RuntimeChecks".
Found "TypeInfo".
Found "Warning".
Found "AdditionalOptions".
Found "CommandLineTemplate".
1>C:\Users\ishaan\Documents\penn\565 GPU Progamming\Project2-Pathtracer\PROJ1_WIN\Build\CUDA 4.0.targets(245,9): error : The CUDA Toolkit v4.0 directory '' does not exist. Please verify the CUDA Toolkit is installed properly or define the CudaToolkitDir property to resolve this error.
1>Done Building Project "C:\Users\ishaan\Documents\penn\565 GPU Progamming\Project2-Pathtracer\PROJ1_WIN\565Pathtracer\565Pathtracer.vcxproj" (build target(s)) -- FAILED.

Build FAILED.

Time Elapsed 00:00:00.60
Empty file.
26 changes: 26 additions & 0 deletions PROJ1_WIN/565Pathtracer/Debug/raytraceKernel.cu.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Identity=..\..\src\raytraceKernel.cu
AdditionalDeps=
AdditionalOptions=
CInterleavedPTX=false
CodeGeneration=compute_30,sm_30
CompileOut=C:\Users\ishaan\Documents\penn\565 GPU Progamming\Project2-Pathtracer\PROJ1_WIN\565Pathtracer\Win32/Debug/raytraceKernel.cu.obj
CudaToolkitCustomDir=
Defines=
Emulation=false
FastMath=false
GPUDebugInfo=true
HostDebugInfo=true
Include=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v4.0\include;C:/ProgramData/NVIDIA Corporation/NVIDIA GPU Computing SDK 4.0/C/common/inc;../shared/glew/includes;../shared/freeglut/includes
Keep=false
KeepDir=Debug
MaxRegCount=0
NvccCompilation=compile
NvccPath=
Optimization=Od
PtxAsOptionV=false
RequiredIncludes=
Runtime=MDd
RuntimeChecks=Default
TargetMachinePlatform=32
TypeInfo=false
Warning=W3
21 changes: 21 additions & 0 deletions PROJ1_WIN/565Pathtracer/Release/565Pathtracer.Build.CppClean.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
C:\USERS\ISHAAN\DOCUMENTS\PENN\565 GPU PROGAMMING\PROJECT2-PATHTRACER\PROJ1_WIN\565PATHTRACER\RELEASE\565PATHTRACER.EXE.INTERMEDIATE.MANIFEST
C:\Users\ishaan\Documents\penn\565 GPU Progamming\Project2-Pathtracer\PROJ1_WIN\565Pathtracer\Release\cl.command.1.tlog
C:\Users\ishaan\Documents\penn\565 GPU Progamming\Project2-Pathtracer\PROJ1_WIN\565Pathtracer\Release\CL.read.1.tlog
C:\Users\ishaan\Documents\penn\565 GPU Progamming\Project2-Pathtracer\PROJ1_WIN\565Pathtracer\Release\CL.write.1.tlog
C:\USERS\ISHAAN\DOCUMENTS\PENN\565 GPU PROGAMMING\PROJECT2-PATHTRACER\PROJ1_WIN\565PATHTRACER\RELEASE\GLSLUTILITY.OBJ
C:\USERS\ISHAAN\DOCUMENTS\PENN\565 GPU PROGAMMING\PROJECT2-PATHTRACER\PROJ1_WIN\565PATHTRACER\RELEASE\IMAGE.OBJ
C:\Users\ishaan\Documents\penn\565 GPU Progamming\Project2-Pathtracer\PROJ1_WIN\565Pathtracer\Release\link.command.1.tlog
C:\Users\ishaan\Documents\penn\565 GPU Progamming\Project2-Pathtracer\PROJ1_WIN\565Pathtracer\Release\link.read.1.tlog
C:\Users\ishaan\Documents\penn\565 GPU Progamming\Project2-Pathtracer\PROJ1_WIN\565Pathtracer\Release\link.write.1.tlog
C:\USERS\ISHAAN\DOCUMENTS\PENN\565 GPU PROGAMMING\PROJECT2-PATHTRACER\PROJ1_WIN\565PATHTRACER\RELEASE\MAIN.OBJ
C:\Users\ishaan\Documents\penn\565 GPU Progamming\Project2-Pathtracer\PROJ1_WIN\565Pathtracer\Release\mt.command.1.tlog
C:\Users\ishaan\Documents\penn\565 GPU Progamming\Project2-Pathtracer\PROJ1_WIN\565Pathtracer\Release\mt.read.1.tlog
C:\Users\ishaan\Documents\penn\565 GPU Progamming\Project2-Pathtracer\PROJ1_WIN\565Pathtracer\Release\mt.write.1.tlog
C:\Users\ishaan\Documents\penn\565 GPU Progamming\Project2-Pathtracer\PROJ1_WIN\565Pathtracer\Release\raytraceKernel.cu.cache
C:\USERS\ISHAAN\DOCUMENTS\PENN\565 GPU PROGAMMING\PROJECT2-PATHTRACER\PROJ1_WIN\565PATHTRACER\RELEASE\SCENE.OBJ
C:\USERS\ISHAAN\DOCUMENTS\PENN\565 GPU PROGAMMING\PROJECT2-PATHTRACER\PROJ1_WIN\565PATHTRACER\RELEASE\STB_IMAGE.OBJ
C:\USERS\ISHAAN\DOCUMENTS\PENN\565 GPU PROGAMMING\PROJECT2-PATHTRACER\PROJ1_WIN\565PATHTRACER\RELEASE\STB_IMAGE_WRITE.OBJ
C:\USERS\ISHAAN\DOCUMENTS\PENN\565 GPU PROGAMMING\PROJECT2-PATHTRACER\PROJ1_WIN\565PATHTRACER\RELEASE\UTILITIES.OBJ
C:\USERS\ISHAAN\DOCUMENTS\PENN\565 GPU PROGAMMING\PROJECT2-PATHTRACER\PROJ1_WIN\565PATHTRACER\RELEASE\VC100.PDB
C:\USERS\ISHAAN\DOCUMENTS\PENN\565 GPU PROGAMMING\PROJECT2-PATHTRACER\PROJ1_WIN\RELEASE\565PATHTRACER.EXE
C:\USERS\ISHAAN\DOCUMENTS\PENN\565 GPU PROGAMMING\PROJECT2-PATHTRACER\PROJ1_WIN\RELEASE\565PATHTRACER.PDB
15 changes: 15 additions & 0 deletions PROJ1_WIN/565Pathtracer/Release/565Pathtracer.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Build started 10/14/2013 3:59:17 AM.
1>Project "C:\Users\ishaan\Documents\penn\565 GPU Progamming\Project2-Pathtracer\PROJ1_WIN\565Pathtracer\565Pathtracer.vcxproj" on node 2 (clean target(s)).
1>_PrepareForClean:
Deleting file "Release\565Pathtracer.lastbuildstate".
CudaClean:
cmd.exe /C "C:\Users\ishaan\AppData\Local\Temp\5d253cf37e3344ce866e0d5e87c82875.cmd"
"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v4.2\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.2\include" -I"C:/ProgramData/NVIDIA Corporation/NVIDIA GPU Computing SDK 4.2/C/common/inc" -I"../shared/glew/includes" -I"../shared/freeglut/includes" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v4.2\include" --keep-dir "Release" -maxrregcount=0 --machine 32 --compile -Xcompiler "/EHsc /nologo /Od /Zi /MD " -o "C:\Users\ishaan\Documents\penn\565 GPU Progamming\Project2-Pathtracer\PROJ1_WIN\565Pathtracer\Win32/Release/raytraceKernel.cu.obj" "C:\Users\ishaan\Documents\penn\565 GPU Progamming\Project2-Pathtracer\src\raytraceKernel.cu" -clean

C:\Users\ishaan\Documents\penn\565 GPU Progamming\Project2-Pathtracer\PROJ1_WIN\565Pathtracer>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v4.2\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.2\include" -I"C:/ProgramData/NVIDIA Corporation/NVIDIA GPU Computing SDK 4.2/C/common/inc" -I"../shared/glew/includes" -I"../shared/freeglut/includes" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v4.2\include" --keep-dir "Release" -maxrregcount=0 --machine 32 --compile -Xcompiler "/EHsc /nologo /Od /Zi /MD " -o "C:\Users\ishaan\Documents\penn\565 GPU Progamming\Project2-Pathtracer\PROJ1_WIN\565Pathtracer\Win32/Release/raytraceKernel.cu.obj" "C:\Users\ishaan\Documents\penn\565 GPU Progamming\Project2-Pathtracer\src\raytraceKernel.cu" -clean
Deleting file "Release\..\..\src\raytraceKernel.cu.deps".
1>Done Building Project "C:\Users\ishaan\Documents\penn\565 GPU Progamming\Project2-Pathtracer\PROJ1_WIN\565Pathtracer\565Pathtracer.vcxproj" (clean target(s)).

Build succeeded.

Time Elapsed 00:00:02.87
Loading