[Clang-tidy header][17/N] Apply clang-tidy on headers in torch/csrc/cuda (#117829)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/117829
Approved by: https://github.com/albanD
This commit is contained in:
cyy
2024-01-26 13:33:24 +00:00
committed by PyTorch MergeBot
parent 8ff55c7e68
commit 6da0e7f84b
10 changed files with 45 additions and 40 deletions

View File

@ -15,9 +15,6 @@
#include <torch/csrc/Stream.h>
#include <torch/csrc/utils/tensor_memoryformats.h>
#include <stdexcept>
#include <utility>
namespace py = pybind11;
// This makes intrusive_ptr to be available as a custom pybind11 holder type,