mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
[pytorch][aten][cuda] move CUDAGeneratorImpl.h to ATen/cuda (#70650)
Summary: This patch moves a CUDA-specific file, `CUDAGeneratorImpl.h` to `ATen/cuda` as the following TODO comment in `CUDAGeneratorImpl.h` suggests: ``` // TODO: this file should be in ATen/cuda, not top level ``` Pull Request resolved: https://github.com/pytorch/pytorch/pull/70650 Reviewed By: jianyuh, xw285cornell Differential Revision: D33414890 Pulled By: shintaro-iwasaki fbshipit-source-id: 4ff839205f4e4ea4c8767f164d583eb7072f1b8b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
33a5905cc6
commit
5cae40c169
@ -1,6 +1,6 @@
|
||||
#include <ATen/ATen.h>
|
||||
#include <ATen/cuda/CUDAContext.h>
|
||||
#include <ATen/CUDAGeneratorImpl.h>
|
||||
#include <ATen/cuda/CUDAGeneratorImpl.h>
|
||||
#include <c10/cuda/CUDAFunctions.h>
|
||||
#include <c10/cuda/CUDACachingAllocator.h>
|
||||
#include <ATen/cuda/CachingHostAllocator.h>
|
||||
|
Reference in New Issue
Block a user