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

Fix CUDA and cublas memory management for large arrays #598

Merged
merged 3 commits into from
May 12, 2024

Conversation

SimonRit
Copy link
Collaborator

Fixes #594.

Simon Rit added 3 commits May 12, 2024 09:49
Fixes RTKConsortium#594. Opened files with command line
$(find -type f -exec grep -lE 'cuda(Malloc|Memset|Memcpy)' {} \;)
and searched for occurences with vim regular expression
cuda\(Malloc\|Memset\|Memcpy\)
@SimonRit SimonRit merged commit bfdca5b into RTKConsortium:master May 12, 2024
36 checks passed
@SimonRit SimonRit deleted the Cuda_size_t branch May 12, 2024 12:32
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

Successfully merging this pull request may close these issues.

Cuda memory error when using Cuda forward projector
1 participant