From 5b918a629bf199c6bf4a75fa3809b1891e53a50e Mon Sep 17 00:00:00 2001 From: Tim Fergus Date: Tue, 30 Apr 2019 20:24:46 +0800 Subject: [PATCH] update README.md , add compiler version note add compiler version note according to https://pytorch.org/tutorials/advanced/cpp_extension.html#using-your-extension --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6fd329e7..a02e4b39 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ Tested under python3. - tensorboardX — for logging the losses in Tensorboard - An NVIDAI GPU and CUDA 8.0 or higher. Some operations only have gpu implementation. - **NOTICE**: different versions of Pytorch package have different memory usages. +- **NOTICE**: GCC >= 4.9 and above on Linux ( According to [this note](https://pytorch.org/tutorials/advanced/cpp_extension.html#using-your-extension) ) ### Compilation