pytorch / xla

Enabling PyTorch on XLA Devices (e.g. Google TPU)
https://pytorch.org/xla
Other
2.38k stars 427 forks source link

CMake? #3501

Open cjolivier01 opened 2 years ago

cjolivier01 commented 2 years ago

❓ Questions and Help

I know I offerred this befor,e but how do you all think about a CMakeLists.txt and cmake setup.py compatibility similar to pytorch so that it can be built together with pytorch as well as integrate seamlessly in a cmake-capable IDE such as CLion or VSCode? I have one that I could clean up.

JackCaoG commented 2 years ago

I am OK with providing it as an option to the user but I want to keep our current setup as default. It will also adds some maintenance burden to us so if you are volunteer to maintain this script that would make thing easier.