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
[AMD] Add missing CMake dependency on TritonAMDGPUTableGen (#7824)
The library TritonAMDAnalysis includes Dialect.h which in turn includes
Dialect.h.inc. This means that for the library to build successfully,
the tablegen target that produces Dialect.h.inc must run first. That
target is TritonAMDGPUTableGen. However, TritonAMDAnalysis has no
dependency on TritonAMDGPUTableGen resulting in spurious build breaks.
This change adds the missing dependency.
Fixestriton-lang/triton#7821
0 commit comments