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
Is your feature request related to a problem? Please describe.
Currently the native build exports all symbols in the shared library. We should only be exporting symbols that are part of our API to avoid non-API usage and accidental conflicts with dependencies pulled in with other shared libraries (e.g.: spdlog).
Describe the solution you'd like
We should be limiting symbols to those that are explicitly exported. See rapidsai/cudf#15982 for how RAPIDS is doing this in cudf.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently the native build exports all symbols in the shared library. We should only be exporting symbols that are part of our API to avoid non-API usage and accidental conflicts with dependencies pulled in with other shared libraries (e.g.: spdlog).
Describe the solution you'd like
We should be limiting symbols to those that are explicitly exported. See rapidsai/cudf#15982 for how RAPIDS is doing this in cudf.
The text was updated successfully, but these errors were encountered: