For a while I have been compiling some mex files with own CUDA functions. I have the nvcc set up and everything compiles, and runs without problems.
However, when compiling
mex -largeArrayDims ./Source/Atb.cpp ./Source/voxel_backprojection.cu ./Source/voxel_backprojection2.cu -outdir ./Mex_files
I always get the following messages after the successful compilation
Building with 'NVIDIA CUDA Compiler'.
Could Not Find C:\CUDA_MATLABtests\MyToolbox\Mex_files\Atb.exp
Could Not Find C:\CUDA_MATLABtests\MyToolbox\Mex_files\Atb.exp
Why do I get this messages, If the code seems to work properly?
Should I have them? If so, should I manually create them? How?