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
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
PyPI wheels are not built with CUDA support at the moment. You are very welcome to help us support it. Some pointers:
We'd need to install the Cuda toolkit in the CenOS manylinux image, either through yum (here is a good starting point) or via pip (described here)
It would be nice to not package the Cuda libs in the wheel and instead depend on Cuda pip packages - we'd need to add these requirements to the pycolmap wheels.
I don't know whether we need to build a separate wheel for each version of Cuda
I think the pytorch way, where a MAJOR.MINOR.PATCH+LOCAL scheme where LOCAL is e.g. cuda11 probably is the way to go. I'm not asking for you to dist cuda wheel, but I am hoping for you to clarify the state on PyPi in the README. 😄
This section of the readme is not clear about this
pycolmap/README.md
Lines 69 to 72 in 05abbd0
We know it is not built with CGAL, but CUDA is not clearly said if it supported on PyPI, and if it is, which version? CUDA 10? CUDA 11?
The text was updated successfully, but these errors were encountered: