pytorch/torch/csrc/cuda
Edward Yang c836a04dc8 Delete a bunch of uses of getType in favor of TensorOptions.
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/11087

Reviewed By: cpuhrsch

Differential Revision: D9581560

fbshipit-source-id: ebe3c4c0956da8a7215ada287bf6526dbcb2b07d
2018-08-30 20:11:24 -07:00
..
comm.cpp Refactor Device to not depend on Backend. (#10478) 2018-08-18 17:39:14 -07:00
comm.h Update include paths for ATen/core (#10130) 2018-08-03 11:57:02 -07:00
cuda_check.h Remove NO_* and WITH_* across codebase, except in setup.py (#8555) 2018-06-15 12:29:48 -04:00
device_set.h Replace std::size_t with size_t (#8093) 2018-06-04 11:10:44 -04:00
Module.cpp Delete a bunch of uses of getType in favor of TensorOptions. 2018-08-30 20:11:24 -07:00
Module.h Add torch.cuda.get_device_name function (#2540) 2017-08-26 15:06:37 -04:00
nccl.cpp NULL -> nullptr (#11047) 2018-08-30 16:25:42 -07:00
nccl.h Define CHECK in torch/csrc/cuda/nccl.h (#4721) 2018-01-18 13:08:06 -05:00
override_macros.h Don't override Tensor, Storage macros defined outside torch/csrc in t… (#8243) 2018-06-07 16:10:10 -04:00
python_comm.cpp Creates stream pool (#9938) 2018-08-30 12:40:23 -07:00
python_comm.h Move broadcast and broadcast_coalesced to C++ 2018-01-18 11:16:45 +01:00
python_nccl.cpp NULL -> nullptr (#11047) 2018-08-30 16:25:42 -07:00
python_nccl.h Add workaround to fix include warnings in Python 2 builds. (#6716) 2018-04-24 12:30:19 -07:00
restore_macros.h Don't override Tensor, Storage macros defined outside torch/csrc in t… (#8243) 2018-06-07 16:10:10 -04:00
serialization.cpp Add workaround to fix include warnings in Python 2 builds. (#6716) 2018-04-24 12:30:19 -07:00
serialization.h Add torch.save and torch.load 2016-08-23 07:51:55 -07:00
Storage.cpp Don't call into Python during Storage destruction. (#10407) 2018-08-13 11:20:07 -07:00
Storage.h Refactor _C extension to export some utilities 2016-09-21 08:36:54 -07:00
Stream.cpp NULL -> nullptr (#11047) 2018-08-30 16:25:42 -07:00
Stream.h Make all of TH and THC C++. (#6913) 2018-04-28 07:45:02 -04:00
Tensor.cpp Add workaround to fix include warnings in Python 2 builds. (#6716) 2018-04-24 12:30:19 -07:00
THCP.h Port THCS to ATen. (#8689) 2018-06-24 15:14:09 -04:00
undef_macros.h Don't override Tensor, Storage macros defined outside torch/csrc in t… (#8243) 2018-06-07 16:10:10 -04:00
utils.cpp NULL -> nullptr (#11047) 2018-08-30 16:25:42 -07:00
utils.h Sparse Library (#333) 2017-01-05 00:43:41 +01:00