Skip to content

Commit

Permalink
added comment about removing future
Browse files Browse the repository at this point in the history
  • Loading branch information
lslusarczyk committed Jul 3, 2024
1 parent 0bf14bf commit 91504b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/dr/shp/containers/distributed_dense_matrix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ template <typename T> class distributed_dense_matrix {
auto remote_tile = tile(tile_index);
auto event = shp::copy_async(
remote_tile.data(), remote_tile.data() + tile_size, local_tile.data());
// TODO: use/enhance the existing future in parallel_backend_sycl_utils.h
return future(std::move(local_tile), {event});
}

Expand Down

0 comments on commit 91504b9

Please sign in to comment.