mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
[FRONTEND] add do_not_specialize property back to JITFunction (#2573)
This commit is contained in:
@@ -572,6 +572,7 @@ class JITFunction(KernelInterface[T]):
|
||||
self.module = fn.__module__
|
||||
self.version = version
|
||||
self.signature = inspect.signature(fn)
|
||||
self.do_not_specialize = do_not_specialize
|
||||
|
||||
self.params = []
|
||||
for i, param in enumerate(self.signature.parameters.values()):
|
||||
|
||||
Reference in New Issue
Block a user