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
cuDF hides the symbol visibility for entities that are not intended to be the public interface. KvikIO should do the same given the benefits described here.
Changes needed
CMake
Add to the library the property CXX_VISIBILITY_PRESET hidden (and probably CUDA_VISIBILITY_PRESET hidden as well?)
cuDF hides the symbol visibility for entities that are not intended to be the public interface. KvikIO should do the same given the benefits described here.
Changes needed
CMake
CXX_VISIBILITY_PRESET hidden
(and probablyCUDA_VISIBILITY_PRESET hidden
as well?)C++
Related to #442
The text was updated successfully, but these errors were encountered: