Skip to content

Commit

Permalink
Add a missing inline to the caching allocator accessor.
Browse files Browse the repository at this point in the history
Closes NVIDIA#1149.

Reviewed-by: David Olsen <[email protected]>
Reviewed-by: Bryce Adelstein Lelbach aka wash <[email protected]>
  • Loading branch information
griwes committed May 16, 2020
1 parent 9a3cfbf commit 9e574ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thrust/detail/caching_allocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ namespace thrust
{
namespace detail
{
inline
thrust::mr::allocator<
char,
thrust::mr::disjoint_unsynchronized_pool_resource<
Expand Down

0 comments on commit 9e574ac

Please sign in to comment.