Replies: 1 comment 1 reply
-
Hi @LennyDZ, the builder mode is limited as you noticed, we recommend using the newer and more expressive kernel mode for your scenario. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using the kernel builder, and I'm trying to set, read and edit register. How can I access and set such variable within the kernel builder ? For example, I can do that :
@cudaq.kernel
With the classical way of writing kernel. But How can I do that using the builder ?
I tried this :
My question is, how can I access the register b1 and set its value from
b0_condition
and then access it again ?Beta Was this translation helpful? Give feedback.
All reactions