Skip to content

Commit

Permalink
Merge pull request #107 from pytorch/update-readme
Browse files Browse the repository at this point in the history
Update README, no benchmarks, yes build
janeyx99 authored Jan 22, 2025
2 parents 38bafc6 + b0ac215 commit 8ae1d54
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -9,19 +9,14 @@ The examples in this repo work with PyTorch 2.4+.

To build:
```
pip install .
pip install --no-build-isolation -e .
```

To test:
```
python test/test_extension.py
```

To benchmark Python vs. C++ vs. CUDA:
```
python test/benchmark.py
```

## Authors

[Peter Goldsborough](https://github.com/goldsborough), [Richard Zou](https://github.com/zou3519)

0 comments on commit 8ae1d54

Please sign in to comment.