-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Complex test suite may out of memory #359
Comments
This file file takes 950MB to compile with the current master: https://github.com/mratsim/Arraymancer/blob/d03994b85c8ee69f584889a7fd7f6bc7f594f0ab/tests/tensor/test_operators_blas.nim but only 500MB to compile in a previous commit https://github.com/mratsim/Arraymancer/blob/18b596bcf1a886e185becdda3342458cfa7b1c35/tests/tensor/test_operators_blas.nim |
Compilation statisticsNote that the timing is best-case scenario as my machine
|
Compilation statistics - before complexNote that the timing is best-case scenario as my machine
|
It seems like there was an issue in 0.20.0 that was fixed in 0.20.2: test_operators_blas 0.20.0Hint: operation successful (109082 lines compiled; 11.859 sec total; 952.492MiB peakmem; Debug Build) [SuccessX] test_operators_blas 0.20.2Hint: operation successful (128799 lines compiled; 2.194 sec total; 261.719MiB peakmem; Debug Build) [SuccessX] |
Following #357 and d03994b we have out-of-memory in some builds:
The text was updated successfully, but these errors were encountered: