[Bugfix] Add missing field to TritonLanguagePlaceholder (#20812)

Signed-off-by: jiang1.li <jiang1.li@intel.com>
This commit is contained in:
Li, Jiang 2025-07-11 20:25:11 +08:00 committed by GitHub
parent b4f0b5f9aa
commit 66177189c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,3 +92,4 @@ class TritonLanguagePlaceholder(types.ModuleType):
self.constexpr = None
self.dtype = None
self.int64 = None
self.int32 = None