Reduce the C++ compilation duration #2203
Labels
advanced optimization
The issue or bug is related to advanced optimization
c++
C++ engineering related
feature request
Suggest an idea on this project
Concisely describe the proposed feature
This is derived from #2196 and #2200. We should aim to reduce the time spent on compilation/linkage. Note that the compilation duration refers to the time to build the Taichi C++ codebase, not to JIT compile from Python to backends.
Describe the solution you'd like (if any)
A few possible action items:
#include
header dependencies.Additional comments
The text was updated successfully, but these errors were encountered: