Skip to content

Tpetra: Start working around Intel compiler issues noticed in PR #4648

James Willenbring requested to merge mhoemmen:TpetraStaticView2 into develop

Created by: mhoemmen

@trilinos/tpetra

Description

Start working around Intel compiler issues that hindered PR #4648. Add functions in the Tpetra::Details namespace for getting Views of statically allocated memory. (We'll need this for #4626 (closed).) Overload Tpetra::deep_copy for Teuchos::SerialDenseMatrix. (We'll also need this for #4626 (closed).)

This PR is less ambitious than PR #4648, since I want to make sure that the Intel compiler work-around gets in before we pile more fixes on top.

Related Issues

How Has This Been Tested?

With CUDA.

Merge request reports