You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some troubles with compiling GPU version with script compile.m
I have cuda supported GPU(gtx760) and have already set up 'CUDA_PATH' and 'VS100COMNTOOLS'
by using 'getenv' and 'setenv'. Also, have Microsoft visual studio 2012 and SDK. However I don't know how to set up the CUDA settings for 'mex' (mex_CUDA_win64.xml). Therefore, I guess I am getting the error: (Error in compile (line 122) mex(mexfile, ['"' cudafiles '"'], ['"' cppfiles '"'], ... No supported compiler or SDK was found.)
How can I configure the CUDA settings (mex_CUDA_win64.xml)?
Or, do I have other problems?
Looking forward to see your reply! TY
The text was updated successfully, but these errors were encountered:
Frankly saying I don't already remember those details. My advice would be
to compile mex files using purely VS. Mex files are dll's by nature. Try to
go this direction.
I have some troubles with compiling GPU version with script compile.m
I have cuda supported GPU(gtx760) and have already set up 'CUDA_PATH' and
'VS100COMNTOOLS'
by using 'getenv' and 'setenv'. Also, have Microsoft visual studio 2012
and SDK. However I don't know how to set up the CUDA settings for 'mex'
(mex_CUDA_win64.xml). Therefore, I guess I am getting the error: (Error in
compile (line 122) mex(mexfile, ['"' cudafiles '"'], ['"' cppfiles '"'],
... No supported compiler or SDK was found.)
How can I configure the CUDA settings (mex_CUDA_win64.xml)?
Or, do I have other problems?
Looking forward to see your reply! TY
—
Reply to this email directly or view it on GitHub #26.
I have some troubles with compiling GPU version with script compile.m
I have cuda supported GPU(gtx760) and have already set up 'CUDA_PATH' and 'VS100COMNTOOLS'
by using 'getenv' and 'setenv'. Also, have Microsoft visual studio 2012 and SDK. However I don't know how to set up the CUDA settings for 'mex' (mex_CUDA_win64.xml). Therefore, I guess I am getting the error: (Error in compile (line 122) mex(mexfile, ['"' cudafiles '"'], ['"' cppfiles '"'], ... No supported compiler or SDK was found.)
How can I configure the CUDA settings (mex_CUDA_win64.xml)?
Or, do I have other problems?
Looking forward to see your reply! TY
The text was updated successfully, but these errors were encountered: