We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7cb735 commit d480043Copy full SHA for d480043
README.md
@@ -17,6 +17,11 @@ extension.
17
pip install torchsort
18
```
19
20
+To build the CUDA extension you will need the CUDA toolchain installed. If you
21
+want to build in an environment without a CUDA runtime (e.g. docker), you will
22
+need to export the environment variable
23
+`TORCH_CUDA_ARCH_LIST="Pascal;Volta;Turing"` before installing.
24
+
25
## Usage
26
27
`torchsort` exposes two functions: `soft_rank` and `soft_sort`, each with
0 commit comments