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

Optimise initialisation #273

Open
1 of 2 tasks
chillenzer opened this issue Nov 25, 2024 · 1 comment
Open
1 of 2 tasks

Optimise initialisation #273

chillenzer opened this issue Nov 25, 2024 · 1 comment

Comments

@chillenzer
Copy link
Contributor

chillenzer commented Nov 25, 2024

There are two things to do here:

  • Only initialise the necessary parts of the memory (which should be a small fraction). The corresponding function already exists but @psychocoderHPC realised in FlatterScatter #271 (comment)_ that this is not actually used.
  • Do this multi-threaded.
@chillenzer
Copy link
Contributor Author

The memset that @psychocoderHPC found was completely redundant with the later init call. So, the first item is closed with #271 .

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