Skip to content

Commit

Permalink
undo span changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Mauney committed Nov 19, 2024
1 parent e64866d commit 3c769f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports-of-call/portable_arrays.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ class PortableMDArray {
strides_ = util::make_underfilled_array<D, 0>(util::get_strides(nxs_));
}

span<T> pdata_;
T *pdata_;
IArray<D> nxs_;
IArray<D> strides_;
int rank_;
Expand Down

0 comments on commit 3c769f2

Please sign in to comment.