-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Disable FAST_COMPILE on windows again #4011
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4011 +/- ##
==========================================
+ Coverage 86.65% 86.66% +0.01%
==========================================
Files 88 88
Lines 14090 14087 -3
==========================================
- Hits 12210 12209 -1
+ Misses 1880 1878 -2
|
Why is this in draft status? I think we might want to get this in for 3.7.3? |
I ran tests on my machine. It seems to be mostly fine. Unfortunately pytest didn't tell me which tests failed:
They could also be unrelated as I didn't run the tests from the master branch before.. The one from From
|
@michaelosthege I would strongly expect those to be unrelated, which OS did you test this under? Travis seems fine. |
Revert the workaround to use FAST_COMPILE on Windows. This has unacceptable performance implications, and setting no-c++11-narrowing should be enough.
A better solution would be to fix the code that is generated by theano.