Rename away uses of THAllocator and THCDeviceAllocator (#16061)
authorEdward Yang <ezyang@fb.com>
Wed, 16 Jan 2019 13:33:14 +0000 (05:33 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 16 Jan 2019 13:36:47 +0000 (05:36 -0800)
commit411173757e02d4cdc16bc551e639a89f30bcb947
treecb5bd39fdf7a4423a1d562883e74b2e0a8d8f458
parent4d07951a54127592b7f0537961b3e1fa4d8c41d0
Rename away uses of THAllocator and THCDeviceAllocator (#16061)

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

I discovered I needed to delete these names in preparation of moving
THCCachingAllocator to c10_cuda; might as well also fix all the other
sites too.

Reviewed By: dzhulgakov

Differential Revision: D13686869

fbshipit-source-id: e8cc55d39ac4bfd3e3a22c761f89a7a111ce5f5e
aten/src/ATen/CPUFixedAllocator.h
aten/src/TH/THAllocator.h
aten/src/TH/generic/THStorage.h
aten/src/THC/THCCachingAllocator.h
aten/src/THC/THCCachingHostAllocator.h
aten/src/THC/THCGeneral.cpp
aten/src/THC/THCGeneral.h.in
torch/csrc/cuda/Module.cpp
torch/csrc/generic/Storage.cpp