-
Notifications
You must be signed in to change notification settings - Fork 380
Custom CUDA extensions #135
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
Conversation
| pip install -r requirements.txt | ||
| pip install -r dev-requirements.txt | ||
| pip install . | ||
| python setup.py install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to update README? for building from source, is it python setup.py developer now? I spent some time to understand why pip install -e . does not work anymore and find this PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
argh, lemme update now
|
@msaroufim whether CPU kernel extension works with this PR? |
|
Yup cpu extensions work perfectly fine |
This is the mergaeble version of #130 - some updates I have to make
conda install nvidia/label/cuda-12.1.0::cuda-toolkitto get things workingcontinue-on-error: trueto CI otherwise was difficult to debugpython setup.py installinsteadOK for manylinux I managed to repro the missing torch error locally (FINALLY) using this
Follow up PRs