Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NFC] Fix LLVM TargetInfo printf issue. (#2040)
The Intel GPU `printf` requires the format string is located uniform constant space. Add "TritonGen::UniformConstant" attribute to the definition of format string to match the requirement of `printf`.
- Loading branch information