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

Method CompiledModule

runtime/common/CompiledModule.h:282–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 friend class cudaq_internal::compiler::CompiledModuleHelper;
281
282 CompiledModule(std::string kernelName)
283 : FatQuakeModule(std::move(kernelName)) {}
284
285public:
286 CompiledModule() : FatQuakeModule(std::string{}) {}

Callers 2

cachedCompiledModuleMethod · 0.80
cachedCompiledModuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected