Closed rkruegs123 closed 6 months ago
Hey, thanks!
I'm using the PyTorch dynamic compilation utilities, which mostly use ninja under the hood. My own test system has gcc-12, but I'm not entirely sure which compiler PyTorch retrieves (I also have gcc-11).
For the official torch module performing the compilation wrapping, take a look at torch.utils.cpp_extension
For more details on how the extension is compiled, take a look at this logic: torch2jax/compile.py
Let me know if this helps!
Thank you for the quick response, and thank you again for your wonderful repository!
Hi -- thank you for this amazing package. I am making excellent use of it on some systems, but am having trouble with compilatoin on other systems -- which version of
gcc
do you use for testing?