Skip to content

Commit

Permalink
test BitPackedFloatSoA with heatequation
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Dec 12, 2021
1 parent 10222c1 commit 7cb4d33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/heatequation/heatequation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ try
}

const auto mapping = llama::mapping::SoA{llama::ArrayExtents{extent}, double{}};
// const auto mapping = llama::mapping::BitPackedFloatSoA{5, 32, llama::ArrayExtents{extent}, double{}};
auto uNext = llama::allocViewUninitialized(mapping);
auto uCurr = llama::allocViewUninitialized(mapping);

Expand Down

0 comments on commit 7cb4d33

Please sign in to comment.