Repository URL to install this package:
#pragma once #include <c10/core/Allocator.h> namespace at { namespace cuda { TORCH_CUDA_CPP_API at::Allocator* getPinnedMemoryAllocator(); }} // namespace at::cuda