Skip to content

Commit 141e754

Browse files
MSVC
1 parent 688213b commit 141e754

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

thrust/thrust/system/cuda/detail/future.inl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,10 +1055,12 @@ create_dependencies_impl(acquired_stream& as, std::tuple<Dependencies...>& deps,
10551055
{
10561056
// We only need to wait on the current dependency if we didn't steal our
10571057
// stream from it.
1058+
_CCCL_SUPPRESS_DEPRECATED_PUSH
10581059
if (!as.acquired_from || *as.acquired_from != I0)
10591060
{
10601061
create_dependency(as.stream, std::get<I0>(deps));
10611062
}
1063+
_CCCL_SUPPRESS_DEPRECATED_POP
10621064

10631065
create_dependencies_impl(as, deps, index_sequence<Is...>{});
10641066
}

0 commit comments

Comments
 (0)