Skip to content

pytorch/extension-cpp

 
 

Repository files navigation

C++/CUDA Extensions in PyTorch

An example of writing a C++ extension for PyTorch. See here for the accompanying tutorial.

There are a few "sights" you can metaphorically visit in this repository:

  • Inspect the C++ and CUDA extensions in the cpp/ and cuda/ folders,
  • Build C++ and/or CUDA extensions by going into the cpp/ or cuda/ folder and executing python setup.py install,
  • JIT-compile C++ and/or CUDA extensions by going into the cpp/ or cuda/ folder and calling python jit.py, which will JIT-compile the extension and load it,
  • Benchmark Python vs. C++ vs. CUDA by running python benchmark.py {py, cpp, cuda} [--cuda],
  • Run gradient checks on the code by running python grad_check.py {py, cpp, cuda} [--cuda].
  • Run output checks on the code by running python check.py {forward, backward} [--cuda].

Authors

Peter Goldsborough

About

C++ extensions in PyTorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy