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
I'm not sure where we would put the header that contains CCCL_VERSION. cccl/cccl/version.h would be an obvious choice, but the top level cccl/ is not part of the include path when linking against our cmake targets.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is this a duplicate?
Area
General CCCL
Is your feature request related to a problem? Please describe.
I would like all of the relevant version macros across libcudacxx/thrust/cub to use a consistent source of truth.
Describe the solution you'd like
Tasks
I'm not sure where we would put the header that contains
CCCL_VERSION
.cccl/cccl/version.h
would be an obvious choice, but the top levelcccl/
is not part of the include path when linking against our cmake targets.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: