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
As some primitives internally use other primitives declared and defined in different files, we need to build a dependency graph and sort the includes in tsl_generated.hpp accordingly.
Example: calc.yaml:1236ff (mod<simd<uint32_t, avx512>>):
As some primitives internally use other primitives declared and defined in different files, we need to build a dependency graph and sort the includes in tsl_generated.hpp accordingly.
Example:
calc.yaml:1236ff
(mod<simd<uint32_t, avx512>>):Cast is defined in
convert.yaml:360ff
.The include order would be:
The text was updated successfully, but these errors were encountered: