Commit b34386e7 authored by Yury Hayeu's avatar Yury Hayeu Committed by Tomáš Oberhuber
Browse files

Fix benchmark with memory load

parent 363a9327
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -72,6 +72,4 @@ bool HeatmapSolver<Real>::solve(const HeatmapSolver<Real>::Parameters& params) c
   }

   return writeGNUPlot("data_final.txt", params, ux);

   return false;
}
+3 −2
Original line number Diff line number Diff line
@@ -51,11 +51,12 @@ class Entity {
      __cuda_callable__ inline
      Entity() {};

      // const Grid<Size, Index, Real>& grid;
      const Grid<Size, Index, Real>& grid;

      Index i, j;
      Index index;
      TNL::Containers::StaticVector<Size, Index> coordinates; //, orientation, basis;
      Index orientation;
      TNL::Containers::StaticVector<Size, Index> coordinates, basis;
};

/***