[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.
Fixes https://github.com/triton-lang/triton/issues/7821
[AMD] Enable dot_scaled on gfx11 (#7954)
I saw some occasional test failures, but after disabling True16, tests
seem to pass fine.
---------
Co-authored-by: Paul Trojahn <paul.trojahn@amd.com>