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
What is your question?
Hi, I would like to know how to import Cutlass from source for Python. I have read the guidelines in readme and installed with pip install -e . from /cutlass main folder. But if I modify the source code from any of the other folders, for instance, /inlcude/cutlass/conv/kiernel and compile it ( via make make -j$(nproc) in /cutlass/build folder) and after that, I uninstalled cutlass (pip uninstall), and I installed it again, the modifications didn't appear. If I use the examples (like example 16 ) with C++ and execute them from inside/cutlass/build, it works.
How can I also make the modifications in the source code appear in Python?
The text was updated successfully, but these errors were encountered:
What is your question?
Hi, I would like to know how to import Cutlass from source for Python. I have read the guidelines in readme and installed with
pip install -e .
from /cutlass main folder. But if I modify the source code from any of the other folders, for instance, /inlcude/cutlass/conv/kiernel and compile it ( via make make -j$(nproc) in /cutlass/build folder) and after that, I uninstalled cutlass (pip uninstall), and I installed it again, the modifications didn't appear. If I use the examples (like example 16 ) with C++ and execute them from inside/cutlass/build, it works.How can I also make the modifications in the source code appear in Python?
The text was updated successfully, but these errors were encountered: