Skip to content
Snippets Groups Projects

FFTW grid sizes

Merged Nicolas Tancogne-Dejean requested to merge fftw_sizes into main

Description

Do not allow FFTW grids that are not compatible with CUFFT ones. This avoids getting different results between GPUs and CPUs.

News snippet

Do not allow FFTW grids that are not compatible with CUFFT ones.

Checklist

  • I have checked that my code follows the Octopus coding standards
  • I have added tests for all the new features added in this request.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • added 1 commit

    • 406512bd - Do not allow FFTW grids that are not compatible with CUFFT ones. This avoids...

    Compare with previous version

  • added 40 commits

    • 406512bd...5595245a - 39 commits from branch main
    • d2413ac8 - Do not allow FFTW grids that are not compatible with CUFFT ones. This avoids...

    Compare with previous version

  • Martin Lueders resolved all threads

    resolved all threads

  • The problems we see on the buildbot seem to be due to a memory leek, which was introduced by the changes. If I run the tests locally, I see that the test finite_systems_3d/41-gpu-bug.test is running out of memory. Probably, due to the issue @sohlmann pointed out, the FFT is misbehaving and causing this. I guess, fixing this issue will also fix the memory leek.

  • added 1 commit

    • d8c0bab5 - Do not allow FFTW grids that are not compatible with CUFFT ones. This avoids...

    Compare with previous version

  • Sebastian Ohlmann resolved all threads

    resolved all threads

  • It seems that the testsuite completes now without the issues as seen before.

  • added 1 commit

    • cdf942c5 - Update some references after the change of FFTW grid sizes

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading