Skip to content

Commit

Permalink
Panzer Tangents :: Compiling on cuda
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Reuter <[email protected]>
  • Loading branch information
reuterb committed Nov 9, 2024
1 parent 53dff92 commit 2d788b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ class ScatterResidual_Tangent_Functor {
bool fillResidual;
Kokkos::View<double**, Kokkos::LayoutLeft,PHX::Device> r_data;

Kokkos::View<const LO**, Kokkos::LayoutRight, PHX::Device> lids; // local indices for unknowns.
Kokkos::View<const LO**> lids; // local indices for unknowns.
PHX::View<const int*> offsets; // how to get a particular field
FieldType field;
double num_params;
Expand Down

0 comments on commit 2d788b0

Please sign in to comment.