Skip to content

Commit

Permalink
build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 committed Sep 23, 2024
1 parent 8c0b420 commit 6e1b895
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/.#example3.cpp
2 changes: 1 addition & 1 deletion src/example5.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <fmt/core.h>

using T = float;
using MDA = dr::mhp::distributed_mdarray<T, 2>;
using MDA = dr::mp::distributed_mdarray<T, 2>;

/* 2d stencil - simple operation on multi-dimensional array */
int main() {
Expand Down

0 comments on commit 6e1b895

Please sign in to comment.