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

Prevent memoy allocations in Filterer #1022

Closed
DavidDureau opened this issue Nov 24, 2023 · 0 comments
Closed

Prevent memoy allocations in Filterer #1022

DavidDureau opened this issue Nov 24, 2023 · 0 comments
Labels
arcane:accelerator Arcane Accelerator API/Runtime enhancement New feature or request

Comments

@DavidDureau
Copy link
Collaborator

Today, we can use only once an instance of Filterer.

The Filterer implementation allocates temporary arrays and it can be expensive especially with the CUDA accelerator runtime.

In order to prevent theses temporary allocations, is it possible:

@DavidDureau DavidDureau added enhancement New feature or request arcane:accelerator Arcane Accelerator API/Runtime labels Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arcane:accelerator Arcane Accelerator API/Runtime enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants