To port MeshMaterialSynchronizer::synchronizeMaterialsInCells()
with the accelerator API
#1168
Labels
arcane:accelerator
Arcane Accelerator API/Runtime
arcane:materials
Management of Constituents (Material/Environment)
arcane
Arcane Component
enhancement
New feature or request
Is it possible to port the
synchronizeMaterialsInCells()
with the accelerator API?Indeed, when a code is running with AcceleratorRuntime=cuda, then the main part of
synchronizeMaterialsInCells()
is running on CPU and themat_presence.synchronize()
is "running" on GPU, which implies H<->D transfers.We have ported the same kind of algorithm in a code so we have an example.
The text was updated successfully, but these errors were encountered: