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

[FEA]: Remove all raw cudaMalloc, cudaHostMalloc, cudaFree, etc calls in CUB catch2 tests with c2h vectors. #1917

Open
1 task done
Tracked by #1618
alliepiper opened this issue Jun 25, 2024 · 0 comments
Labels
feature request New feature or request.

Comments

@alliepiper
Copy link
Collaborator

Is this a duplicate?

Area

CUB

Is your feature request related to a problem? Please describe.

I've encountered a number of memory leaks in CUB's tests stemming from the use of cudaMalloc, cudaHostMalloc etc with missing frees.

Describe the solution you'd like

RAII containers, ideally c2h vectors, should be used instead. If needed, new ones like c2h:::pinned_vector should be added.

Describe alternatives you've considered

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request.
Projects
Status: Todo
Development

No branches or pull requests

1 participant