博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
using cuda7.0 in matlab2015b with vs2013 compiler
阅读量:4041 次
发布时间:2019-05-24

本文共 36773 字,大约阅读时间需要 122 分钟。

the tutorial is from the officail website:

http://uk.mathworks.com/help/distcomp/run-mex-functions-containing-cuda-code.html

However, there are many problems when I was running command : mexcuda mexGPUExample.cu -v

here I list all the method I used to fix this problem.

first, you need to know, matlab 2015b using cuda 7.0, 2016a using cuda 7.5, and neither cuda 7.0 nor 7.5 support vs2015. 

In my case, I choose matlab 2015b, vs2013, cuda7.0

first, using command mexcuda mexGPUExample.cu -v to check the detail problem.

>> mexcuda mexGPUExample.cu -vTrying MEX options 'C:\Program Files\MATLAB\R2015b\toolbox\distcomp\gpu\extern\src\mex\win64\nvcc_msvc110.xml'...FAILEDTrying MEX options 'C:\Program Files\MATLAB\R2015b\toolbox\distcomp\gpu\extern\src\mex\win64\nvcc_msvc120.xml'...FAILEDWarning: No supported host compiler found, or other problem with the environment.Continuing with selected compiler to provide detailed diagnosis. > In mexcuda (line 130) mex -largeArrayDims -f C:\Program Files\MATLAB\R2015b\toolbox\distcomp\gpu\extern\src\mex\win64\nvcc_msvc110.xml NVCC_FLAGS="" mexGPUExample.cu -v Verbose mode is on.... Looking for compiler 'NVIDIA CUDA Compiler' ...... Looking for registry setting 'HKLM\SOFTWARE\Microsoft\VisualStudio\SxS\VS7' 11.0 ...Yes ('C:\Program Files (x86)\Microsoft Visual Studio 11.0\').... Looking for file 'C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\amd64\cl.exe' ...Yes.... Looking for folder 'C:\Program Files (x86)\Microsoft Visual Studio 11.0' ...Yes.... Looking for registry setting 'HKLM\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v8.0' InstallationFolder ...No.... Looking for registry setting 'HKCU\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v8.0' InstallationFolder ...No.... Looking for registry setting 'HKLM\SOFTWARE\Wow6432Node\Microsoft\Microsoft SDKs\Windows\v8.0' InstallationFolder ...Yes ('C:\Program Files (x86)\Windows Kits\8.0\').... Looking for registry setting 'HKLM\SOFTWARE\Microsoft\VisualStudio\SxS\VS7' 11.0 ...Yes ('C:\Program Files (x86)\Microsoft Visual Studio 11.0\').... Looking for registry setting 'HKLM\SOFTWARE\Microsoft\VisualStudio\SxS\VC7' 11.0 ...No.... Looking for registry setting 'HKCU\SOFTWARE\Microsoft\VisualStudio\SxS\VC7' 11.0 ...No.... Looking for registry setting 'HKLM\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\SxS\VC7' 11.0 ...Yes ('C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\').... Looking for environment variable 'VS110COMNTOOLS' ...Yes ('C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\').... Looking for file 'C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe' ...Yes.... Looking for registry setting 'HKLM\SOFTWARE\Microsoft\VisualStudio\SxS\VS7' 11.0 ...Yes ('C:\Program Files (x86)\Microsoft Visual Studio 11.0\').... Looking for file 'C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat' ...Yes.... Looking for folder 'C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC' ...Yes.... Looking for environment variable 'MW_NVCC_PATH' ...Yes ('c:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.0\bin').... Looking for file 'c:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.0\lib\x64\cudart.lib' ...Yes.... Looking for folder 'c:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.0\lib\x64' ...Yes.... Looking for environment variable 'MW_NVCC_PATH' ...Yes ('c:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.0\bin').... Looking for file 'c:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.0\bin\nvcc.exe' ...Yes.... Executing command 'c:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.0\bin\nvcc --version | findstr /c:"release 7.0" > NUL && echo c:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.0\bin' ...No.... Looking for environment variable 'MW_NVCC_PATH' ...Yes ('c:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.0\bin').... Looking for file 'c:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.0\bin\nvcc.exe' ...Yes.... Executing command '"c:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.0\bin\nvcc" --version | findstr /c:"release 7.0" > NUL && echo c:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.0\bin' ...No.Did not find installed compiler 'NVIDIA CUDA Compiler'.Warning: Version 7.0 of the CUDA toolkit could not be found. If installed, setMW_NVCC_PATH environment variable to location of nvcc compiler. > In mexcuda (line 157) Error using mexNo supported compiler or SDK was found. You can install the freely available MinGW-w64C/C++ compiler; see Install MinGW-w64 Compiler. For more options, see http://www.mathworks.com/support/compilers/R2015b/win64.html.Error in mexcuda (line 157)    [varargout{1:nargout}] = mex(mexArguments{:});
the problem is that it can not find findstr command which exists in C:\Windows\System32 folder. For solving this problem, just add C:\Windows\System32 to the path environmental variable

After doing this, you may find kernel32.lib cannot be found. To fix this issue, just reset matlab setting by delete or rename C:\Users\seamanj\AppData\Roaming\MathWorks\MATLAB\R2015b folder.

Then restart and run the command again

>> mexcuda mexGPUExample.cu使用 'NVIDIA CUDA Compiler' 编译。c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(877) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(1850) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(2728) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(3651) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(4595) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(5521) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(6421) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(7314) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(8227) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions.h(775) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions.h(1632) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_double_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(877) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(1850) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(2728) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(3651) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(4595) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(5521) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(6421) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(7314) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(8227) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions.h(775) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions.h(1632) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_double_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(877) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(1850) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(2728) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(3651) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(4595) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(5521) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(6421) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(7314) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(8227) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(877) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(1850) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(2728) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(3651) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(4595) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(5521) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(6421) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(7314) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(8227) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(917) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(1921) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(2857) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(3802) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(4747) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(5772) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(6719) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(7652) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(8526) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(9492) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(10478) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions.h(775) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions.h(1632) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_double_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(877) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(1850) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(2728) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(3651) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(4595) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(5521) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(6421) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(7314) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(8227) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions.h(775) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions.h(1632) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_double_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(877) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(1850) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(2728) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(3651) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(4595) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(5521) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(6421) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(7314) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(8227) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(877) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(1850) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(2728) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(3651) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(4595) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(5521) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(6421) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(7314) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(8227) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(917) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(1921) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(2857) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(3802) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(4747) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(5772) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(6719) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(7652) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(8526) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(9492) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(10478) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions.h(775) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions.h(1632) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_double_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(877) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(1850) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(2728) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(3651) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(4595) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(5521) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(6421) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(7314) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(8227) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(877) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(1850) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(2728) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(3651) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(4595) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(5521) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(6421) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(7314) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(8227) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(917) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(1921) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(2857) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(3802) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(4747) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(5772) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(6719) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(7652) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(8526) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(9492) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions_decls.h(10478) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions.h(775) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions.h(1632) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_double_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(877) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(1850) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(2728) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(3651) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(4595) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(5521) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(6421) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(7314) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(8227) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions.h(775) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions.h(1632) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_double_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(877) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(1850) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(2728) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(3651) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(4595) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(5521) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(6421) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(7314) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(8227) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions.h(775) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions.h(1632) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_double_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(877) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(1850) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(2728) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(3651) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(4595) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(5521) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(6421) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(7314) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(8227) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions.h(775) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_functions.h(1632) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\device_double_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(877) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(1850) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(2728) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(3651) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(4595) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(5521) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(6421) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(7314) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失c:\program files\nvidia gpu computing toolkit\cuda\v7.0\include\math_functions.h(8227) : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失MEX 已成功完成。
To disable the warning, we use the command:

mexcuda COMPFLAGS="-Xcompiler /wd4819" mexGPUExample.cu

转载地址:http://qixdi.baihongyu.com/

你可能感兴趣的文章
1022. Digital Library (30)(字符串分割) 模拟
查看>>
1024. Palindromic Number (25) 回文字符串
查看>>
1051. Pop Sequence (25) 判断出栈序列是否合理
查看>>
判断出栈序列是否合理
查看>>
1026. Table Tennis (30)
查看>>
1028. List Sorting (25) COUT和 cin 超时
查看>>
1064. Complete Binary Search Tree (30)
查看>>
1098. Insertion or Heap Sort (25)
查看>>
1099. Build A Binary Search Tree (30) 给定二叉搜索树插值
查看>>
1083. List Grades (25)
查看>>
1036. Boys vs Girls (25)
查看>>
1094. The Largest Generation (25)
查看>>
1056. Mice and Rice (25)
查看>>
1030. Travel Plan (30)寻找最短路径
查看>>
1053. Path of Equal Weight (30)
查看>>
1073. Scientific Notation (20)
查看>>
1037. Magic Coupon (25)
查看>>
1040. Longest Symmetric String (25) 最长回文子串
查看>>
1090. Highest Price in Supply Chain (25)
查看>>
1063. Set Similarity (25) 并查集
查看>>