Skip to content
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

[QST] Cutlass Python not showing custom mofifications #2057

Open
IzanCatalan opened this issue Jan 24, 2025 · 0 comments
Open

[QST] Cutlass Python not showing custom mofifications #2057

IzanCatalan opened this issue Jan 24, 2025 · 0 comments

Comments

@IzanCatalan
Copy link

IzanCatalan commented Jan 24, 2025

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant