Skip to content

CUDA 10 Compile Fix and More Debug Information#1

Merged
cbassa merged 4 commits intocbassa:masterfrom
David-McKenna:upstreamFix
Sep 22, 2024
Merged

CUDA 10 Compile Fix and More Debug Information#1
cbassa merged 4 commits intocbassa:masterfrom
David-McKenna:upstreamFix

Conversation

@David-McKenna
Copy link
Contributor

Hey Cees,

Here's a part of the changes I mentioned. These are the simpler ones that

  • Fix compiling on CUDA 10 (the extra (size_t) binds in the cudaMalloc calls seem to be required now)

  • Change the cuFFT call order to follow the best practise suggestion to plan FFT operations before allocating the relevant memory on the GPU (see https://docs.nvidia.com/cuda/pdf/CUFFT_Library.pdf section 2.2.1)

  • Add two new debug statements, when passed an incorrect argument and when we reach the end of the input voltage files

Cheers

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.

2 participants