NVIDIA / cuda-quantum

C++ and Python support for the CUDA Quantum programming model for heterogeneous quantum-classical workflows
https://nvidia.github.io/cuda-quantum/
Other
494 stars 181 forks source link

Tracer and kernel_builder execution #229

Open amccaskey opened 1 year ago

amccaskey commented 1 year ago

We do our tracing at the ExecutionManager level, and kernel_builder executions defer to the QIR runtime API.

We need to enable tracing of kernel_builder codes on the Quake code itself.

schweitzpgi commented 3 months ago

Is this done?