Skip to content

Commit d1383e5

Browse files
committed
fix thrust mr validate alignment condition
1 parent e1329ca commit d1383e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thrust/thrust/mr/pool_options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ struct pool_options
9999
{
100100
return false;
101101
}
102-
if (::cuda::__is_valid_alignment(alignment))
102+
if (!::cuda::__is_valid_alignment(alignment))
103103
{
104104
return false;
105105
}

0 commit comments

Comments
 (0)