catalyst
catalyst copied to clipboard
`import`ing `cudaq` before executing a lightning kokkos kernel triggers a segmentation fault
This appears to be caused by cudaq linking against some libraries at import time. These libraries have some symbols set to be externally visible. Lightning kokkos uses some of this symbols, so when lightning kokkos execute, cudaq symbols will be used. This issue can be reproduced without catalyst. This will be solved when moving to manylinux 2 28 or potentially could be fixed upstream by in the cudaq package.
We have moved to manylinux_2_28, does that mean this issue is resolved? :)