catalyst icon indicating copy to clipboard operation
catalyst copied to clipboard

`import`ing `cudaq` before executing a lightning kokkos kernel triggers a segmentation fault

Open erick-xanadu opened this issue 1 year ago • 1 comments

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.

erick-xanadu avatar Feb 14 '24 14:02 erick-xanadu

We have moved to manylinux_2_28, does that mean this issue is resolved? :)

dime10 avatar Jun 24 '24 17:06 dime10