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
Remove unneeded CUDF_EXPORT from some cudf/detail headers (rapidsai#21693)
Removes the `CUDF_EXPORT` decorator from many headers in the `cpp/include/cudf/detail` folder.
All of these have public interfaces and are not longer called outside of libcudf.
Also fixes the doxygen for some of the detail functions as appropriate.
Authors:
- David Wendt (https://github.com/davidwendt)
Approvers:
- Bradley Dice (https://github.com/bdice)
- Nghia Truong (https://github.com/ttnghia)
URL: rapidsai#21693
0 commit comments