Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nvcc STDOUT debug messages on by default. #4579

Closed
dalupus opened this issue Jun 2, 2016 · 3 comments
Closed

nvcc STDOUT debug messages on by default. #4579

dalupus opened this issue Jun 2, 2016 · 3 comments

Comments

@dalupus
Copy link

dalupus commented Jun 2, 2016

Using theano version 0.8.2 on Windows 7 64 it is printing out a debug message for every single class that nvcc compiles.

For instance:
DEBUG: nvcc STDOUT mod.cu
Creating library C:/Users/dalupus/AppData/Local/Theano/compiledir_Windows-7-6.1.7601-SP1-Intel64_Family_6_Model_60_Stepping_3_GenuineIntel-2.7.11-64/tmpkasnpv/265abc51f7c376c224983485238ff1a5.lib and object C:/Users/dalupus/AppData/Local/Theano/compiledir_Windows-7-6.1.7601-SP1-Intel64_Family_6_Model_60_Stepping_3_GenuineIntel-2.7.11-64/tmpkasnpv/265abc51f7c376c224983485238ff1a5.exp

Is this logger supposed to be set to DEBUG by default and if so is there a way to suppress them so I don't have to run everything twice (they don't show up the second time)

@lamblin
Copy link
Member

lamblin commented Jun 10, 2016

This should be fixed already in the master.
Can you check?

@damaha
Copy link

damaha commented Oct 18, 2016

Great! This worked for me. I had the exact same problem.

@lamblin
Copy link
Member

lamblin commented Oct 19, 2016

Thanks for checking!

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

No branches or pull requests

3 participants