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

Dirty Timeloop compiles lead to linker issues with PyTimeloop installation #30

Open
rengzhengcodes opened this issue May 9, 2024 · 0 comments

Comments

@rengzhengcodes
Copy link
Contributor

PyTimeloop seems to not like certain instances of Timeloop compilation. It may be a factor if the static compiler is used, but it seems to be correlated more strongly with using a higher number of cores in the original Timeloop make. Suspect it's either a parallelism issue, or, more likely, a RAM issue as make occasionally will fault with a RAM allocation issue with high core counts compiling timeloop (i.e., suspect it's a silent RAM fault that gets buried in logs by a thread).

Will investigate and include reproducibility steps when time allows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant