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
clang supports clang -x cuda <file.cpp> to compile a cuda source/header. clang also supports clang -x c++-module --precompile <file.cpp> to compile a C++20-module.
Can we use it together? Then we can make a cuda header into a module, which greatly bursts compile time. I wonder is this tended to be in future plan :)