Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

BinplaceCudaDependencies.cmd fails if the cudnn path has spaces in it #47

Closed
alexghitulescu opened this issue Mar 15, 2016 · 3 comments
Closed
Assignees

Comments

@alexghitulescu
Copy link

My cudnn path is C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\cudnn. When compiling, BinplaceCudaDependencies.cmd failed saying 'Files\NVIDIA was unexpected at this time.' . I managed to fix this by surrounding %CUDNN_PATH% with quote marks on line 19.

@alexghitulescu alexghitulescu changed the title BinplaceCudaDependencies.cmd fails if the cudnn has spaces in it BinplaceCudaDependencies.cmd fails if the cudnn path has spaces in it Mar 15, 2016
@j0rre
Copy link

j0rre commented Mar 17, 2016

Something similar goes for FixGFlagsNaming.cmd: if the path to the Caffe root directory contains a space, the post build run of this script fails. Running it manually from an arbitrary location by putting both the call and the first argument in quotation marks works.

@sasagalic-MSFT
Copy link

@alexghitulescu and @j0rre, thank you for reporting the issue. We have verified that issue exists and have a fix for it in a process of merging with master (fix is what you proposed, see ebcd91a). I will let you know once fix reaches the master.

@sasagalic-MSFT
Copy link

@alexghitulescu and @j0rre, the fix reached the master ( 5c55969).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants