Skip to content

Commit

Permalink
MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Jan 13, 2025
1 parent ba259e6 commit 7d64f88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions thrust/thrust/system/cuda/detail/future.inl
Original file line number Diff line number Diff line change
Expand Up @@ -1055,10 +1055,12 @@ create_dependencies_impl(acquired_stream& as, std::tuple<Dependencies...>& deps,
{
// We only need to wait on the current dependency if we didn't steal our
// stream from it.
_CCCL_SUPPRESS_DEPRECATED_PUSH
if (!as.acquired_from || *as.acquired_from != I0)
{
create_dependency(as.stream, std::get<I0>(deps));
}
_CCCL_SUPPRESS_DEPRECATED_POP

create_dependencies_impl(as, deps, index_sequence<Is...>{});
}
Expand Down

0 comments on commit 7d64f88

Please sign in to comment.