Whether the kernel has already been compiled.
(self)
| 254 | self.compile() |
| 255 | |
| 256 | def is_compiled(self): |
| 257 | """Whether the kernel has already been compiled.""" |
| 258 | return self._cached_qkeModule is not None |
| 259 | |
| 260 | def supports_compilation(self): |
| 261 | """Whether the kernel can be compiled for the current target.""" |
no outgoing calls