Skip to content

Commit 0176fb4

Browse files
oToToTpytorchmergebot
authored andcommitted
Remove fast_nvcc entry in README.md (pytorch#97624)
After pytorch#96665 landed, fast_nvcc tool is no longer available. This commit removes the documentation for it so as not to confuse users. Pull Request resolved: pytorch#97624 Approved by: https://github.com/drisspg
1 parent 26c5e34 commit 0176fb4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tools/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ Build system pieces:
2525
* [build_libtorch.py](build_libtorch.py) - Script for building
2626
libtorch, a standalone C++ library without Python support. This
2727
build script is tested in CI.
28-
* [fast_nvcc](fast_nvcc) - Mostly-transparent wrapper over nvcc that
29-
parallelizes compilation when used to build CUDA files for multiple
30-
architectures at once.
31-
* [fast_nvcc.py](fast_nvcc/fast_nvcc.py) - Python script, entrypoint to the
32-
fast nvcc wrapper.
3328

3429
Developer tools which you might find useful:
3530

0 commit comments

Comments
 (0)