[BUG]: unify _CCCL_FORCEINLINE
and _CCCL_ALWAYS_INLINE
#2438
Labels
bug
Something isn't working right.
_CCCL_FORCEINLINE
and _CCCL_ALWAYS_INLINE
#2438
Is this a duplicate?
Type of Bug
Something else
Component
libcu++
Describe the bug
cccl has
_CCCL_FORCEINLINE
and_CCCL_ALWAYS_INLINE
. there should be only one. also,_CCCL_FORCEINLINE
currently expands toinline
when not using a CUDA compiler. that is unexpected. it should expand to either__attribute__((always_inline))
or__forceinline
depending on which is supported by the host compiler.How to Reproduce
n/a
Expected behavior
n/a
Reproduction link
No response
Operating System
No response
nvidia-smi output
No response
NVCC version
No response
The text was updated successfully, but these errors were encountered: