sglang_v0.5.2/pytorch_2.8.0/torch/extension.h

10 lines
213 B
C

#pragma once
#ifndef TORCH_INDUCTOR_CPP_WRAPPER
// All pure C++ headers for the C++ frontend.
#include <torch/all.h>
#endif
// Python bindings for the C++ frontend (includes Python.h).
#include <torch/python.h>