Move Allocator.h to c10
authorSebastian Messmer <messmer@fb.com>
Tue, 27 Nov 2018 20:43:24 +0000 (12:43 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 27 Nov 2018 20:59:44 +0000 (12:59 -0800)
commit3a71d5ee498515c9b46dc28b7abc1ea85f9f18a2
tree8ca67f7138cb1eaf311375434df137f8c7eb9275
parent0b10f147b6c120a09f08c016d04469c5ead6c9a5
Move Allocator.h to c10

Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/14059

Reviewed By: ezyang

Differential Revision: D13081606

fbshipit-source-id: d6ad59ad4e3d363268cd4307b6c999a168681246
aten/src/ATen/core/Allocator.h
aten/src/ATen/core/Type.h
aten/src/ATen/templates/Type.h
c10/core/Allocator.cpp [moved from aten/src/ATen/core/Allocator.cpp with 86% similarity]
c10/core/Allocator.h [new file with mode: 0644]