Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into data-store-ldg
Browse files Browse the repository at this point in the history
  • Loading branch information
fthaler committed Jul 24, 2024
2 parents 5a1c7b5 + b6e3dce commit 336ede4
Show file tree
Hide file tree
Showing 8 changed files with 86,815 additions and 86,812 deletions.
28,654 changes: 14,327 additions & 14,327 deletions pyutils/perftest/references/daint_cray/128.json

Large diffs are not rendered by default.

29,154 changes: 14,577 additions & 14,577 deletions pyutils/perftest/references/daint_cray/256.json

Large diffs are not rendered by default.

28,768 changes: 14,384 additions & 14,384 deletions pyutils/perftest/references/daint_nvcc_cray/128.json

Large diffs are not rendered by default.

29,138 changes: 14,569 additions & 14,569 deletions pyutils/perftest/references/daint_nvcc_cray/256.json

Large diffs are not rendered by default.

28,696 changes: 14,348 additions & 14,348 deletions pyutils/perftest/references/daint_nvcc_gcc/128.json

Large diffs are not rendered by default.

29,214 changes: 14,607 additions & 14,607 deletions pyutils/perftest/references/daint_nvcc_gcc/256.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tests/include/fn_mesh.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ namespace gridtools {
public:
using max_v2e_neighbors_t = std::integral_constant<int, 6>;
using max_e2v_neighbors_t = std::integral_constant<int, 2>;
using float_t = FloatType;

constexpr structured_unstructured_mesh(int nx, int ny, int nz) : m_nx(nx), m_ny(ny), m_nz(nz) {}

Expand Down
2 changes: 2 additions & 0 deletions tests/regression/fn/fn_unstructured_nabla.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ namespace {

constexpr inline auto make_comp = [](auto backend, auto const &mesh, auto &nabla) {
using mesh_t = std::remove_reference_t<decltype(mesh)>;
using float_t = typename mesh_t::float_t;
return [backend,
&nabla,
nvertices = mesh.nvertices(),
Expand All @@ -209,6 +210,7 @@ namespace {

constexpr inline auto make_comp_fused = [](auto backend, auto const &mesh, auto &nabla) {
using mesh_t = std::remove_reference_t<decltype(mesh)>;
using float_t = typename mesh_t::float_t;
return [backend,
&nabla,
nvertices = mesh.nvertices(),
Expand Down

0 comments on commit 336ede4

Please sign in to comment.