Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/cuda-quantum
/ a
Function
a
python/tests/kernel/test_kernel_shadowing.py:27–29 ·
view source on GitHub ↗
(i: int)
Source
from the content-addressed store, hash-verified
25
26
@cudaq.kernel
27
def
a(i: int):
28
if
i == 0:
29
b()
30
31
a(0)
32
a(1)
Callers
9
test_chain_of_forward_references
Method · 0.85
a
Method · 0.85
test_recursive
Method · 0.85
b
Method · 0.85
test_recursive_depth_2
Method · 0.85
test_kernel_call_in_if_block
Function · 0.85
operator()
Method · 0.85
compute_action
Function · 0.85
compute_dag_action
Function · 0.85
Calls
1
b
Function · 0.85
Tested by
no test coverage detected