Interfacing PyTorch extensions with CUDA/C++ library using CMake #1004
woywoy123
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
It's in "failed-installers". :( Is it not working? If so, why? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello All,
I thought this little project might be helpful for anyone exploring how to interface PyTorch's C++/CUDA API with Cmake and completely remove setuptools. The aim of this little project was to write a lot of commonly used functions in High Energy Particle Physics in Native CUDA/C++ tensor functions. Do keep in mind, the migration is currently a work in progress. But a complete list of functions can be found in the README.
REPO: https://github.com/woywoy123/AnalysisG/tree/master/torch-extensions
Beta Was this translation helpful? Give feedback.
All reactions