Skip to content

Belos,Tpetra: Fix #4626, #4639, #4633

James Willenbring requested to merge mhoemmen:Fix-4626-2 into develop

Created by: mhoemmen

@trilinos/belos @trilinos/tpetra @cgcgcg @vbrunini

Description

The solution for #4626 (closed) needs an optimization (always allocate contiguous DualViews, by making them nonowning from a 1-D memory pool), but at least should avoid the performance issue of repeatedly allocating and freeing CUDA UVM allocations.

Related Issues

Merge request reports