Files
pytorch/torch/csrc/mps/Module.h
PyTorch MergeBot 393cf46f42 Revert "[MPS] Add CompileShader method (#141478)"
This reverts commit 0478fee42db16a0477add1d0a644ce713f31a875.

Reverted https://github.com/pytorch/pytorch/pull/141478 on behalf of https://github.com/malfet due to Broke doctests, by trying to run MPS example on Linux ([comment](https://github.com/pytorch/pytorch/pull/141478#issuecomment-2533351909))
2024-12-11 00:37:10 +00:00

10 lines
138 B
C++

#pragma once
#include <torch/csrc/python_headers.h>
namespace torch::mps {
PyMethodDef* python_functions();
} // namespace torch::mps