We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 786d4f9 commit 7d50066Copy full SHA for 7d50066
python/tests/kernel/test_assignments.py
@@ -849,6 +849,7 @@ class MyTuple:
849
# kernel-internal deep copy and list mutation still produce wrong results
850
# intermittently on that configuration. Disabling until root cause is
851
# identified.
852
+ # See https://github.com/NVIDIA/cuda-quantum/issues/3923
853
@cudaq.kernel
854
def test11(t: MyTuple, size: int) -> list[int]:
855
l = [t.copy(deep=True) for _ in range(size)]
0 commit comments