From 0176fb4cd6b7b82dbdd90160c694f85ae6aa04f6 Mon Sep 17 00:00:00 2001 From: Tommy Chiang Date: Tue, 28 Mar 2023 16:23:09 +0000 Subject: [PATCH] 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 --- tools/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/README.md b/tools/README.md index 9ded063f455..68c11d523de 100644 --- a/tools/README.md +++ b/tools/README.md @@ -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: