-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Compile speed is slower than 1 month ago (13 minutes -> 22 minutes) #5051
Comments
The reason why teamcity compile both |
I felt recent days the compiling time become much slower (but I did not check exactly what happened. I just can clearly feel the changes of compiling speed becomes much slower). I changed my newly added operator, but many source files (other operators) I did not change re-compiled. Are there any changes in the dependencies (only guess)? |
Is this due to book chapters being added into paddle/framework/tests/test_*? |
I think this is not the main reason, since this issue is created on Oct.24, when book chapters haven't been added in. |
I noticed that in TeamCity log there are
which means that our book chapter tests in I understand that this is because our This would definitely cause slow CI tests. |
Following are two teamcity logs:
WITH_GPU=False
WITH_GPU=true
Total Test time (real) = 230.80 sec
)WITH_GPU=False
WITH_GPU=true
Total Test time (real) = 137.64 sec
)From 13 minutes to 22 minutes, current compile speed is almost 1 times slower than 1 month ago. Maybe the reason is that there are a lot of ops merged now.
Hope somebody can help to make the compiler faster, which will make developing faster as well.
The text was updated successfully, but these errors were encountered: