MCPcopy Create free account
hub / github.com/NVIDIA/cuda-quantum / clearCache

Method clearCache

python/cudaq/kernel/kernel_builder.py:1710–1714  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1708 key=self.getConstantInt(channel_key))
1709
1710 def clearCache(self):
1711 if hasattr(self, 'qkeModule'):
1712 del self.qkeModule
1713 if hasattr(self, '_compiled_module'):
1714 del self._compiled_module
1715
1716 def cachedCompiledModule(self):
1717 """Return the kernel's CompiledModule cache slot, creating an empty

Callers 3

__generalOperationFunction · 0.80
__generalCustomOperationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected