]> https://gitweb.dealii.org/ - dealii.git/commit
portable matrix-free: fix GPU crash in compute_diagonal() 18261/head
authorTimo Heister <timo.heister@gmail.com>
Wed, 19 Mar 2025 21:27:58 +0000 (17:27 -0400)
committerTimo Heister <timo.heister@gmail.com>
Thu, 20 Mar 2025 17:52:08 +0000 (13:52 -0400)
commitb7e9564f42b4f55515ef39a449561a670a0cd0ce
tree36703e0253de1b5510b86130cbd35913c3e92fac
parenta6be64acbeaa40fbc4c9c5d6a231848167b599e5
portable matrix-free: fix GPU crash in compute_diagonal()

fixes #18210

The Functor passed to Kokkos::parallel_for() is placed into constant memory, which is read-only. This means the HelmholtzOperatorQuad can not be modified by setting a member variable to the current cell index for example. Instead, add access functions for the necessary functions to FEEvaluation and query the information as needed.
doc/news/changes/minor/20250319tjhei [new file with mode: 0644]
examples/step-64/step-64.cc
include/deal.II/matrix_free/portable_fe_evaluation.h
include/deal.II/matrix_free/tools.h
tests/matrix_free_kokkos/compute_diagonal_util.h

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.