Remove fast_nvcc entry in README.md (#97624)

After https://github.com/pytorch/pytorch/pull/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: https://github.com/pytorch/pytorch/pull/97624
Approved by: https://github.com/drisspg
This commit is contained in:
Tommy Chiang
2023-03-28 16:23:09 +00:00
committed by PyTorch MergeBot
parent 26c5e34b47
commit 0176fb4cd6

View File

@ -25,11 +25,6 @@ Build system pieces:
* [build_libtorch.py](build_libtorch.py) - Script for building
libtorch, a standalone C++ library without Python support. This
build script is tested in CI.
* [fast_nvcc](fast_nvcc) - Mostly-transparent wrapper over nvcc that
parallelizes compilation when used to build CUDA files for multiple
architectures at once.
* [fast_nvcc.py](fast_nvcc/fast_nvcc.py) - Python script, entrypoint to the
fast nvcc wrapper.
Developer tools which you might find useful: