MCPcopy Create free account
hub / github.com/AdaptiveCpp/AdaptiveCpp / get_allocator

Method get_allocator

include/hipSYCL/sycl/buffer.hpp:809–812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

807 }
808
809 AllocatorT get_allocator() const
810 {
811 return _alloc;
812 }
813
814 template <access_mode mode = access_mode::read_write,
815 access::target target = access::target::device>

Callers 5

select_usm_allocatorFunction · 0.45
select_device_allocatorFunction · 0.45
validate_all_pointersFunction · 0.45
purgeMethod · 0.45
find_or_allocMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected