Compiling CUDA Mex Files using Visual Studio 2013 IDE
问题 I am trying to compile following program, which is a CUDA mex file for MATLAB, using Visual Studio 2013. There are instructions available on MATLAB's official website only for C++ Mex files , not for the CUDA mex. So I made following additional changes to my project settings while following the official instructions on Mathworks: 1. I created a project using Visual studio project with my installed CUDA 6.5 runtime. 2. Included the libs (libmx.lib,libmex.lib,libmat.lib,gpu.lib) in Linker