Skip to content

Commit

Permalink
Also test copying between devices
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Feb 8, 2024
1 parent be0bd89 commit 6a24074
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ void test_policies(TEST_EXECSPACE exec0, Kokkos::View<int *, TEST_EXECSPACE> v0,
Kokkos::deep_copy(exec, v, 5);
Kokkos::deep_copy(exec0, v0, 5);

Kokkos::deep_copy(v, v0);

int sum;
int sum0;

Expand Down

0 comments on commit 6a24074

Please sign in to comment.