Skip to content

Commit

Permalink
Remove duplicate memcopy
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Aug 30, 2023
1 parent 15198bd commit d1f7108
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integ/matMul/src/matMul.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,6 @@ TEMPLATE_LIST_TEST_CASE("matMul", "[matMul]", TestAccs)
<< alpaka::test::integ::measureRunTimeMs([&] { alpaka::memcpy(queueAcc, bufCAcc, bufCHost); }) << " ms"
<< std::endl;

alpaka::memcpy(queueAcc, bufCAcc, bufCHost);

auto const pitchA = alpaka::getPitchesInBytes(bufAAcc)[1];
auto const pitchB = alpaka::getPitchesInBytes(bufBAcc)[1];
auto const pitchC = alpaka::getPitchesInBytes(bufCAcc)[1];
Expand Down

0 comments on commit d1f7108

Please sign in to comment.