You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reworked setup system using both pyproject.toml and setup.py. Reworked CI (#46)
* reworked the setup system to use pyproject.toml
* changed the way custom CUDA extension build flag is passed
* reworked the CI
* changed to source distribution only in the CI
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,9 +80,11 @@ Download directly from PyPI:
80
80
```bash
81
81
pip install torch-harmonics
82
82
```
83
-
If you would like to have accelerated CUDA extensions for the discrete-continuous convolutions, please use the '--cuda_ext' flag:
83
+
If you would like to enforce the compilation of CUDA extensions for the discrete-continuous convolutions, you can do so by setting the `FORCE_CUDA_EXTENSION` flag. You may also want to set appropriate architectures with the `TORCH_CUDA_ARCH_LIST` flag.
0 commit comments