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
I have been working with extensions successfully on Linux (shipping as whl)
An end-user has asked me to provide a windows version of an extension, and I have to admit that it was not as simple as the documentation suggested here.
Can you please provide a minimal explanation or example on how to setup the compile env for this repo?
I don't mind if it is based on setuptools or cmake, as long as it does not include a non-free tool like VS-pro here
Here are some general frame of work that will help:
OS: >=Win10
PyTorch version: >=1.6.0
How you installed PyTorch (conda, pip, source): both conda and pip
Python version: >=1.8
CUDA version: >=10.2
The text was updated successfully, but these errors were encountered:
Hi
I have been working with extensions successfully on Linux (shipping as
whl
)An end-user has asked me to provide a windows version of an extension, and I have to admit that it was not as simple as the documentation suggested here.
Can you please provide a minimal explanation or example on how to setup the compile env for this repo?
I don't mind if it is based on
setuptools
orcmake
, as long as it does not include a non-free tool like VS-pro hereHere are some general frame of work that will help:
The text was updated successfully, but these errors were encountered: