Skip to content

Commit

Permalink
kokkos#253: move mdarray.hpp to include/mdspan instead of experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
nmm0 committed May 2, 2023
1 parent 7bbea4d commit c4d9c3c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion include/experimental/mdarray
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
#define MDSPAN_IMPL_PROPOSED_NAMESPACE experimental
#endif

#include "../mdspan/experimental/mdarray.hpp"
#include "../mdspan/mdarray.hpp"
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
#define MDSPAN_IMPL_PROPOSED_NAMESPACE Experimental
#endif

#include "../mdspan.hpp"
#include "../../experimental/__p1684_bits/mdarray.hpp"
#include "mdspan.hpp"
#include "../experimental/__p1684_bits/mdarray.hpp"

2 changes: 1 addition & 1 deletion tests/test_mdarray_ctors.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//@HEADER
#include <mdspan/experimental/mdarray.hpp>
#include <mdspan/mdarray.hpp>
#include <vector>

#include <gtest/gtest.h>
Expand Down
2 changes: 1 addition & 1 deletion tests/test_mdarray_to_mdspan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//@HEADER
#include <mdspan/experimental/mdarray.hpp>
#include <mdspan/mdarray.hpp>
#include <vector>

#include <gtest/gtest.h>
Expand Down

0 comments on commit c4d9c3c

Please sign in to comment.