-
-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
win32 setup script to install pycuda, nvapi #2400
Comments
Downloading CUDA requires authentication, so this can't be fully automated. |
Updated instructions:
There are some new dependencies: mako, pytools, markupsafe. |
With pycuda 2021.1, there are new MSVC-isms to comment out in |
The commit above improves things, but we're still missing |
The pycuda changes are now in a PR: inducer/pycuda#434 |
The PR has been merged, pycuda 2024.1.2 can be built with: python3 ./configure.py --cuda-root="C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v12.3" --no-use-shipped-boost --boost-python-libname=libboost_python311-mt --boost-thread-libname=libboost_thread-mt
python3 setup.py build -c mingw32
python3 setup.py install |
As per #1413#comment:2.
The text was updated successfully, but these errors were encountered: