Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit d8a7d0f

Browse files
authored
WAR suggested by Allison Vacanti
1 parent 3af8f98 commit d8a7d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thrust/system/cuda/detail/cdp_dispatch.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
// seq_impl unused.
4848
#define THRUST_CDP_DISPATCH(par_impl, seq_impl) \
49-
NV_IF_TARGET(NV_ANY_TARGET, par_impl)
49+
NV_IF_TARGET(NV_ANY_TARGET, par_impl, par_impl)
5050

5151
#else // THRUST_RDC_ENABLED
5252

0 commit comments

Comments
 (0)