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

Investigate improving load/compile times by changing optimization level #404

Closed
mtfishman opened this issue May 29, 2020 · 0 comments
Closed
Assignees
Labels
compilation Issues related to compilation time.
Milestone

Comments

@mtfishman
Copy link
Member

It looks like Plots.jl improved load times and compile times by using a new Julia v1.5 feature that can change the optimization level for a specified module (see here and here). We should try this in ITensors, when v1.5 is released. It may work well, since performance critical code is in other modules like NDTensors and LinearAlgebra, so it may not affect performance but will hopefully improve load times and compile times.

@mtfishman mtfishman self-assigned this Oct 8, 2020
@mtfishman mtfishman added the compilation Issues related to compilation time. label Oct 8, 2020
@mtfishman mtfishman added this to the v0.3 milestone Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compilation Issues related to compilation time.
Projects
None yet
Development

No branches or pull requests

1 participant