From ad3d90fafe5ee79964bdfe1f1e0704c3ffcdfd5f Mon Sep 17 00:00:00 2001 From: Miles Macklin Date: Fri, 10 Mar 2017 14:51:31 +1300 Subject: Initial 1.1.0 binary release --- extensions/compiler/vc14win64/flexExtCUDA.vcxproj | 150 ++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 extensions/compiler/vc14win64/flexExtCUDA.vcxproj (limited to 'extensions/compiler/vc14win64/flexExtCUDA.vcxproj') diff --git a/extensions/compiler/vc14win64/flexExtCUDA.vcxproj b/extensions/compiler/vc14win64/flexExtCUDA.vcxproj new file mode 100644 index 0000000..5fe44c7 --- /dev/null +++ b/extensions/compiler/vc14win64/flexExtCUDA.vcxproj @@ -0,0 +1,150 @@ + + + + + debug + x64 + + + release + x64 + + + + {FD4C9C06-7BEC-CDF8-C631-CD32A428A280} + flexExtCUDA + + + + DynamicLibrary + v140 + + + DynamicLibrary + v140 + true + + + + + + + + + + + + ./../../../bin/win64\ + ./build/win64/debug\ + .dll + NvFlexExtDebugCUDA_x64 + AllRules.ruleset + + + true + + + + Precise + /d2Zi+ + Disabled + $(CUDA_PATH)/include;$(CUDA_PATH)/extras/cupti/include;./../../../../..;%(AdditionalIncludeDirectories) + _CONSOLE;WIN32;_DEBUG;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions) + Level3 + MultiThreadedDebug + NotUsing + + + + cudart.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;./../../../lib/win64/NvFlexDebugCUDA_x64.lib;%(AdditionalDependencies) + $(OutDir)NvFlexExtDebugCUDA_x64.dll + $(CUDA_PATH)/lib/x64;%(AdditionalLibraryDirectories) + $(OutDir)/NvFlexExtDebugCUDA_x64.dll.pdb + Console + ./../../../lib/win64/NvFlexExtDebugCUDA_x64.lib + true + MachineX64 + + + + + + + + ./../../../bin/win64\ + ./build/win64/release\ + .dll + NvFlexExtReleaseCUDA_x64 + AllRules.ruleset + + + true + + + + StreamingSIMDExtensions2 + true + true + false + Fast + /d2Zi+ + Full + $(CUDA_PATH)/include;$(CUDA_PATH)/extras/cupti/include;./../../../../..;%(AdditionalIncludeDirectories) + _CONSOLE;WIN32;NDEBUG;%(PreprocessorDefinitions) + Level3 + MultiThreaded + NotUsing + + + + cudart.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;./../../../lib/win64/NvFlexReleaseCUDA_x64.lib;%(AdditionalDependencies) + $(OutDir)NvFlexExtReleaseCUDA_x64.dll + $(CUDA_PATH)/lib/x64;%(AdditionalLibraryDirectories) + $(OutDir)/NvFlexExtReleaseCUDA_x64.dll.pdb + Console + ./../../../lib/win64/NvFlexExtReleaseCUDA_x64.lib + true + MachineX64 + + + + + + + + + + + + + + + + + + + + + cuda + "$(CUDA_PATH)\bin\nvcc.exe" -g -G --compiler-bindir="$(VCInstallDir)bin" --compiler-options=/MTd,/Zi -I"..\..\.." -D_ITERATOR_DEBUG_LEVEL=0 -DCUDA -arch=sm_30 -prec-div=false -prec-sqrt=false -ftz=true -use_fast_math -c ..\..\cuda\flexExt.cu -o ./x64/flexExtCUDA/debug/cuda/flexExt.obj + Building %(Identity) + ./x64/flexExtCUDA/debug/cuda/flexExt.obj; + cuda + "$(CUDA_PATH)\bin\nvcc.exe" -O3 --compiler-bindir="$(VCInstallDir)bin" --compiler-options=/MT,/Zi -I"..\..\.." -D_ITERATOR_DEBUG_LEVEL=0 -DNDEBUG -DCUDA -arch=sm_30 -prec-div=false -prec-sqrt=false -ftz=true -use_fast_math -c ..\..\cuda\flexExt.cu -o ./x64/flexExtCUDA/release/cuda/flexExt.obj + Building %(Identity) + ./x64/flexExtCUDA/release/cuda/flexExt.obj; + + + + + + + + + + + + + + + -- cgit v1.2.3