We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Everything should be going through the new MR allocation layer.
device_new_allocator
device_allocator
device_malloc_allocator
cuda::experimental::pinned_allocator
universal_host_pinned_allocator
detail::temporary_allocator
thrust::async
detail::temporary_array
thrust::(get/return)_temporary_buffer
detail::malloc_allocator
host_allocator
detail::tagged_allocator
device_free
device_malloc
device_new
device_delete
Unused.
vector.cu
uninitialized_copy.cu
uninitialized_fill.cu
allocator.cu
vector_insert.cu
ASSERT_STATIC_ASSERT
runtime_static_assert
device_make_unique
testing/for_each.cu
unwrap_pointer.cu
examples/device_ptr.cu
testing/adjacent_difference.cu
testing/copy.cu
cpp/adjacent_difference.cu
cuda/adjacent_difference.cu
testing/equal.cu
testing/inner_product.cu
testing/scan.cu
testing/uninitialized_fill.cu
pinned_allocator.cu
temporary_allocator
temporary_array
get_temporary_buffer
execute_with_allocator.h
thrust::detail::(get|return)_temporary_buffer
thrust/memory.h
detail/adl/temporary_buffer.h
detail/generic/temporary_buffer.(h|inl)
custom_temporary_allocation.cu
allocator_aware_policies.cu
cuda/memory.cu
testing/memory.cu
free
malloc
(get|return)_temporary_buffer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Everything should be going through the new MR allocation layer.
Overview
device_new_allocator
device_allocator
device_malloc_allocator
device_allocator
cuda::experimental::pinned_allocator
universal_host_pinned_allocator
detail::temporary_allocator
thrust::async
style temporary allocationdetail::temporary_array
thrust::async
style temporary allocationthrust::(get/return)_temporary_buffer
thrust::async
style temporary allocationdetail::malloc_allocator
host_allocator
detail::tagged_allocator
device_free
/device_malloc
device_new
/device_delete
Usages:
device_new_allocator
Unused.
device_malloc_allocator
vector.cu
(Unused include?)uninitialized_copy.cu
(Unused include?)uninitialized_fill.cu
(Unused include?)allocator.cu
vector_insert.cu
device_new
ASSERT_STATIC_ASSERT
inruntime_static_assert
device_make_unique
device_malloc
device_new
testing/for_each.cu
unwrap_pointer.cu
examples/device_ptr.cu
testing/adjacent_difference.cu
testing/copy.cu
cpp/adjacent_difference.cu
cuda/adjacent_difference.cu
testing/equal.cu
testing/inner_product.cu
testing/scan.cu
(unused?)testing/uninitialized_fill.cu
cuda::experimental::pinned_allocator
pinned_allocator.cu
temporary_allocator
temporary_array
get_temporary_buffer
execute_with_allocator.h
definesthrust::detail::(get|return)_temporary_buffer
thrust/memory.h
detail/adl/temporary_buffer.h
detail/generic/temporary_buffer.(h|inl)
custom_temporary_allocation.cu
(mentioned in comments, but doesn't seem to actually be used at a glance)allocator_aware_policies.cu
cuda/memory.cu
testing/memory.cu
Unresolved Issues
device_new
/free
/malloc
functions?temporary_allocator
?temporary_array
?(get|return)_temporary_buffer
?The text was updated successfully, but these errors were encountered: