You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Downstream consumers of static built versions of libcudf such as spark have encountered runtime issues due to multiple instances of the same kernel existing in different DSOs.
This matches the issue detailed NVIDIA/cccl#166 where multiple DSO using CCCL run into issues at runtime.
Expected behavior
The expected behavior is that all libcudf kernels would have internal linkage and therefore not cause issues when being built statically.
This does mean that we will need CCCL and CuCo versions that also mark all CUDA kernels with internal linkage.
The text was updated successfully, but these errors were encountered:
Describe the bug
Downstream consumers of static built versions of libcudf such as spark have encountered runtime issues due to multiple instances of the same kernel existing in different DSOs.
This matches the issue detailed NVIDIA/cccl#166 where multiple DSO using CCCL run into issues at runtime.
Expected behavior
The expected behavior is that all libcudf kernels would have internal linkage and therefore not cause issues when being built statically.
This does mean that we will need CCCL and CuCo versions that also mark all CUDA kernels with internal linkage.
The text was updated successfully, but these errors were encountered: