mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01:00
### Description These are old definitions and files that aren't used anymore. ### Issue Fixes #82502 ### Testing N/A Pull Request resolved: https://github.com/pytorch/pytorch/pull/82503 Approved by: https://github.com/ezyang
11 lines
213 B
C
11 lines
213 B
C
#ifndef THCP_H
|
|
#define THCP_H
|
|
|
|
#include <torch/csrc/THP.h>
|
|
#include <torch/csrc/cuda/Event.h>
|
|
#include <torch/csrc/cuda/Module.h>
|
|
#include <torch/csrc/cuda/Stream.h>
|
|
#include <torch/csrc/python_headers.h>
|
|
|
|
#endif
|