#pragma once #include namespace at::cuda { inline TORCH_CUDA_CPP_API at::HostAllocator* getPinnedMemoryAllocator() { return at::getHostAllocator(at::kCUDA); } } // namespace at::cuda