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
I have added cmake support to cuda extensions in pyre and altar as well. All things go well. The only hassle is that when using enable_language(CUDA) instead of FindCUDA, it does not seem to work inside a function and has to be put under PARENT_SCOPE. I will do more tests and write a guide next week. Mac/Anaconda also works well. Shall we write a setup.py to make the installation step even simpler?
now that pyre builds with cmake, we should add cmake support in altar and retire the default build system
The text was updated successfully, but these errors were encountered: