You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Right now, Scalene's proposed optimizations focus exclusively on CPU and/or GPU time. We can do better with the information Scalene already has collected.
Describe the solution you'd like
Offer suggestions tailored to the profiler results. For example, if the line or region contains considerable Python memory allocation (for some definition of considerable), propose an optimization aimed at reducing this or using native data structures instead. Similar suggestions would make sense to target reductions in copy volume or to reduce GPU memory. We might also extend Scalene to offer solutions tailored to multicore if the number of cores being utilized is low (or if it is requested in a checkbox under Advanced Settings, as one can now do with GPU optimizations).
The text was updated successfully, but these errors were encountered:
The repository version now includes radio boxes under Advanced settings that let users choose between performance and memory optimizations, so this can be manually selected.
Is your feature request related to a problem? Please describe.
Right now, Scalene's proposed optimizations focus exclusively on CPU and/or GPU time. We can do better with the information Scalene already has collected.
Describe the solution you'd like
Offer suggestions tailored to the profiler results. For example, if the line or region contains considerable Python memory allocation (for some definition of considerable), propose an optimization aimed at reducing this or using native data structures instead. Similar suggestions would make sense to target reductions in copy volume or to reduce GPU memory. We might also extend Scalene to offer solutions tailored to multicore if the number of cores being utilized is low (or if it is requested in a checkbox under Advanced Settings, as one can now do with GPU optimizations).
The text was updated successfully, but these errors were encountered: