From 168c03218076e612dffe201262c91e4f7ad021eb Mon Sep 17 00:00:00 2001 From: Antoine Liutkus Date: Fri, 17 May 2019 13:25:20 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a88627c..2f3c9ad 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This repository is an implementation of the searchsorted function to work for pytorch CUDA Tensors. Initially derived from the great [C extension tutorial](https://github.com/chrischoy/pytorch-custom-cuda-tutorial), but totally changed since then because building C extensions is not available anymore on pytorch 1.0. -> Warning: only works with pytorch > v1.0 +> Warning: only works with pytorch > v1.0 and CUDA > v10 ## Description