Skip to content

Commit b85b51a

Browse files
committed
clean
1 parent 3bb29d5 commit b85b51a

10 files changed

+0
-39
lines changed

.github/ISSUE_TEMPLATE.md

-20
This file was deleted.

README.md

-19
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,2 @@
11
# Demonstrating Ninja Issue
22

3-
---------------------------------------------
4-
5-
# C++/CUDA Extensions in PyTorch
6-
7-
An example of writing a C++ extension for PyTorch. See
8-
[here](http://pytorch.org/tutorials/advanced/cpp_extension.html) for the accompanying tutorial.
9-
10-
There are a few "sights" you can metaphorically visit in this repository:
11-
12-
- Inspect the C++ and CUDA extensions in the `cpp/` and `cuda/` folders,
13-
- Build C++ and/or CUDA extensions by going into the `cpp/` or `cuda/` folder and executing `python setup.py install`,
14-
- 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,
15-
- Benchmark Python vs. C++ vs. CUDA by running `python benchmark.py {py, cpp, cuda} [--cuda]`,
16-
- Run gradient checks on the code by running `python grad_check.py {py, cpp, cuda} [--cuda]`.
17-
- Run output checks on the code by running `python check.py {forward, backward} [--cuda]`.
18-
19-
## Authors
20-
21-
[Peter Goldsborough](https://github.com/goldsborough)
File renamed without changes.
File renamed without changes.

cuda/jit.py renamed to demo/jit.py

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)